Veritas2025 commited on
Commit
f3a71a5
·
verified ·
1 Parent(s): 4579def

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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