Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -5,4 +5,7 @@ torch
|
|
5 |
pandas
|
6 |
tqdm
|
7 |
sklearn
|
8 |
-
textblob
|
|
|
|
|
|
|
|
5 |
pandas
|
6 |
tqdm
|
7 |
sklearn
|
8 |
+
textblob
|
9 |
+
BertForSequenceClassification
|
10 |
+
AdamW
|
11 |
+
BertConfig
|