N8Programs's picture
Add verifier-50m-epoch4 checkpoint
fc3cc17 verified
Raw
History Blame Contribute Delete
744 Bytes
{
"architectures": [
"Qwen3ForSequenceClassification"
],
"model_type": "qwen3",
"vocab_size": 19,
"hidden_size": 512,
"num_hidden_layers": 16,
"intermediate_size": 1536,
"num_attention_heads": 4,
"num_key_value_heads": 2,
"head_dim": 128,
"hidden_act": "silu",
"rms_norm_eps": 1e-06,
"max_position_embeddings": 16384,
"rope_theta": 1000000.0,
"rope_scaling": null,
"attention_bias": false,
"attention_dropout": 0.0,
"tie_word_embeddings": false,
"use_cache": true,
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 0,
"torch_dtype": "float32",
"num_labels": 1,
"id2label": {
"0": "correct"
},
"label2id": {
"correct": 0
},
"problem_type": "multi_label_classification"
}