Update config.py
Browse files
config.py
CHANGED
@@ -24,5 +24,5 @@ TOKENIZER = transformers.BertTokenizer.from_pretrained(
|
|
24 |
do_lower_case=True
|
25 |
)
|
26 |
|
27 |
-
|
28 |
|
|
|
24 |
do_lower_case=True
|
25 |
)
|
26 |
|
27 |
+
####################################################################################################################################
|
28 |
|