Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.0.0
|
| 2 |
+
transformers>=4.35.0
|
| 3 |
+
datasets>=2.14.0
|
| 4 |
+
accelerate>=0.24.0
|
| 5 |
+
evaluate>=0.4.0
|
| 6 |
+
scikit-learn>=1.3.0
|
| 7 |
+
numpy>=1.24.0
|
| 8 |
+
pandas>=2.0.0
|
| 9 |
+
tqdm>=4.65.0
|
| 10 |
+
peft>=0.6.0
|
| 11 |
+
bitsandbytes>=0.41.0
|
| 12 |
+
huggingface-hub>=0.17.0
|
| 13 |
+
matplotlib>=3.7.0
|
| 14 |
+
seaborn>=0.12.0
|