Commit
Β·
9413e58
1
Parent(s):
3652c54
esupar_lemmatize
Browse files- config.json +3 -0
config.json
CHANGED
|
@@ -118,6 +118,9 @@
|
|
| 118 |
],
|
| 119 |
"position_biased_input": false,
|
| 120 |
"relative_attention": true,
|
|
|
|
|
|
|
|
|
|
| 121 |
"tokenizer_class": "BertTokenizerFast",
|
| 122 |
"torch_dtype": "float32",
|
| 123 |
"transformers_version": "4.22.1",
|
|
|
|
| 118 |
],
|
| 119 |
"position_biased_input": false,
|
| 120 |
"relative_attention": true,
|
| 121 |
+
"task_specific_params": {
|
| 122 |
+
"esupar_lemmatize": "copy"
|
| 123 |
+
},
|
| 124 |
"tokenizer_class": "BertTokenizerFast",
|
| 125 |
"torch_dtype": "float32",
|
| 126 |
"transformers_version": "4.22.1",
|