# Config file: .huggingface.yml | |
# Environment settings | |
environment: | |
python: 3.8 | |
# Install dependencies | |
setup: | |
- pip install translate | |
- pip install tashaphyne | |
- pip install nltk | |
- pip install random2 | |
- pip install pandas | |
- pip install regex | |
- pip install numpy | |
- pip install tensorflow==2.12.0 | |