azizbhh commited on
Commit
5ffc72b
1 Parent(s): 3f8fe91

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +43 -0
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "attention-avengers/Qwen1.5-0.5B-Chat-MCQ",
3
+ "architectures": [
4
+ "Qwen2ForMultipleChoice"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "auto_map": {
8
+ "AutoModel": "attention-avengers/Qwen1.5-0.5B-Chat-MCQ--qwen.Qwen2ForMultipleChoice"
9
+ },
10
+ "bos_token_id": 151643,
11
+ "eos_token_id": 151645,
12
+ "hidden_act": "silu",
13
+ "hidden_size": 1024,
14
+ "id2label": {
15
+ "0": "A",
16
+ "1": "B",
17
+ "2": "C",
18
+ "3": "D"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 2816,
22
+ "label2id": {
23
+ "A": 0,
24
+ "B": 1,
25
+ "C": 2,
26
+ "D": 3
27
+ },
28
+ "max_position_embeddings": 32768,
29
+ "max_window_layers": 21,
30
+ "model_type": "qwen2",
31
+ "num_attention_heads": 16,
32
+ "num_hidden_layers": 24,
33
+ "num_key_value_heads": 16,
34
+ "rms_norm_eps": 1e-06,
35
+ "rope_theta": 1000000.0,
36
+ "sliding_window": 32768,
37
+ "tie_word_embeddings": true,
38
+ "torch_dtype": "bfloat16",
39
+ "transformers_version": "4.41.2",
40
+ "use_cache": true,
41
+ "use_sliding_window": false,
42
+ "vocab_size": 151936
43
+ }