Update README.md
Browse files
README.md
CHANGED
@@ -107,24 +107,6 @@ print("Sentence embeddings:")
|
|
107 |
print(sentence_embeddings)
|
108 |
```
|
109 |
|
110 |
-
|
111 |
-
|
112 |
-
### Evaluation Results
|
113 |
-
|
114 |
-
<!--- Describe how your model was evaluated -->
|
115 |
-
|
116 |
-
For an automated evaluation of this model, see the *Sentence Embeddings Benchmark*: [https://seb.sbert.net](https://seb.sbert.net?model_name={MODEL_NAME})
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
## Full Model Architecture
|
121 |
-
```
|
122 |
-
SentenceTransformer(
|
123 |
-
(0): Transformer({'max_seq_length': 512, 'do_lower_case': False}) with Transformer model: BertModel
|
124 |
-
(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})
|
125 |
-
)
|
126 |
-
```
|
127 |
-
|
128 |
## Citing & Authors
|
129 |
|
130 |
@misc{
|
|
|
107 |
print(sentence_embeddings)
|
108 |
```
|
109 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
## Citing & Authors
|
111 |
|
112 |
@misc{
|