File size: 707 Bytes
c1b7c2d 3be19c9 c1b7c2d |
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 |
{
"architectures": ["BertForMaskedLM"],
"bos_token_id": 102,
"eos_token_id": 0,
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1"
},
"initializer_range": 0.02,
"is_decoder": false,
"label_map": {
"0": "LABEL_0",
"1": "LABEL_1"
},
"max_position_embeddings": 512,
"model_type": "llama",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"num_labels": 2,
"output_attentions": false,
"output_hidden_states": false,
"output_state_attentions": false,
"pad_token_id": 0,
"qa_dropout": 0.0,
"pretrained_classifier": false,
"torch_dtype": "float32",
"transformers_version": "4.39.0",
"vocab_size": 30522
} |