Spaces:
Runtime error
Runtime error
Create requirement.txt
Browse files- requirement.txt +15 -0
requirement.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
google-generativeai
|
2 |
+
pandas
|
3 |
+
nltk
|
4 |
+
indic-nlp-library
|
5 |
+
transformers>=4.39.0
|
6 |
+
trl>=0.8.3
|
7 |
+
googletrans==3.1.0a0
|
8 |
+
sentencepiece
|
9 |
+
transformers
|
10 |
+
torch
|
11 |
+
peft
|
12 |
+
bitsandbytes
|
13 |
+
datasets
|
14 |
+
huggingface-hub
|
15 |
+
gradio
|