Update README.md
Browse files
README.md
CHANGED
|
@@ -437,7 +437,7 @@ Trained with a **Matryoshka loss**, allowing embeddings to be truncated with min
|
|
| 437 |
|
| 438 |
### Model Description
|
| 439 |
- **Model Type:** Sentence Transformer
|
| 440 |
-
- **Maximum Sequence Length:**
|
| 441 |
- **Output Dimensionality:** 768 dimensions
|
| 442 |
- **Similarity Function:** Cosine Similarity
|
| 443 |
- **Language:** vietnamese
|
|
@@ -453,7 +453,7 @@ Trained with a **Matryoshka loss**, allowing embeddings to be truncated with min
|
|
| 453 |
|
| 454 |
```
|
| 455 |
SentenceTransformer(
|
| 456 |
-
(0): Transformer({'max_seq_length':
|
| 457 |
(1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
|
| 458 |
)
|
| 459 |
```
|
|
|
|
| 437 |
|
| 438 |
### Model Description
|
| 439 |
- **Model Type:** Sentence Transformer
|
| 440 |
+
- **Maximum Sequence Length:** 256 tokens
|
| 441 |
- **Output Dimensionality:** 768 dimensions
|
| 442 |
- **Similarity Function:** Cosine Similarity
|
| 443 |
- **Language:** vietnamese
|
|
|
|
| 453 |
|
| 454 |
```
|
| 455 |
SentenceTransformer(
|
| 456 |
+
(0): Transformer({'max_seq_length': 256, 'do_lower_case': False}) with Transformer model: RobertaModel
|
| 457 |
(1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
|
| 458 |
)
|
| 459 |
```
|