Commit
·
6687514
1
Parent(s):
31bb291
esupar_lemmatize
Browse files- config.json +3 -0
config.json
CHANGED
@@ -108,6 +108,9 @@
|
|
108 |
"num_hidden_layers": 12,
|
109 |
"pad_token_id": 1,
|
110 |
"position_embedding_type": "absolute",
|
|
|
|
|
|
|
111 |
"tokenizer_class": "BertTokenizerFast",
|
112 |
"torch_dtype": "float32",
|
113 |
"transformers_version": "4.40.1",
|
|
|
108 |
"num_hidden_layers": 12,
|
109 |
"pad_token_id": 1,
|
110 |
"position_embedding_type": "absolute",
|
111 |
+
"task_specific_params": {
|
112 |
+
"esupar_lemmatize": "copy"
|
113 |
+
},
|
114 |
"tokenizer_class": "BertTokenizerFast",
|
115 |
"torch_dtype": "float32",
|
116 |
"transformers_version": "4.40.1",
|