Easy-Translate
Easy-Translate is a script for translating large text files with a SINGLE COMMAND. Easy-Translate is designed to be as easy as possible for beginners and as seamlesscustomizable and as possible for advanced users.
File Explorer
Download Latest Version (.zip)- Alpaca-Lora.sh
- FlanT5-large.sh
- LLaMA.sh
- m2m100-1.2B.sh
- m2m100-1.2B_2GPUS.sh
- m2m100-12B_8bit.sh
- m2m100-12B_fp16.sh
- mbart.sh
- nllb200-moe-54B_1GPU_4bits.sh
- nllb200-moe-54B_1GPU_8bits.sh
- nllb200_3B_8bit.sh
- nllb200_3B_fp16.sh
- opusMT.sh
- README.md
- SeamlessM4T-large_4bit.sh
- SeamlessM4T-large_bf16.sh
- SeamlessM4T-medium.sh
- SeamlessM4T-medium_2GPUS.sh
- small100.sh
- Vicuna.sh
- title.png
- en.txt
- en2es.m2m100_1.2B.json
- en2es.m2m100_12B.json
- en2es.m2m100_418M.json
- en2es.mbart50_m2m.json
- en2es.nllb-200_3B.json
- en2es.opusMT.json
- en2es.seamless-m4t-large.json
- en2es.seamless-m4t-medium.json
- en2es.small100.json
- en2es.translation.m2m100_1.2B.txt
- en2es.translation.m2m100_12B.txt
- en2es.translation.m2m100_418M.txt
- en2es.translation.mbart50_m2m.txt
- en2es.translation.nllb-200_3B.txt
- en2es.translation.opusMT.txt
- en2es.translation.seamless-m4t-large.txt
- en2es.translation.seamless-m4t-medium.txt
- en2es.translation.small100.txt
- es.txt
- README.md
- __init__.py
- test_translation.py
- tokenization_small100.py
- .gitignore
- dataset.py
- eval.py
- LICENSE.md
- model.py
- README.md
- supported_languages.md
- translate.py
# Installation Guide
git clone https://github.com/ikergarcia1996/Easy-Translate
Downloads the entire project code from GitHub to your computer.
cd Easy-Translate
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install accelerate
Installs the package published on PyPI directly β no need to clone the source.
pip install --upgrade transformers
Installs the package published on PyPI directly β no need to clone the source.
pip install bitsandbytes
Installs the package published on PyPI directly β no need to clone the source.
pip install peft
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
