KoichiYasuoka
commited on
Commit
·
627ae56
1
Parent(s):
3623db4
esupar_lemmatize
Browse files- config.json +3 -0
config.json
CHANGED
@@ -116,6 +116,9 @@
|
|
116 |
"num_hidden_layers": 12,
|
117 |
"pad_token_id": 1,
|
118 |
"position_embedding_type": "absolute",
|
|
|
|
|
|
|
119 |
"tokenizer_class": "BertTokenizerFast",
|
120 |
"torch_dtype": "float32",
|
121 |
"transformers_version": "4.22.1",
|
|
|
116 |
"num_hidden_layers": 12,
|
117 |
"pad_token_id": 1,
|
118 |
"position_embedding_type": "absolute",
|
119 |
+
"task_specific_params": {
|
120 |
+
"esupar_lemmatize": "copy"
|
121 |
+
},
|
122 |
"tokenizer_class": "BertTokenizerFast",
|
123 |
"torch_dtype": "float32",
|
124 |
"transformers_version": "4.22.1",
|