Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -12,11 +12,12 @@ icecream
|
|
12 |
protobuf
|
13 |
#snorkel
|
14 |
pyarrow
|
15 |
-
transformers==3.0.2
|
|
|
16 |
#seqeval==0.0.12
|
17 |
-
|
18 |
#pytorch-crf==0.7.2
|
19 |
-
|
20 |
rank_bm25
|
21 |
nltk
|
22 |
#gradio
|
|
|
12 |
protobuf
|
13 |
#snorkel
|
14 |
pyarrow
|
15 |
+
#transformers==3.0.2
|
16 |
+
transformers
|
17 |
#seqeval==0.0.12
|
18 |
+
seqeval
|
19 |
#pytorch-crf==0.7.2
|
20 |
+
pytorch-crf
|
21 |
rank_bm25
|
22 |
nltk
|
23 |
#gradio
|