Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -36
requirements.txt
CHANGED
@@ -1,41 +1,12 @@
|
|
1 |
-
# Core Libraries
|
2 |
torch>=1.13.0
|
3 |
transformers>=4.30.0
|
4 |
-
|
5 |
-
|
6 |
scikit-learn>=1.2.0
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
spacy>=3.6.0
|
11 |
-
stanza==1.3
|
12 |
scispacy==0.5.2
|
|
|
13 |
seqeval
|
14 |
-
pycorenlp==0.3.0
|
15 |
-
robust-deid==0.3.1
|
16 |
-
|
17 |
-
# Web / UI
|
18 |
-
gradio>=3.40.0
|
19 |
-
fastapi==0.86.0
|
20 |
-
pydantic==1.10.2
|
21 |
-
|
22 |
-
# Hugging Face Ecosystem
|
23 |
-
huggingface-hub>=0.15.0
|
24 |
-
datasets
|
25 |
-
accelerate
|
26 |
-
|
27 |
-
# Jupyter & Visualization (Optional for dev)
|
28 |
-
jupyterlab==3.2.9
|
29 |
-
ipywidgets==7.6.5
|
30 |
-
matplotlib==3.5.1
|
31 |
-
|
32 |
-
# Utilities
|
33 |
-
jsonschema>=4.17.0
|
34 |
-
beautifulsoup4==4.10.0
|
35 |
-
wget==3.2
|
36 |
-
|
37 |
-
# NodeJS bindings (if needed for tokenizer preprocessing)
|
38 |
-
nodejs==0.1.1
|
39 |
-
|
40 |
-
# Installer version
|
41 |
-
pip==23.1.1
|
|
|
|
|
1 |
torch>=1.13.0
|
2 |
transformers>=4.30.0
|
3 |
+
gradio>=3.40.0
|
4 |
+
spacy==3.4.4
|
5 |
scikit-learn>=1.2.0
|
6 |
+
pydantic==1.10.2
|
7 |
+
fastapi==0.86.0
|
8 |
+
robust-deid==0.3.1
|
|
|
|
|
9 |
scispacy==0.5.2
|
10 |
+
stanza==1.3
|
11 |
seqeval
|
12 |
+
pycorenlp==0.3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|