File size: 824 Bytes
921a08d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "transformers_version": "5.5.4",
  "architectures": null,
  "output_hidden_states": false,
  "return_dict": true,
  "dtype": null,
  "chunk_size_feed_forward": 0,
  "is_encoder_decoder": false,
  "id2label": {
    "0": "LABEL_0",
    "1": "LABEL_1"
  },
  "label2id": {
    "LABEL_0": 0,
    "LABEL_1": 1
  },
  "problem_type": null,
  "_name_or_path": "",
  "pad_token_id": 0,
  "intermediate_size": 1024,
  "vocab_size": 2560,
  "hidden_size": 256,
  "num_hidden_layers": 8,
  "num_attention_heads": 8,
  "max_position_embeddings": 1536,
  "dropout": 0.1,
  "initializer_range": 0.02,
  "gradient_checkpointing": true,
  "model_type": "porebert",
  "output_attentions": false,
  "auto_map": {
    "AutoConfig": "configuration_simple_bert.SimpleBERTConfig",
    "AutoModel": "modeling_simple_bert.SimpleBERTModel"
  }
}