fox1.2 / config.json
teolm30's picture
Upload folder using huggingface_hub
38eace5 verified
{
"transformers_version": "5.5.0.dev0",
"architectures": [
"Qwen2ForCausalLM"
],
"output_hidden_states": false,
"return_dict": true,
"dtype": "bfloat16",
"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,
"vocab_size": 151936,
"hidden_size": 896,
"intermediate_size": 4864,
"num_hidden_layers": 24,
"num_attention_heads": 14,
"num_key_value_heads": 2,
"hidden_act": "silu",
"max_position_embeddings": 32768,
"initializer_range": 0.02,
"rms_norm_eps": 1e-06,
"use_cache": true,
"tie_word_embeddings": true,
"rope_parameters": {
"rope_theta": 1000000.0,
"rope_type": "default"
},
"use_sliding_window": false,
"sliding_window": null,
"max_window_layers": 21,
"layer_types": [
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention"
],
"attention_dropout": 0.0,
"pad_token_id": null,
"bos_token_id": 151643,
"eos_token_id": 151645,
"_name_or_path": "Qwen/Qwen2.5-0.5B-Instruct",
"model_type": "qwen2",
"output_attentions": false
}