Ahmed87 commited on
Commit
da26678
·
1 Parent(s): e254898

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -8
config.json CHANGED
@@ -4,7 +4,7 @@
4
  "BertForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
- "directionality": "bidi",
8
  "gradient_checkpointing": false,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
@@ -39,12 +39,10 @@
39
  "num_attention_heads": 12,
40
  "num_hidden_layers": 12,
41
  "pad_token_id": 0,
42
- "pooler_fc_size": 768,
43
- "pooler_num_attention_heads": 12,
44
- "pooler_num_fc_layers": 3,
45
- "pooler_size_per_head": 128,
46
- "pooler_type": "first_token_transform",
47
  "position_embedding_type": "absolute",
 
 
48
  "type_vocab_size": 2,
49
- "vocab_size": 119547
50
- }
 
 
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,
 
39
  "num_attention_heads": 12,
40
  "num_hidden_layers": 12,
41
  "pad_token_id": 0,
 
 
 
 
 
42
  "position_embedding_type": "absolute",
43
+ "torch_dtype": "float32",
44
+ "transformers_version": "4.24.0",
45
  "type_vocab_size": 2,
46
+ "use_cache": true,
47
+ "vocab_size": 28996
48
+ }