fzoll commited on
Commit
157d246
·
verified ·
1 Parent(s): c2dfd8e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -104,7 +104,7 @@ evaluator = mteb.MTEB(tasks=[task])
104
 
105
  # Run evaluation with your model
106
  model = mteb.get_model("your-model-name")
107
- results = evaluator.run(model)
108
  ```
109
 
110
  ## Sample Content
 
104
 
105
  # Run evaluation with your model
106
  model = mteb.get_model("your-model-name")
107
+ results = evaluator.run(model) # requires hf_token to run as it is a closed dataset
108
  ```
109
 
110
  ## Sample Content