Update config.json
Browse files- config.json +3 -1
config.json
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "dicta-il/dictabert",
|
| 3 |
"architectures": [
|
| 4 |
"BertForJointParsing"
|
| 5 |
],
|
|
|
|
|
|
|
|
|
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"classifier_dropout": null,
|
| 8 |
"do_lex": true,
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"BertForJointParsing"
|
| 4 |
],
|
| 5 |
+
"auto_map": {
|
| 6 |
+
"AutoModel": "BertForJointParsing.BertForJointParsing"
|
| 7 |
+
},
|
| 8 |
"attention_probs_dropout_prob": 0.1,
|
| 9 |
"classifier_dropout": null,
|
| 10 |
"do_lex": true,
|