kargaranamir
commited on
Commit
•
5487a5e
1
Parent(s):
a220ee8
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pytorch-lightning==1.5.10
|
2 |
+
pytorch-crf==0.7.2
|
3 |
+
transformers==4.16.2
|
4 |
+
torch
|
5 |
+
huggingface-hub>=0.14.1
|
6 |
+
seqeval==1.2.2
|
7 |
+
tqdm==4.62.3
|
8 |
+
nltk==3.7
|
9 |
+
pandas==1.3.5
|
10 |
+
numpy
|