Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -7,6 +7,7 @@ Unidecode>=1.1.1
|
|
7 |
ujson
|
8 |
tqdm
|
9 |
transformers>=4.2.2
|
|
|
10 |
tensorboard
|
11 |
Cython
|
12 |
lmdb>=1.0
|
@@ -14,6 +15,7 @@ boto3
|
|
14 |
prettyprint
|
15 |
botocore
|
16 |
protobuf
|
|
|
17 |
streamlit
|
18 |
git+https://github.com/tvst/st-annotated-text.git
|
19 |
https://github.com/amazon-science/ReFinED/archive/refs/tags/V1.zip
|
|
|
7 |
ujson
|
8 |
tqdm
|
9 |
transformers>=4.2.2
|
10 |
+
tokenizers==0.13.2
|
11 |
tensorboard
|
12 |
Cython
|
13 |
lmdb>=1.0
|
|
|
15 |
prettyprint
|
16 |
botocore
|
17 |
protobuf
|
18 |
+
refined
|
19 |
streamlit
|
20 |
git+https://github.com/tvst/st-annotated-text.git
|
21 |
https://github.com/amazon-science/ReFinED/archive/refs/tags/V1.zip
|