Spaces:
Sleeping
Sleeping
Commit
·
20c1af5
1
Parent(s):
e06bf99
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers==4.44.0
|
2 |
+
huggingface_hub==0.24.5
|
3 |
+
nltk==3.8.1
|
4 |
+
gradio==4.36.1
|
5 |
+
pyvis==0.3.2
|
6 |
+
evaluate==0.4.2
|
7 |
+
python-dotenv==1.0.1
|
8 |
+
git+https://github.com/huggingface/peft.git
|
9 |
+
trl==0.9.6
|
10 |
+
bitsandbytes==0.43.3
|
11 |
+
seaborn==0.13.2
|