Spaces:
Runtime error
Runtime error
Merge https://github.com/ikergarcia1996/Easy-Translate into main
Browse files
README.md
CHANGED
|
@@ -119,7 +119,7 @@ accelerate launch translate.py \
|
|
| 119 |
|
| 120 |
## Evaluate translations
|
| 121 |
|
| 122 |
-
To run the evaluation script you need to install [bert_score](https://github.com/Tiiiger/bert_score): `pip install bert_score`
|
| 123 |
|
| 124 |
The evaluation script will calculate the following metrics:
|
| 125 |
|
|
|
|
| 119 |
|
| 120 |
## Evaluate translations
|
| 121 |
|
| 122 |
+
To run the evaluation script you need to install [bert_score](https://github.com/Tiiiger/bert_score): `pip install bert_score` and 🤗HuggingFace's [Datasets](https://huggingface.co/docs/datasets/index) model: `pip install datasets`.
|
| 123 |
|
| 124 |
The evaluation script will calculate the following metrics:
|
| 125 |
|