Spaces:
Sleeping
Sleeping
KawshikManikantan
commited on
Commit
•
02b5352
1
Parent(s):
1b137e8
req.txt
Browse files- .gitignore +2 -1
- requirements.txt +12 -0
.gitignore
CHANGED
@@ -9,4 +9,5 @@ data/raw_data
|
|
9 |
**/*nohup.out**
|
10 |
**/extras/
|
11 |
models_7_6_24/**
|
12 |
-
results_old/**
|
|
|
|
9 |
**/*nohup.out**
|
10 |
**/extras/
|
11 |
models_7_6_24/**
|
12 |
+
results_old/**
|
13 |
+
**/app_venv/
|
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
2 |
+
torch==2.2.0+cpu
|
3 |
+
torchvision==0.17.0+cpu
|
4 |
+
torchaudio==2.2.0+cpu
|
5 |
+
spacy==3.0.0
|
6 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_trf-3.0.0/en_core_web_trf-3.0.0.tar.gz
|
7 |
+
spacy-transformers
|
8 |
+
transformers
|
9 |
+
scipy
|
10 |
+
omegaconf
|
11 |
+
hydra
|
12 |
+
jsonlines
|