Shaltiel commited on
Commit
852366d
1 Parent(s): 776c058

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -7
config.json CHANGED
@@ -1,15 +1,12 @@
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": false,
9
- "do_morph": false,
10
- "do_ner": false,
11
- "do_prefix": false,
12
- "do_syntax": true,
13
  "gradient_checkpointing": false,
14
  "hidden_act": "gelu",
15
  "hidden_dropout_prob": 0.1,
 
1
  {
 
2
  "architectures": [
3
+ "BertForSyntaxParsing"
4
  ],
5
+ "auto_map": {
6
+ "AutoModel": "BertForSyntaxParsing.BertForSyntaxParsing"
7
+ },
8
  "attention_probs_dropout_prob": 0.1,
9
  "classifier_dropout": null,
 
 
 
 
 
10
  "gradient_checkpointing": false,
11
  "hidden_act": "gelu",
12
  "hidden_dropout_prob": 0.1,