|
{ |
|
"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 |
|
} |