KoichiYasuoka
commited on
Commit
Β·
a696c49
1
Parent(s):
01ca6cf
esupar_lemmatize
Browse files- config.json +3 -0
config.json
CHANGED
@@ -119,6 +119,9 @@
|
|
119 |
"pooler_size_per_head": 128,
|
120 |
"pooler_type": "first_token_transform",
|
121 |
"position_embedding_type": "absolute",
|
|
|
|
|
|
|
122 |
"torch_dtype": "float32",
|
123 |
"transformers_version": "4.10.0",
|
124 |
"type_vocab_size": 2,
|
|
|
119 |
"pooler_size_per_head": 128,
|
120 |
"pooler_type": "first_token_transform",
|
121 |
"position_embedding_type": "absolute",
|
122 |
+
"task_specific_params": {
|
123 |
+
"esupar_lemmatize": "copy"
|
124 |
+
},
|
125 |
"torch_dtype": "float32",
|
126 |
"transformers_version": "4.10.0",
|
127 |
"type_vocab_size": 2,
|