kghuggingface commited on
Commit
c1b7c2d
·
verified ·
1 Parent(s): a2e31e6

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +31 -0
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["BertForMaskedLM"],
3
+ "bos_token_id": 102,
4
+ "eos_token_id": 0,
5
+ "hidden_dropout_prob": 0.1,
6
+ "hidden_size": 768,
7
+ "id2label": {
8
+ "0": "LABEL_0",
9
+ "1": "LABEL_1"
10
+ },
11
+ "initializer_range": 0.02,
12
+ "is_decoder": false,
13
+ "label_map": {
14
+ "0": "LABEL_0",
15
+ "1": "LABEL_1"
16
+ },
17
+ "max_position_embeddings": 512,
18
+ "model_type": "bert",
19
+ "num_attention_heads": 12,
20
+ "num_hidden_layers": 12,
21
+ "num_labels": 2,
22
+ "output_attentions": false,
23
+ "output_hidden_states": false,
24
+ "output_state_attentions": false,
25
+ "pad_token_id": 0,
26
+ "qa_dropout": 0.0,
27
+ "pretrained_classifier": false,
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.39.0",
30
+ "vocab_size": 30522
31
+ }