MansoorSarookh commited on
Commit
43be08e
·
verified ·
1 Parent(s): 35719d0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  streamlit==1.25.0 # For interactive web app interface
2
  transformers==4.33.2 # For loading Hugging Face model pipelines
3
- datasets==2.15.1 # For loading and processing datasets from Hugging Face Hub
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
 
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