lvwerra HF staff commited on
Commit
29fa3a0
1 Parent(s): 6bf7068

Update Space (evaluate main: 75c09ff6)

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +1 -1
README.md CHANGED
@@ -94,7 +94,7 @@ print(results)
94
  {'precision': [1.0, 1.0], 'recall': [1.0, 1.0], 'f1': [1.0, 1.0], 'hashcode': 'distilbert-base-uncased_L5_no-idf_version=0.3.10(hug_trans=4.10.3)'}
95
  ```
96
 
97
- Partial match with the `bert-base-uncased` model:
98
 
99
  ```python
100
  from evaluate import load
 
94
  {'precision': [1.0, 1.0], 'recall': [1.0, 1.0], 'f1': [1.0, 1.0], 'hashcode': 'distilbert-base-uncased_L5_no-idf_version=0.3.10(hug_trans=4.10.3)'}
95
  ```
96
 
97
+ Partial match with the `distilbert-base-uncased` model:
98
 
99
  ```python
100
  from evaluate import load
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
- git+https://github.com/huggingface/evaluate@1c2552f3417c9bbebbc0d1a47b4a906b7013074d
2
  bert_score
 
1
+ git+https://github.com/huggingface/evaluate@75c09ff6cd599744d0641e4ef1d4cfedbd35eec9
2
  bert_score