Update README.md
Browse files
README.md
CHANGED
@@ -69,16 +69,6 @@ print("Sentence embeddings:")
|
|
69 |
print(sentence_embeddings)
|
70 |
```
|
71 |
|
72 |
-
|
73 |
-
|
74 |
-
## Evaluation Results
|
75 |
-
|
76 |
-
<!--- Describe how your model was evaluated -->
|
77 |
-
|
78 |
-
For an automated evaluation of this model, see the *Sentence Embeddings Benchmark*: [https://seb.sbert.net](https://seb.sbert.net?model_name={MODEL_NAME})
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
## Full Model Architecture
|
83 |
```
|
84 |
SentenceTransformer(
|
@@ -86,7 +76,3 @@ SentenceTransformer(
|
|
86 |
(1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': True, 'pooling_mode_mean_tokens': False, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False})
|
87 |
)
|
88 |
```
|
89 |
-
|
90 |
-
## Citing & Authors
|
91 |
-
|
92 |
-
<!--- Describe where people can find more information -->
|
|
|
69 |
print(sentence_embeddings)
|
70 |
```
|
71 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
## Full Model Architecture
|
73 |
```
|
74 |
SentenceTransformer(
|
|
|
76 |
(1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': True, 'pooling_mode_mean_tokens': False, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False})
|
77 |
)
|
78 |
```
|
|
|
|
|
|
|
|