Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
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
|