Spaces:
Sleeping
Sleeping
Aditi
commited on
Commit
·
de83c6f
1
Parent(s):
66e60d9
requirements file changes
Browse files- requirements.txt +8 -12
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Core
|
2 |
transformers==4.53.2
|
3 |
datasets==4.0.0
|
4 |
evaluate==0.4.5
|
@@ -6,18 +6,15 @@ nltk==3.9.1
|
|
6 |
pandas==2.3.1
|
7 |
numpy>=1.17
|
8 |
tqdm>=4.27
|
9 |
-
scipy
|
10 |
-
streamlit
|
11 |
-
nltk
|
12 |
-
|
13 |
-
|
14 |
|
15 |
# PyTorch (CPU version)
|
16 |
-
torch==2.
|
17 |
-
torchaudio==2.
|
18 |
-
torchvision==0.
|
19 |
|
20 |
-
# Hugging Face Hub
|
21 |
huggingface-hub>=0.16.4
|
22 |
safetensors>=0.4.3
|
23 |
|
@@ -26,6 +23,5 @@ pyarrow>=15.0.0
|
|
26 |
regex
|
27 |
filelock
|
28 |
fsspec
|
29 |
-
|
30 |
accelerate>=0.26.0
|
31 |
-
sentence-transformers
|
|
|
1 |
+
# Core Libraries
|
2 |
transformers==4.53.2
|
3 |
datasets==4.0.0
|
4 |
evaluate==0.4.5
|
|
|
6 |
pandas==2.3.1
|
7 |
numpy>=1.17
|
8 |
tqdm>=4.27
|
9 |
+
scipy==1.16.0
|
10 |
+
streamlit==1.26.0
|
|
|
|
|
|
|
11 |
|
12 |
# PyTorch (CPU version)
|
13 |
+
torch==2.2.2
|
14 |
+
torchaudio==2.2.2
|
15 |
+
torchvision==0.17.2
|
16 |
|
17 |
+
# Hugging Face Hub and Safetensors
|
18 |
huggingface-hub>=0.16.4
|
19 |
safetensors>=0.4.3
|
20 |
|
|
|
23 |
regex
|
24 |
filelock
|
25 |
fsspec
|
|
|
26 |
accelerate>=0.26.0
|
27 |
+
sentence-transformers==2.7.0
|