Commit
Β·
54f843f
1
Parent(s):
007d91a
esupar_lemmatize
Browse files- config.json +3 -0
config.json
CHANGED
@@ -112,6 +112,9 @@
|
|
112 |
"num_hidden_layers": 12,
|
113 |
"pad_token_id": 1,
|
114 |
"position_embedding_type": "absolute",
|
|
|
|
|
|
|
115 |
"tokenizer_class": "BertTokenizerFast",
|
116 |
"torch_dtype": "float32",
|
117 |
"transformers_version": "4.22.1",
|
|
|
112 |
"num_hidden_layers": 12,
|
113 |
"pad_token_id": 1,
|
114 |
"position_embedding_type": "absolute",
|
115 |
+
"task_specific_params": {
|
116 |
+
"esupar_lemmatize": "copy"
|
117 |
+
},
|
118 |
"tokenizer_class": "BertTokenizerFast",
|
119 |
"torch_dtype": "float32",
|
120 |
"transformers_version": "4.22.1",
|