Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# requirements.txt
|
2 |
+
torch>=2.0.0
|
3 |
+
transformers>=4.30.0
|
4 |
+
datasets>=2.14.0
|
5 |
+
gradio>=4.0.0
|
6 |
+
sacrebleu>=2.3.0
|
7 |
+
rouge-score>=0.1.2
|
8 |
+
Levenshtein>=0.21.0
|
9 |
+
numpy>=1.24.0
|
10 |
+
pandas>=2.0.0
|
11 |
+
matplotlib>=3.7.0
|
12 |
+
unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git
|
13 |
+
huggingface_hub>=0.16.0
|
14 |
+
accelerate>=0.20.0
|
15 |
+
bitsandbytes>=0.41.0
|
16 |
+
peft>=0.4.0
|