go-inoue commited on
Commit
eb4e0e0
1 Parent(s): a420b43

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -5
config.json CHANGED
@@ -1,10 +1,9 @@
1
- {
2
  "_name_or_path": "bert-base-arabic-camelbert-msa-pos-msa/",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
- "classifier_dropout": null,
8
  "gradient_checkpointing": false,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
@@ -85,9 +84,6 @@
85
  "num_attention_heads": 12,
86
  "num_hidden_layers": 12,
87
  "pad_token_id": 0,
88
- "position_embedding_type": "absolute",
89
- "transformers_version": "4.11.3",
90
  "type_vocab_size": 2,
91
- "use_cache": true,
92
  "vocab_size": 30000
93
  }
1
+ {
2
  "_name_or_path": "bert-base-arabic-camelbert-msa-pos-msa/",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
 
7
  "gradient_checkpointing": false,
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
84
  "num_attention_heads": 12,
85
  "num_hidden_layers": 12,
86
  "pad_token_id": 0,
 
 
87
  "type_vocab_size": 2,
 
88
  "vocab_size": 30000
89
  }