File size: 314 Bytes
0436b5c 874b2bb 21703fa |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# 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.16.1
|