Update README.md
Browse files
README.md
CHANGED
@@ -168,7 +168,7 @@ evaluation.run(model,
|
|
168 |
output_folder="./results/MTOPIntentClassification",
|
169 |
show_progress_bar=True
|
170 |
encode_kwargs={"convert_to_sparse_tensor": False, "batch_size": 8},
|
171 |
-
) # MTEB don't support sparse tensors yet, so we need to convert to dense tensors
|
172 |
```
|
173 |
|
174 |
## Citation
|
|
|
168 |
output_folder="./results/MTOPIntentClassification",
|
169 |
show_progress_bar=True
|
170 |
encode_kwargs={"convert_to_sparse_tensor": False, "batch_size": 8},
|
171 |
+
) # MTEB don't support sparse tensors yet, so we need to convert to dense tensors
|
172 |
```
|
173 |
|
174 |
## Citation
|