MSC-Arabic-Text-Generation / .huggingface.yml
Obai33's picture
Update .huggingface.yml
c08852e verified
raw
history blame
No virus
314 Bytes
# 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