Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jesseplusplus
/
easy-translate
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fbc4e83
easy-translate
/
examples
/
opusMT.sh
Iker
Add examples folder
e2b2525
almost 2 years ago
raw
Copy download link
history
blame
198 Bytes
# Run OpusMT model on sample text.
cd
..
python3 translate.py \
--sentences_path sample_text/en.txt \
--output_path sample_text/en2es.translation.opus.txt \
--model_name Helsinki-NLP/opus-mt-es-en