Iker commited on
Commit
2268075
1 Parent(s): 797bf18

Add evaluation dependencies

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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)