Spaces:
Runtime error
Runtime error
Create new file
Browse files- requirements.txt +23 -0
requirements.txt
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
robust-deid
|
| 2 |
+
transformers==4.11.3
|
| 3 |
+
tensorflow==2.8.0
|
| 4 |
+
numpy==1.22.1
|
| 5 |
+
scipy==1.8.0
|
| 6 |
+
pandas==1.4.0
|
| 7 |
+
scikit-learn==1.0.2
|
| 8 |
+
jupyterlab==3.2.9
|
| 9 |
+
ipywidgets==7.6.5
|
| 10 |
+
matplotlib==3.5.1
|
| 11 |
+
beautifulsoup4==4.10.0
|
| 12 |
+
spacy==3.0.7
|
| 13 |
+
nodejs==0.1.1
|
| 14 |
+
stanza==1.2
|
| 15 |
+
tensorflow-addons==0.15.0
|
| 16 |
+
wget==3.2
|
| 17 |
+
seqeval
|
| 18 |
+
scispacy==0.4.0
|
| 19 |
+
datasets==1.9.0
|
| 20 |
+
allennlp==2.9.0
|
| 21 |
+
pycorenlp==0.3.0
|
| 22 |
+
https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.4.0/en_core_sci_sm-0.4.0.tar.gz
|
| 23 |
+
https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.4.0/en_core_sci_lg-0.4.0.tar.gz
|