File size: 1,423 Bytes
0bb4d4c |
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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
{
"_name_or_path": "Qwen/Qwen2.5-0.5B",
"architectures": [
"Qwen2ForSequenceClassification"
],
"attention_dropout": 0.0,
"bos_token_id": 128245,
"eos_token_id": 151643,
"hidden_act": "silu",
"hidden_size": 896,
"id2label": {
"0": "animal_abuse",
"1": "child_abuse",
"2": "controversial_topics,politics",
"3": "discrimination,stereotype,injustice",
"4": "drug_abuse,weapons,banned_substance",
"5": "financial_crime,property_crime,theft",
"6": "hate_speech,offensive_language",
"7": "misinformation_regarding_ethics,laws_and_safety",
"8": "non_violent_unethical_behavior",
"9": "privacy_violation",
"10": "self_harm",
"11": "sexually_explicit,adult_content",
"12": "terrorism,organized_crime",
"13": "violence,aiding_and_abetting,incitement"
},
"initializer_range": 0.02,
"intermediate_size": 4864,
"max_position_embeddings": 32768,
"max_window_layers": 24,
"model_type": "qwen2",
"num_attention_heads": 14,
"num_hidden_layers": 24,
"num_key_value_heads": 2,
"pad_token_id": 151643,
"problem_type": "multi_label_classification",
"rms_norm_eps": 1e-06,
"rope_scaling": null,
"rope_theta": 1000000.0,
"sliding_window": null,
"tie_word_embeddings": true,
"torch_dtype": "float32",
"transformers_version": "4.47.0",
"use_cache": true,
"use_mrope": false,
"use_sliding_window": false,
"vocab_size": 151665
}
|