LoneStriker commited on
Commit
2188d9a
1 Parent(s): d6aaa62

ExLLaMA V2 quant of Yi-6B-Spicyboros-3.1-3.0bpw-h6-exl2

Browse files
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: 01-ai/Yi-6B
3
+ tags:
4
+ - yi-6B
5
+ - finetune
6
+ datasets:
7
+ - unalignment/spicy-3.1
8
+ license: other
9
+ license_name: yi-license
10
+ license_link: LICENSE
11
+ ---
12
+ <div align="center">
13
+
14
+ <h1>
15
+ Yi
16
+ </h1>
17
+
18
+ </div>
19
+
20
+ ## LoneStriker fine-tune of Yi using Spicyboros-3.1 dataset
21
+
22
+ ## Introduction
23
+
24
+ The **Yi** series models are large language models trained from scratch by developers at [01.AI](https://01.ai/). The first public release contains two base models with the parameter size of 6B and 34B.
25
+
26
+ ## News
27
+
28
+ - 🎯 **2023/11/02**: The base model of `Yi-6B` and `Yi-34B`
29
+
30
+ ## Model Performance
31
+
32
+ | Model | MMLU | CMMLU | C-Eval | GAOKAO | BBH | Commonsense Reasoning | Reading Comprehension | Math & Code |
33
+ | :------------ | :------: | :------: | :------: | :------: | :------: | :-------------------: | :-------------------: | :---------: |
34
+ | | 5-shot | 5-shot | 5-shot | 0-shot | 3-shot@1 | - | - | - |
35
+ | LLaMA2-34B | 62.6 | - | - | - | 44.1 | 69.9 | 68.0 | 26.0 |
36
+ | LLaMA2-70B | 68.9 | 53.3 | - | 49.8 | 51.2 | 71.9 | 69.4 | 36.8 |
37
+ | Baichuan2-13B | 59.2 | 62.0 | 58.1 | 54.3 | 48.8 | 64.3 | 62.4 | 23.0 |
38
+ | Qwen-14B | 66.3 | 71.0 | 72.1 | 62.5 | 53.4 | 73.3 | 72.5 | 39.8 |
39
+ | Skywork-13B | 62.1 | 61.8 | 60.6 | 68.1 | 41.7 | 72.4 | 61.4 | 24.9 |
40
+ | InternLM-20B | 62.1 | 59.0 | 58.8 | 45.5 | 52.5 | 78.3 | - | 26.0 |
41
+ | Aquila-34B | 67.8 | 71.4 | 63.1 | - | - | - | - | - |
42
+ | Falcon-180B | 70.4 | 58.0 | 57.8 | 59.0 | 54.0 | 77.3 | 68.8 | 34.0 |
43
+ | Yi-6B | 63.2 | 75.5 | 72.0 | 72.2 | 42.8 | 72.3 | 68.7 | 19.8 |
44
+ | **Yi-34B** | **76.3** | **83.7** | **81.4** | **82.8** | **54.3** | **80.1** | **76.4** | **37.1** |
45
+
46
+
47
+ While benchmarking open-source models, we have observed a disparity between the results generated by our pipeline and those reported in public sources (e.g. OpenCampus). Upon conducting a more in-depth investigation of this difference, we have discovered that various models may employ different prompts, post-processing strategies, and sampling techniques, potentially resulting in significant variations in the outcomes. Our prompt and post-processing strategy remains consistent with the original benchmark, and greedy decoding is employed during evaluation without any post-processing for the generated content. For scores that did not report by original author (including score reported with different setting), we try to get results with our pipeline.
48
+
49
+ To extensively evaluate model's capability, we adopted the methodology outlined in Llama2. Specifically, we included PIQA, SIQA, HellaSwag, WinoGrande, ARC, OBQA, and CSQA to assess common sense reasoning. SquAD, QuAC, and BoolQ were incorporated to evaluate reading comprehension. CSQA was exclusively tested using a 7-shot setup, while all other tests were conducted in a 0-shot configuration. Additionally, we introduced GSM8K (8-shot@1), MATH (4-shot@1), HumanEval (0-shot@1), and MBPP (3-shot@1) under the category "Math & Code". Due to technical constraints, we did not test Falcon-180 on QuAC and OBQA; the score is derived by averaging the scores on the remaining tasks. Since the scores for these two tasks are generally lower than the average, we believe that Falcon-180B's performance was not underestimated.
50
+
51
+ ## Disclaimer
52
+
53
+ Although we use data compliance checking algorithms during the training process to ensure the compliance of the trained model to the best of our ability, due to the complexity of the data and the diversity of language model usage scenarios, we cannot guarantee that the model will generate correct and reasonable output in all scenarios. Please be aware that there is still a risk of the model producing problematic outputs. We will not be responsible for any risks and issues resulting from misuse, misguidance, illegal usage, and related misinformation, as well as any associated data security concerns.
54
+
55
+ ## License
56
+
57
+ The Yi series model must be adhere to the [Model License Agreement](https://huggingface.co/01-ai/Yi-6B/blob/main/LICENSE).
58
+ For any questions related to licensing and copyright, please contact us ([yi@01.ai](mailto:yi@01.ai)).
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "</s>": 64001,
3
+ "<s>": 64000
4
+ }
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/models/models/Yi-6B",
3
+ "architectures": [
4
+ "YiForCausalLM"
5
+ ],
6
+ "auto_map": {
7
+ "AutoConfig": "configuration_yi.YiConfig",
8
+ "AutoModel": "modeling_yi.YiModel",
9
+ "AutoModelForCausalLM": "modeling_yi.YiForCausalLM"
10
+ },
11
+ "bos_token_id": 1,
12
+ "eos_token_id": 2,
13
+ "hidden_act": "silu",
14
+ "hidden_size": 4096,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 11008,
17
+ "max_position_embeddings": 4096,
18
+ "model_type": "Yi",
19
+ "num_attention_heads": 32,
20
+ "num_hidden_layers": 32,
21
+ "num_key_value_heads": 4,
22
+ "pad_token_id": 0,
23
+ "rms_norm_eps": 1e-05,
24
+ "rope_theta": 5000000.0,
25
+ "tie_word_embeddings": false,
26
+ "torch_dtype": "float16",
27
+ "transformers_version": "4.34.1",
28
+ "use_cache": false,
29
+ "vocab_size": 64002
30
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.34.1"
7
+ }
output.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a849bfd5061abc41827cf831f7175c51010c926fe38d7cf8669be17f4aa9b36f
3
+ size 2817004772
pytorch_model.bin.index.json ADDED
@@ -0,0 +1,298 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 12122103808
4
+ },
5
+ "weight_map": {
6
+ "lm_head.weight": "pytorch_model-00002-of-00002.bin",
7
+ "model.embed_tokens.weight": "pytorch_model-00001-of-00002.bin",
8
+ "model.layers.0.ln1.weight": "pytorch_model-00001-of-00002.bin",
9
+ "model.layers.0.ln2.weight": "pytorch_model-00001-of-00002.bin",
10
+ "model.layers.0.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
11
+ "model.layers.0.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
12
+ "model.layers.0.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
13
+ "model.layers.0.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
14
+ "model.layers.0.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
15
+ "model.layers.0.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
16
+ "model.layers.0.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
17
+ "model.layers.1.ln1.weight": "pytorch_model-00001-of-00002.bin",
18
+ "model.layers.1.ln2.weight": "pytorch_model-00001-of-00002.bin",
19
+ "model.layers.1.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
20
+ "model.layers.1.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
21
+ "model.layers.1.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
22
+ "model.layers.1.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
23
+ "model.layers.1.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
24
+ "model.layers.1.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
25
+ "model.layers.1.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
26
+ "model.layers.10.ln1.weight": "pytorch_model-00001-of-00002.bin",
27
+ "model.layers.10.ln2.weight": "pytorch_model-00001-of-00002.bin",
28
+ "model.layers.10.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
29
+ "model.layers.10.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
30
+ "model.layers.10.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
31
+ "model.layers.10.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
32
+ "model.layers.10.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
33
+ "model.layers.10.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
34
+ "model.layers.10.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
35
+ "model.layers.11.ln1.weight": "pytorch_model-00001-of-00002.bin",
36
+ "model.layers.11.ln2.weight": "pytorch_model-00001-of-00002.bin",
37
+ "model.layers.11.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
38
+ "model.layers.11.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
39
+ "model.layers.11.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
40
+ "model.layers.11.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
41
+ "model.layers.11.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
42
+ "model.layers.11.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
43
+ "model.layers.11.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
44
+ "model.layers.12.ln1.weight": "pytorch_model-00001-of-00002.bin",
45
+ "model.layers.12.ln2.weight": "pytorch_model-00001-of-00002.bin",
46
+ "model.layers.12.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
47
+ "model.layers.12.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
48
+ "model.layers.12.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
49
+ "model.layers.12.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
50
+ "model.layers.12.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
51
+ "model.layers.12.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
52
+ "model.layers.12.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
53
+ "model.layers.13.ln1.weight": "pytorch_model-00001-of-00002.bin",
54
+ "model.layers.13.ln2.weight": "pytorch_model-00001-of-00002.bin",
55
+ "model.layers.13.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
56
+ "model.layers.13.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
57
+ "model.layers.13.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
58
+ "model.layers.13.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
59
+ "model.layers.13.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
60
+ "model.layers.13.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
61
+ "model.layers.13.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
62
+ "model.layers.14.ln1.weight": "pytorch_model-00001-of-00002.bin",
63
+ "model.layers.14.ln2.weight": "pytorch_model-00001-of-00002.bin",
64
+ "model.layers.14.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
65
+ "model.layers.14.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
66
+ "model.layers.14.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
67
+ "model.layers.14.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
68
+ "model.layers.14.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
69
+ "model.layers.14.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
70
+ "model.layers.14.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
71
+ "model.layers.15.ln1.weight": "pytorch_model-00001-of-00002.bin",
72
+ "model.layers.15.ln2.weight": "pytorch_model-00001-of-00002.bin",
73
+ "model.layers.15.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
74
+ "model.layers.15.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
75
+ "model.layers.15.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
76
+ "model.layers.15.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
77
+ "model.layers.15.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
78
+ "model.layers.15.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
79
+ "model.layers.15.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
80
+ "model.layers.16.ln1.weight": "pytorch_model-00001-of-00002.bin",
81
+ "model.layers.16.ln2.weight": "pytorch_model-00001-of-00002.bin",
82
+ "model.layers.16.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
83
+ "model.layers.16.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
84
+ "model.layers.16.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
85
+ "model.layers.16.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
86
+ "model.layers.16.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
87
+ "model.layers.16.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
88
+ "model.layers.16.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
89
+ "model.layers.17.ln1.weight": "pytorch_model-00001-of-00002.bin",
90
+ "model.layers.17.ln2.weight": "pytorch_model-00001-of-00002.bin",
91
+ "model.layers.17.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
92
+ "model.layers.17.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
93
+ "model.layers.17.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
94
+ "model.layers.17.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
95
+ "model.layers.17.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
96
+ "model.layers.17.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
97
+ "model.layers.17.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
98
+ "model.layers.18.ln1.weight": "pytorch_model-00001-of-00002.bin",
99
+ "model.layers.18.ln2.weight": "pytorch_model-00001-of-00002.bin",
100
+ "model.layers.18.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
101
+ "model.layers.18.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
102
+ "model.layers.18.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
103
+ "model.layers.18.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
104
+ "model.layers.18.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
105
+ "model.layers.18.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
106
+ "model.layers.18.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
107
+ "model.layers.19.ln1.weight": "pytorch_model-00001-of-00002.bin",
108
+ "model.layers.19.ln2.weight": "pytorch_model-00001-of-00002.bin",
109
+ "model.layers.19.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
110
+ "model.layers.19.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
111
+ "model.layers.19.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
112
+ "model.layers.19.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
113
+ "model.layers.19.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
114
+ "model.layers.19.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
115
+ "model.layers.19.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
116
+ "model.layers.2.ln1.weight": "pytorch_model-00001-of-00002.bin",
117
+ "model.layers.2.ln2.weight": "pytorch_model-00001-of-00002.bin",
118
+ "model.layers.2.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
119
+ "model.layers.2.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
120
+ "model.layers.2.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
121
+ "model.layers.2.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
122
+ "model.layers.2.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
123
+ "model.layers.2.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
124
+ "model.layers.2.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
125
+ "model.layers.20.ln1.weight": "pytorch_model-00001-of-00002.bin",
126
+ "model.layers.20.ln2.weight": "pytorch_model-00001-of-00002.bin",
127
+ "model.layers.20.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
128
+ "model.layers.20.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
129
+ "model.layers.20.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
130
+ "model.layers.20.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
131
+ "model.layers.20.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
132
+ "model.layers.20.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
133
+ "model.layers.20.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
134
+ "model.layers.21.ln1.weight": "pytorch_model-00001-of-00002.bin",
135
+ "model.layers.21.ln2.weight": "pytorch_model-00001-of-00002.bin",
136
+ "model.layers.21.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
137
+ "model.layers.21.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
138
+ "model.layers.21.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
139
+ "model.layers.21.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
140
+ "model.layers.21.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
141
+ "model.layers.21.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
142
+ "model.layers.21.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
143
+ "model.layers.22.ln1.weight": "pytorch_model-00001-of-00002.bin",
144
+ "model.layers.22.ln2.weight": "pytorch_model-00001-of-00002.bin",
145
+ "model.layers.22.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
146
+ "model.layers.22.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
147
+ "model.layers.22.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
148
+ "model.layers.22.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
149
+ "model.layers.22.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
150
+ "model.layers.22.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
151
+ "model.layers.22.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
152
+ "model.layers.23.ln1.weight": "pytorch_model-00001-of-00002.bin",
153
+ "model.layers.23.ln2.weight": "pytorch_model-00001-of-00002.bin",
154
+ "model.layers.23.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
155
+ "model.layers.23.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
156
+ "model.layers.23.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
157
+ "model.layers.23.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
158
+ "model.layers.23.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
159
+ "model.layers.23.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
160
+ "model.layers.23.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
161
+ "model.layers.24.ln1.weight": "pytorch_model-00001-of-00002.bin",
162
+ "model.layers.24.ln2.weight": "pytorch_model-00001-of-00002.bin",
163
+ "model.layers.24.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
164
+ "model.layers.24.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
165
+ "model.layers.24.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
166
+ "model.layers.24.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
167
+ "model.layers.24.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
168
+ "model.layers.24.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
169
+ "model.layers.24.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
170
+ "model.layers.25.ln1.weight": "pytorch_model-00001-of-00002.bin",
171
+ "model.layers.25.ln2.weight": "pytorch_model-00001-of-00002.bin",
172
+ "model.layers.25.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
173
+ "model.layers.25.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
174
+ "model.layers.25.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
175
+ "model.layers.25.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
176
+ "model.layers.25.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
177
+ "model.layers.25.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
178
+ "model.layers.25.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
179
+ "model.layers.26.ln1.weight": "pytorch_model-00001-of-00002.bin",
180
+ "model.layers.26.ln2.weight": "pytorch_model-00001-of-00002.bin",
181
+ "model.layers.26.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
182
+ "model.layers.26.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
183
+ "model.layers.26.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
184
+ "model.layers.26.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
185
+ "model.layers.26.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
186
+ "model.layers.26.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
187
+ "model.layers.26.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
188
+ "model.layers.27.ln1.weight": "pytorch_model-00002-of-00002.bin",
189
+ "model.layers.27.ln2.weight": "pytorch_model-00002-of-00002.bin",
190
+ "model.layers.27.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
191
+ "model.layers.27.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
192
+ "model.layers.27.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
193
+ "model.layers.27.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
194
+ "model.layers.27.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
195
+ "model.layers.27.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
196
+ "model.layers.27.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
197
+ "model.layers.28.ln1.weight": "pytorch_model-00002-of-00002.bin",
198
+ "model.layers.28.ln2.weight": "pytorch_model-00002-of-00002.bin",
199
+ "model.layers.28.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
200
+ "model.layers.28.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
201
+ "model.layers.28.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
202
+ "model.layers.28.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
203
+ "model.layers.28.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
204
+ "model.layers.28.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
205
+ "model.layers.28.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
206
+ "model.layers.29.ln1.weight": "pytorch_model-00002-of-00002.bin",
207
+ "model.layers.29.ln2.weight": "pytorch_model-00002-of-00002.bin",
208
+ "model.layers.29.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
209
+ "model.layers.29.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
210
+ "model.layers.29.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
211
+ "model.layers.29.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
212
+ "model.layers.29.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
213
+ "model.layers.29.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
214
+ "model.layers.29.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
215
+ "model.layers.3.ln1.weight": "pytorch_model-00001-of-00002.bin",
216
+ "model.layers.3.ln2.weight": "pytorch_model-00001-of-00002.bin",
217
+ "model.layers.3.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
218
+ "model.layers.3.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
219
+ "model.layers.3.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
220
+ "model.layers.3.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
221
+ "model.layers.3.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
222
+ "model.layers.3.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
223
+ "model.layers.3.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
224
+ "model.layers.30.ln1.weight": "pytorch_model-00002-of-00002.bin",
225
+ "model.layers.30.ln2.weight": "pytorch_model-00002-of-00002.bin",
226
+ "model.layers.30.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
227
+ "model.layers.30.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
228
+ "model.layers.30.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
229
+ "model.layers.30.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
230
+ "model.layers.30.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
231
+ "model.layers.30.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
232
+ "model.layers.30.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
233
+ "model.layers.31.ln1.weight": "pytorch_model-00002-of-00002.bin",
234
+ "model.layers.31.ln2.weight": "pytorch_model-00002-of-00002.bin",
235
+ "model.layers.31.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
236
+ "model.layers.31.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
237
+ "model.layers.31.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
238
+ "model.layers.31.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
239
+ "model.layers.31.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
240
+ "model.layers.31.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
241
+ "model.layers.31.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
242
+ "model.layers.4.ln1.weight": "pytorch_model-00001-of-00002.bin",
243
+ "model.layers.4.ln2.weight": "pytorch_model-00001-of-00002.bin",
244
+ "model.layers.4.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
245
+ "model.layers.4.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
246
+ "model.layers.4.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
247
+ "model.layers.4.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
248
+ "model.layers.4.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
249
+ "model.layers.4.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
250
+ "model.layers.4.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
251
+ "model.layers.5.ln1.weight": "pytorch_model-00001-of-00002.bin",
252
+ "model.layers.5.ln2.weight": "pytorch_model-00001-of-00002.bin",
253
+ "model.layers.5.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
254
+ "model.layers.5.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
255
+ "model.layers.5.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
256
+ "model.layers.5.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
257
+ "model.layers.5.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
258
+ "model.layers.5.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
259
+ "model.layers.5.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
260
+ "model.layers.6.ln1.weight": "pytorch_model-00001-of-00002.bin",
261
+ "model.layers.6.ln2.weight": "pytorch_model-00001-of-00002.bin",
262
+ "model.layers.6.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
263
+ "model.layers.6.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
264
+ "model.layers.6.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
265
+ "model.layers.6.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
266
+ "model.layers.6.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
267
+ "model.layers.6.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
268
+ "model.layers.6.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
269
+ "model.layers.7.ln1.weight": "pytorch_model-00001-of-00002.bin",
270
+ "model.layers.7.ln2.weight": "pytorch_model-00001-of-00002.bin",
271
+ "model.layers.7.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
272
+ "model.layers.7.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
273
+ "model.layers.7.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
274
+ "model.layers.7.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
275
+ "model.layers.7.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
276
+ "model.layers.7.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
277
+ "model.layers.7.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
278
+ "model.layers.8.ln1.weight": "pytorch_model-00001-of-00002.bin",
279
+ "model.layers.8.ln2.weight": "pytorch_model-00001-of-00002.bin",
280
+ "model.layers.8.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
281
+ "model.layers.8.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
282
+ "model.layers.8.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
283
+ "model.layers.8.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
284
+ "model.layers.8.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
285
+ "model.layers.8.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
286
+ "model.layers.8.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
287
+ "model.layers.9.ln1.weight": "pytorch_model-00001-of-00002.bin",
288
+ "model.layers.9.ln2.weight": "pytorch_model-00001-of-00002.bin",
289
+ "model.layers.9.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
290
+ "model.layers.9.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
291
+ "model.layers.9.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
292
+ "model.layers.9.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
293
+ "model.layers.9.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
294
+ "model.layers.9.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
295
+ "model.layers.9.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
296
+ "model.norm.weight": "pytorch_model-00002-of-00002.bin"
297
+ }
298
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|startoftext|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386c49cf943d71aa110361135338c50e38beeff0a66593480421f37b319e1a39
3
+ size 1033105
tokenizer_config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": true,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<|startoftext|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "<|endoftext|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "64000": {
30
+ "content": "<s>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "64001": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ }
45
+ },
46
+ "auto_map": {
47
+ "AutoTokenizer": [
48
+ "tokenization_yi.YiTokenizer",
49
+ null
50
+ ]
51
+ },
52
+ "bos_token": "<|startoftext|>",
53
+ "clean_up_tokenization_spaces": false,
54
+ "eos_token": "<|endoftext|>",
55
+ "legacy": true,
56
+ "model_max_length": 4096,
57
+ "pad_token": "</s>",
58
+ "sp_model_kwargs": {},
59
+ "spaces_between_special_tokens": false,
60
+ "tokenizer_class": "LlamaTokenizer",
61
+ "trust_remote_code": true,
62
+ "unk_token": "<unk>",
63
+ "use_default_system_prompt": true,
64
+ "use_fast": true
65
+ }