KoichiYasuoka
commited on
Commit
Β·
0c15d98
1
Parent(s):
adca5b0
esupar_lemmatize
Browse files- config.json +3 -0
config.json
CHANGED
@@ -124,6 +124,9 @@
|
|
124 |
"position_buckets": 256,
|
125 |
"relative_attention": true,
|
126 |
"share_att_key": true,
|
|
|
|
|
|
|
127 |
"tokenizer_class": "BertTokenizerFast",
|
128 |
"torch_dtype": "float32",
|
129 |
"transformers_version": "4.22.1",
|
|
|
124 |
"position_buckets": 256,
|
125 |
"relative_attention": true,
|
126 |
"share_att_key": true,
|
127 |
+
"task_specific_params": {
|
128 |
+
"esupar_lemmatize": "copy"
|
129 |
+
},
|
130 |
"tokenizer_class": "BertTokenizerFast",
|
131 |
"torch_dtype": "float32",
|
132 |
"transformers_version": "4.22.1",
|