morriszms commited on
Commit
e4eebba
1 Parent(s): 5c2b614

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ Yi-Ko-6B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Yi-Ko-6B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Yi-Ko-6B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Yi-Ko-6B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Yi-Ko-6B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Yi-Ko-6B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Yi-Ko-6B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Yi-Ko-6B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Yi-Ko-6B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Yi-Ko-6B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Yi-Ko-6B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Yi-Ko-6B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - ko
5
+ library_name: transformers
6
+ tags:
7
+ - pytorch
8
+ - Yi-Ko
9
+ - 01-ai
10
+ - Yi
11
+ - TensorBlock
12
+ - GGUF
13
+ extra_gated_heading: Access beomi/Yi-Ko-6B on Hugging Face
14
+ extra_gated_button_content: Submit
15
+ extra_gated_fields:
16
+ I agree to share my name, email address and username: checkbox
17
+ ? I confirm that I understand this project is for research purposes only, and confirm
18
+ that I agree to follow the LICENSE of this model
19
+ : checkbox
20
+ pipeline_tag: text-generation
21
+ inference: false
22
+ license: apache-2.0
23
+ base_model: beomi/Yi-Ko-6B
24
+ model-index:
25
+ - name: Yi-Ko-6B
26
+ results:
27
+ - task:
28
+ type: text-generation
29
+ name: Text Generation
30
+ dataset:
31
+ name: AI2 Reasoning Challenge (25-Shot)
32
+ type: ai2_arc
33
+ config: ARC-Challenge
34
+ split: test
35
+ args:
36
+ num_few_shot: 25
37
+ metrics:
38
+ - type: acc_norm
39
+ value: 48.89
40
+ name: normalized accuracy
41
+ source:
42
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=beomi/Yi-Ko-6B
43
+ name: Open LLM Leaderboard
44
+ - task:
45
+ type: text-generation
46
+ name: Text Generation
47
+ dataset:
48
+ name: HellaSwag (10-Shot)
49
+ type: hellaswag
50
+ split: validation
51
+ args:
52
+ num_few_shot: 10
53
+ metrics:
54
+ - type: acc_norm
55
+ value: 74.48
56
+ name: normalized accuracy
57
+ source:
58
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=beomi/Yi-Ko-6B
59
+ name: Open LLM Leaderboard
60
+ - task:
61
+ type: text-generation
62
+ name: Text Generation
63
+ dataset:
64
+ name: MMLU (5-Shot)
65
+ type: cais/mmlu
66
+ config: all
67
+ split: test
68
+ args:
69
+ num_few_shot: 5
70
+ metrics:
71
+ - type: acc
72
+ value: 55.72
73
+ name: accuracy
74
+ source:
75
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=beomi/Yi-Ko-6B
76
+ name: Open LLM Leaderboard
77
+ - task:
78
+ type: text-generation
79
+ name: Text Generation
80
+ dataset:
81
+ name: TruthfulQA (0-shot)
82
+ type: truthful_qa
83
+ config: multiple_choice
84
+ split: validation
85
+ args:
86
+ num_few_shot: 0
87
+ metrics:
88
+ - type: mc2
89
+ value: 37.09
90
+ source:
91
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=beomi/Yi-Ko-6B
92
+ name: Open LLM Leaderboard
93
+ - task:
94
+ type: text-generation
95
+ name: Text Generation
96
+ dataset:
97
+ name: Winogrande (5-shot)
98
+ type: winogrande
99
+ config: winogrande_xl
100
+ split: validation
101
+ args:
102
+ num_few_shot: 5
103
+ metrics:
104
+ - type: acc
105
+ value: 72.93
106
+ name: accuracy
107
+ source:
108
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=beomi/Yi-Ko-6B
109
+ name: Open LLM Leaderboard
110
+ - task:
111
+ type: text-generation
112
+ name: Text Generation
113
+ dataset:
114
+ name: GSM8k (5-shot)
115
+ type: gsm8k
116
+ config: main
117
+ split: test
118
+ args:
119
+ num_few_shot: 5
120
+ metrics:
121
+ - type: acc
122
+ value: 12.51
123
+ name: accuracy
124
+ source:
125
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=beomi/Yi-Ko-6B
126
+ name: Open LLM Leaderboard
127
+ ---
128
+
129
+ <div style="width: auto; margin-left: auto; margin-right: auto">
130
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
131
+ </div>
132
+ <div style="display: flex; justify-content: space-between; width: 100%;">
133
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
134
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
135
+ Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
136
+ </p>
137
+ </div>
138
+ </div>
139
+
140
+ ## beomi/Yi-Ko-6B - GGUF
141
+
142
+ This repo contains GGUF format model files for [beomi/Yi-Ko-6B](https://huggingface.co/beomi/Yi-Ko-6B).
143
+
144
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
145
+
146
+ ## Prompt template
147
+
148
+ ```
149
+
150
+ ```
151
+
152
+ ## Model file specification
153
+
154
+ | Filename | Quant type | File Size | Description |
155
+ | -------- | ---------- | --------- | ----------- |
156
+ | [Yi-Ko-6B-Q2_K.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/tree/main/Yi-Ko-6B-Q2_K.gguf) | Q2_K | 2.240 GB | smallest, significant quality loss - not recommended for most purposes |
157
+ | [Yi-Ko-6B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/tree/main/Yi-Ko-6B-Q3_K_S.gguf) | Q3_K_S | 2.592 GB | very small, high quality loss |
158
+ | [Yi-Ko-6B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/tree/main/Yi-Ko-6B-Q3_K_M.gguf) | Q3_K_M | 2.857 GB | very small, high quality loss |
159
+ | [Yi-Ko-6B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/tree/main/Yi-Ko-6B-Q3_K_L.gguf) | Q3_K_L | 3.084 GB | small, substantial quality loss |
160
+ | [Yi-Ko-6B-Q4_0.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/tree/main/Yi-Ko-6B-Q4_0.gguf) | Q4_0 | 3.317 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
161
+ | [Yi-Ko-6B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/tree/main/Yi-Ko-6B-Q4_K_S.gguf) | Q4_K_S | 3.339 GB | small, greater quality loss |
162
+ | [Yi-Ko-6B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/tree/main/Yi-Ko-6B-Q4_K_M.gguf) | Q4_K_M | 3.498 GB | medium, balanced quality - recommended |
163
+ | [Yi-Ko-6B-Q5_0.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/tree/main/Yi-Ko-6B-Q5_0.gguf) | Q5_0 | 3.999 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
164
+ | [Yi-Ko-6B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/tree/main/Yi-Ko-6B-Q5_K_S.gguf) | Q5_K_S | 3.999 GB | large, low quality loss - recommended |
165
+ | [Yi-Ko-6B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/tree/main/Yi-Ko-6B-Q5_K_M.gguf) | Q5_K_M | 4.092 GB | large, very low quality loss - recommended |
166
+ | [Yi-Ko-6B-Q6_K.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/tree/main/Yi-Ko-6B-Q6_K.gguf) | Q6_K | 4.724 GB | very large, extremely low quality loss |
167
+ | [Yi-Ko-6B-Q8_0.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/tree/main/Yi-Ko-6B-Q8_0.gguf) | Q8_0 | 6.117 GB | very large, extremely low quality loss - not recommended |
168
+
169
+
170
+ ## Downloading instruction
171
+
172
+ ### Command line
173
+
174
+ Firstly, install Huggingface Client
175
+
176
+ ```shell
177
+ pip install -U "huggingface_hub[cli]"
178
+ ```
179
+
180
+ Then, downoad the individual model file the a local directory
181
+
182
+ ```shell
183
+ huggingface-cli download tensorblock/Yi-Ko-6B-GGUF --include "Yi-Ko-6B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
184
+ ```
185
+
186
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
187
+
188
+ ```shell
189
+ huggingface-cli download tensorblock/Yi-Ko-6B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
190
+ ```
Yi-Ko-6B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d805fdcc2599f6c9996fc7e661e50d94e93b4077e0c7d7d9ccbb185001b3018
3
+ size 2405459776
Yi-Ko-6B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2de7773d3b7d2a02192ac226d8c1f09a69d1f7dc9b470f37b77c83a175379a77
3
+ size 3311302464
Yi-Ko-6B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b0c71031800904940b30febd5aac0d1e328596cdf6768bec3653e502624333a
3
+ size 3067246400
Yi-Ko-6B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe37b6357633b84209679928f26aae814863b0f8641410dee4dbe1471fcef735
3
+ size 2783606592
Yi-Ko-6B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76a5717dd240ff7dbd28dd509031aad225445e56942de4b3cbac166d54b54eb7
3
+ size 3561604928
Yi-Ko-6B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeffa39bd5f70893230f6a8e7c48f10a415ec1831cea87b21ce0713482ff0b04
3
+ size 3756246848
Yi-Ko-6B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd7ed71ef0400de7dba07f3b6a390d523efc02948b6e2e9a776bfd2edde03f8f
3
+ size 3585197888
Yi-Ko-6B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79637978711f3e4ef67076dd7d53f2fc80b2868300e4d9d0e0481f338739e195
3
+ size 4293838656
Yi-Ko-6B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d369cafbb0154b0cc7bb94cd806cf2eefa933047813ab24bbe0495b49d16ebd7
3
+ size 4394108736
Yi-Ko-6B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42416daff553da9774e50c2431781e878ebc4c9508e41d58cc460afe850593fc
3
+ size 4293838656
Yi-Ko-6B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f82945a83a257563e444f85f49374d9fb3d29548611ec1151aff2aec8a05c2e
3
+ size 5071836992
Yi-Ko-6B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abde0939b9180ae26281d5cb7e610b7c1fe85778b62b1b2ee82ef31bc641bba8
3
+ size 6568376128