Spaces:
Running
Running
Add evaluation dependencies
Browse files
README.md
CHANGED
@@ -103,7 +103,7 @@ accelerate launch translate.py \
|
|
103 |
|
104 |
## Evaluate translations
|
105 |
|
106 |
-
To run the evaluation script you need to install [bert_score](https://github.com/Tiiiger/bert_score): `pip install bert_score`
|
107 |
|
108 |
The evaluation script will calculate the following metrics:
|
109 |
* [SacreBLEU](https://github.com/huggingface/datasets/tree/master/metrics/sacrebleu)
|
|
|
103 |
|
104 |
## Evaluate translations
|
105 |
|
106 |
+
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`.
|
107 |
|
108 |
The evaluation script will calculate the following metrics:
|
109 |
* [SacreBLEU](https://github.com/huggingface/datasets/tree/master/metrics/sacrebleu)
|