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