Spaces:
Sleeping
Sleeping
Aditi
commited on
Commit
·
bde02eb
1
Parent(s):
c9ce961
Remove large train JSON file to fix Hugging face push
Browse files- requirements.txt +70 -24
requirements.txt
CHANGED
@@ -1,31 +1,77 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
datasets==4.0.0
|
|
|
4 |
evaluate==0.4.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
nltk==3.9.1
|
|
|
|
|
6 |
pandas==2.3.1
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
torch==2.3.0
|
17 |
torchaudio==2.3.0
|
18 |
torchvision==0.18.0
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
fsspec
|
29 |
-
|
30 |
-
accelerate>=0.26.0
|
31 |
-
sentence-transformers
|
|
|
1 |
+
accelerate==1.8.1
|
2 |
+
aiohappyeyeballs==2.6.1
|
3 |
+
aiohttp==3.12.14
|
4 |
+
aiosignal==1.4.0
|
5 |
+
altair==5.5.0
|
6 |
+
async-timeout==5.0.1
|
7 |
+
attrs==25.3.0
|
8 |
+
blinker==1.9.0
|
9 |
+
cachetools==6.1.0
|
10 |
+
certifi==2025.7.9
|
11 |
+
charset-normalizer==3.4.2
|
12 |
+
click==8.2.1
|
13 |
+
colorama==0.4.6
|
14 |
datasets==4.0.0
|
15 |
+
dill==0.3.8
|
16 |
evaluate==0.4.5
|
17 |
+
filelock==3.18.0
|
18 |
+
frozenlist==1.7.0
|
19 |
+
fsspec==2025.3.0
|
20 |
+
gitdb==4.0.12
|
21 |
+
GitPython==3.1.44
|
22 |
+
huggingface-hub==0.33.4
|
23 |
+
idna==3.10
|
24 |
+
intel-openmp==2021.4.0
|
25 |
+
Jinja2==3.1.6
|
26 |
+
joblib==1.5.1
|
27 |
+
jsonschema==4.24.0
|
28 |
+
jsonschema-specifications==2025.4.1
|
29 |
+
MarkupSafe==3.0.2
|
30 |
+
mkl==2021.4.0
|
31 |
+
mpmath==1.3.0
|
32 |
+
multidict==6.6.3
|
33 |
+
multiprocess==0.70.16
|
34 |
+
narwhals==1.47.0
|
35 |
+
networkx==3.4.2
|
36 |
nltk==3.9.1
|
37 |
+
numpy==1.24.4
|
38 |
+
packaging==25.0
|
39 |
pandas==2.3.1
|
40 |
+
pillow==11.3.0
|
41 |
+
propcache==0.3.2
|
42 |
+
protobuf==6.31.1
|
43 |
+
psutil==7.0.0
|
44 |
+
pyarrow==20.0.0
|
45 |
+
pydeck==0.9.1
|
46 |
+
python-dateutil==2.9.0.post0
|
47 |
+
pytz==2025.2
|
48 |
+
PyYAML==6.0.2
|
49 |
+
referencing==0.36.2
|
50 |
+
regex==2024.11.6
|
51 |
+
requests==2.32.4
|
52 |
+
rpds-py==0.26.0
|
53 |
+
safetensors==0.5.3
|
54 |
+
scikit-learn==1.7.0
|
55 |
+
scipy==1.15.3
|
56 |
+
sentence-transformers==5.0.0
|
57 |
+
six==1.17.0
|
58 |
+
smmap==5.0.2
|
59 |
+
streamlit==1.46.1
|
60 |
+
sympy==1.14.0
|
61 |
+
tbb==2021.13.1
|
62 |
+
tenacity==9.1.2
|
63 |
+
threadpoolctl==3.6.0
|
64 |
+
tokenizers==0.21.2
|
65 |
+
toml==0.10.2
|
66 |
torch==2.3.0
|
67 |
torchaudio==2.3.0
|
68 |
torchvision==0.18.0
|
69 |
+
tornado==6.5.1
|
70 |
+
tqdm==4.67.1
|
71 |
+
transformers==4.53.2
|
72 |
+
typing_extensions==4.14.1
|
73 |
+
tzdata==2025.2
|
74 |
+
urllib3==2.5.0
|
75 |
+
watchdog==6.0.0
|
76 |
+
xxhash==3.5.0
|
77 |
+
yarl==1.20.1
|
|
|
|
|
|
|
|