MansoorSarookh commited on
Commit
827e893
·
verified ·
1 Parent(s): bad7265

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -10
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
- streamlit==1.25.0 # For interactive web app interface
2
- transformers==4.33.2 # For loading Hugging Face model pipelines
3
- datasets==2.21.0 # Updated to a compatible version for Python 3.10
4
- peft==0.5.0 # For parameter-efficient fine-tuning
5
- pandas==2.1.1 # For data manipulation with CSV files
6
- numpy==1.26.0 # For numerical operations, required by pandas and other libraries
7
- huggingface-hub==0.19.0 # For Hugging Face model and dataset access
8
- torch==2.1.0 # For PyTorch, which transformers models depend on
9
- kaggle==1.5.14 # For importing data from Kaggle if needed
10
- requests==2.31.0 # For making HTTP requests, if needed for additional API calls
 
1
+ streamlit
2
+ transformers
3
+ datasets
4
+ peft
5
+ pandas
6
+ numpy
7
+ huggingface-hub
8
+ torch
9
+ kaggle
10
+ requests