kalebu commited on
Commit
08aa873
2 Parent(s): b62b581 2268075

Merge https://github.com/ikergarcia1996/Easy-Translate into main

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