Spaces:
Runtime error
Runtime error
Minor
Browse files
README.md
CHANGED
|
@@ -26,6 +26,11 @@ computes precision, recall and F1 scores.
|
|
| 26 |
|
| 27 |
## How to Use
|
| 28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
Sem-F1 takes 2 mandatory arguments:
|
| 30 |
|
| 31 |
- `predictions` - List of predictions. Format varies based on `tokenize_sentences` and `multi_references` flags.
|
|
|
|
| 26 |
|
| 27 |
## How to Use
|
| 28 |
|
| 29 |
+
Before using this metric, you need to install the dependencies -
|
| 30 |
+
```bash
|
| 31 |
+
pip install -U sentence-transformers scikit-learn nltk
|
| 32 |
+
```
|
| 33 |
+
|
| 34 |
Sem-F1 takes 2 mandatory arguments:
|
| 35 |
|
| 36 |
- `predictions` - List of predictions. Format varies based on `tokenize_sentences` and `multi_references` flags.
|