Spaces:
Sleeping
Sleeping
momergul
commited on
Commit
·
ae69357
1
Parent(s):
8133f69
Requirements
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.2.2
|
2 |
+
datasets==2.18.0
|
3 |
+
transformers==4.40.0
|
4 |
+
sentencepiece==0.2.0
|
5 |
+
accelerate==0.29.2
|
6 |
+
loralib==0.1.2
|
7 |
+
peft==0.10.0
|
8 |
+
evaluate==0.4.1
|
9 |
+
ftfy==6.2.0
|
10 |
+
inflect==7.2.0
|
11 |
+
scipy==1.13.0
|
12 |
+
nltk==3.8.1
|
13 |
+
timm==0.9.16
|
14 |
+
protobuf==4.25.3
|
15 |
+
pydantic==1.10.13
|
16 |
+
tqdm==4.66.2
|
17 |
+
|
18 |
+
|