Spaces:
Runtime error
Runtime error
creating new requirment.txt file
Browse files- requirement.txt +42 -0
requirement.txt
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
requests
|
3 |
+
transformers
|
4 |
+
gradio
|
5 |
+
LlavaForConditionalGeneration
|
6 |
+
BitsAndBytesConfig
|
7 |
+
AutoProcessor
|
8 |
+
MBartForConditionalGeneration
|
9 |
+
MBart50TokenizerFast
|
10 |
+
PIL
|
11 |
+
Image
|
12 |
+
pandas
|
13 |
+
json
|
14 |
+
cv2
|
15 |
+
numpy
|
16 |
+
bs4
|
17 |
+
BeautifulSoup
|
18 |
+
os
|
19 |
+
io
|
20 |
+
BytesIO
|
21 |
+
datasets
|
22 |
+
Dataset
|
23 |
+
PeftModel
|
24 |
+
peft
|
25 |
+
googletrans
|
26 |
+
Translator
|
27 |
+
MarianMTModel
|
28 |
+
MarianTokenizer
|
29 |
+
SFTTrainer
|
30 |
+
LoraConfig
|
31 |
+
notebook_login
|
32 |
+
huggingface_hub
|
33 |
+
trl
|
34 |
+
nltk
|
35 |
+
indicnlp.tokenize
|
36 |
+
nltk.translate.meteor_score
|
37 |
+
nltk.translate.bleu_score
|
38 |
+
time
|
39 |
+
google.colab
|
40 |
+
google.generativeai
|
41 |
+
userdata
|
42 |
+
genai
|