Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -211,8 +211,8 @@ Run the following command to evaluate the translations:
|
|
211 |
|
212 |
```bash
|
213 |
accelerate launch eval.py \
|
214 |
-
--pred_path sample_text/
|
215 |
-
--gold_path sample_text/
|
216 |
```
|
217 |
|
218 |
If you want to save the results to a file use the `--output_path` flag.
|
|
|
211 |
|
212 |
```bash
|
213 |
accelerate launch eval.py \
|
214 |
+
--pred_path sample_text/en2es.translation.m2m100_1.2B.txt
|
215 |
+
--gold_path sample_text/es.txt \
|
216 |
```
|
217 |
|
218 |
If you want to save the results to a file use the `--output_path` flag.
|