epicDev123 commited on
Commit
dea0235
·
verified ·
1 Parent(s): f17c7fd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -4
requirements.txt CHANGED
@@ -1,4 +1,7 @@
1
- transformers==4.30.0
2
- datasets==2.6.1
3
- torch==2.1.0
4
- streamlit==1.19.0 # Add Streamlit
 
 
 
 
1
+ torch==2.0.0 # PyTorch for model building
2
+ transformers==4.31.0 # Hugging Face Transformers library
3
+ datasets==2.13.0 # Datasets library from Hugging Face
4
+ scikit-learn==1.2.2 # Scikit-learn for data manipulation and splitting
5
+ streamlit==1.17.0 # Streamlit for deploying the app
6
+ pandas==1.5.3 # For data manipulation
7
+ numpy==1.23.5 # For numerical operations