Spaces:
Running
Running
Update Space (evaluate main: 75c09ff6)
Browse files- README.md +1 -1
- 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 `
|
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@
|
2 |
bert_score
|
|
|
1 |
+
git+https://github.com/huggingface/evaluate@75c09ff6cd599744d0641e4ef1d4cfedbd35eec9
|
2 |
bert_score
|