morriszms commited on
Commit
977da0e
·
verified ·
1 Parent(s): b8a6748

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-6B-Infinity-Chat-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Yi-6B-Infinity-Chat-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Yi-6B-Infinity-Chat-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Yi-6B-Infinity-Chat-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Yi-6B-Infinity-Chat-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Yi-6B-Infinity-Chat-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Yi-6B-Infinity-Chat-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Yi-6B-Infinity-Chat-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Yi-6B-Infinity-Chat-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Yi-6B-Infinity-Chat-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Yi-6B-Infinity-Chat-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Yi-6B-Infinity-Chat-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc
3
+ base_model: Walmart-the-bag/Yi-6B-Infinity-Chat
4
+ inference: false
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
8
+ model-index:
9
+ - name: Yi-6B-Infinity-Chat
10
+ results:
11
+ - task:
12
+ type: text-generation
13
+ name: Text Generation
14
+ dataset:
15
+ name: AI2 Reasoning Challenge (25-Shot)
16
+ type: ai2_arc
17
+ config: ARC-Challenge
18
+ split: test
19
+ args:
20
+ num_few_shot: 25
21
+ metrics:
22
+ - type: acc_norm
23
+ value: 56.57
24
+ name: normalized accuracy
25
+ source:
26
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Walmart-the-bag/Yi-6B-Infinity-Chat
27
+ name: Open LLM Leaderboard
28
+ - task:
29
+ type: text-generation
30
+ name: Text Generation
31
+ dataset:
32
+ name: HellaSwag (10-Shot)
33
+ type: hellaswag
34
+ split: validation
35
+ args:
36
+ num_few_shot: 10
37
+ metrics:
38
+ - type: acc_norm
39
+ value: 77.66
40
+ name: normalized accuracy
41
+ source:
42
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Walmart-the-bag/Yi-6B-Infinity-Chat
43
+ name: Open LLM Leaderboard
44
+ - task:
45
+ type: text-generation
46
+ name: Text Generation
47
+ dataset:
48
+ name: MMLU (5-Shot)
49
+ type: cais/mmlu
50
+ config: all
51
+ split: test
52
+ args:
53
+ num_few_shot: 5
54
+ metrics:
55
+ - type: acc
56
+ value: 64.05
57
+ name: accuracy
58
+ source:
59
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Walmart-the-bag/Yi-6B-Infinity-Chat
60
+ name: Open LLM Leaderboard
61
+ - task:
62
+ type: text-generation
63
+ name: Text Generation
64
+ dataset:
65
+ name: TruthfulQA (0-shot)
66
+ type: truthful_qa
67
+ config: multiple_choice
68
+ split: validation
69
+ args:
70
+ num_few_shot: 0
71
+ metrics:
72
+ - type: mc2
73
+ value: 50.75
74
+ source:
75
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Walmart-the-bag/Yi-6B-Infinity-Chat
76
+ name: Open LLM Leaderboard
77
+ - task:
78
+ type: text-generation
79
+ name: Text Generation
80
+ dataset:
81
+ name: Winogrande (5-shot)
82
+ type: winogrande
83
+ config: winogrande_xl
84
+ split: validation
85
+ args:
86
+ num_few_shot: 5
87
+ metrics:
88
+ - type: acc
89
+ value: 73.95
90
+ name: accuracy
91
+ source:
92
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Walmart-the-bag/Yi-6B-Infinity-Chat
93
+ name: Open LLM Leaderboard
94
+ - task:
95
+ type: text-generation
96
+ name: Text Generation
97
+ dataset:
98
+ name: GSM8k (5-shot)
99
+ type: gsm8k
100
+ config: main
101
+ split: test
102
+ args:
103
+ num_few_shot: 5
104
+ metrics:
105
+ - type: acc
106
+ value: 36.01
107
+ name: accuracy
108
+ source:
109
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Walmart-the-bag/Yi-6B-Infinity-Chat
110
+ name: Open LLM Leaderboard
111
+ ---
112
+
113
+ <div style="width: auto; margin-left: auto; margin-right: auto">
114
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
115
+ </div>
116
+ <div style="display: flex; justify-content: space-between; width: 100%;">
117
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
118
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
119
+ 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>
120
+ </p>
121
+ </div>
122
+ </div>
123
+
124
+ ## Walmart-the-bag/Yi-6B-Infinity-Chat - GGUF
125
+
126
+ This repo contains GGUF format model files for [Walmart-the-bag/Yi-6B-Infinity-Chat](https://huggingface.co/Walmart-the-bag/Yi-6B-Infinity-Chat).
127
+
128
+ 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).
129
+
130
+ ## Prompt template
131
+
132
+ ```
133
+ <|im_start|>system
134
+ {system_prompt}<|im_end|>
135
+ <|im_start|>user
136
+ {prompt}<|im_end|>
137
+ <|im_start|>assistant
138
+ ```
139
+
140
+ ## Model file specification
141
+
142
+ | Filename | Quant type | File Size | Description |
143
+ | -------- | ---------- | --------- | ----------- |
144
+ | [Yi-6B-Infinity-Chat-Q2_K.gguf](https://huggingface.co/tensorblock/Yi-6B-Infinity-Chat-GGUF/tree/main/Yi-6B-Infinity-Chat-Q2_K.gguf) | Q2_K | 2.177 GB | smallest, significant quality loss - not recommended for most purposes |
145
+ | [Yi-6B-Infinity-Chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/Yi-6B-Infinity-Chat-GGUF/tree/main/Yi-6B-Infinity-Chat-Q3_K_S.gguf) | Q3_K_S | 2.523 GB | very small, high quality loss |
146
+ | [Yi-6B-Infinity-Chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/Yi-6B-Infinity-Chat-GGUF/tree/main/Yi-6B-Infinity-Chat-Q3_K_M.gguf) | Q3_K_M | 2.788 GB | very small, high quality loss |
147
+ | [Yi-6B-Infinity-Chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/Yi-6B-Infinity-Chat-GGUF/tree/main/Yi-6B-Infinity-Chat-Q3_K_L.gguf) | Q3_K_L | 3.015 GB | small, substantial quality loss |
148
+ | [Yi-6B-Infinity-Chat-Q4_0.gguf](https://huggingface.co/tensorblock/Yi-6B-Infinity-Chat-GGUF/tree/main/Yi-6B-Infinity-Chat-Q4_0.gguf) | Q4_0 | 3.241 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
149
+ | [Yi-6B-Infinity-Chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/Yi-6B-Infinity-Chat-GGUF/tree/main/Yi-6B-Infinity-Chat-Q4_K_S.gguf) | Q4_K_S | 3.263 GB | small, greater quality loss |
150
+ | [Yi-6B-Infinity-Chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/Yi-6B-Infinity-Chat-GGUF/tree/main/Yi-6B-Infinity-Chat-Q4_K_M.gguf) | Q4_K_M | 3.422 GB | medium, balanced quality - recommended |
151
+ | [Yi-6B-Infinity-Chat-Q5_0.gguf](https://huggingface.co/tensorblock/Yi-6B-Infinity-Chat-GGUF/tree/main/Yi-6B-Infinity-Chat-Q5_0.gguf) | Q5_0 | 3.916 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
152
+ | [Yi-6B-Infinity-Chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/Yi-6B-Infinity-Chat-GGUF/tree/main/Yi-6B-Infinity-Chat-Q5_K_S.gguf) | Q5_K_S | 3.916 GB | large, low quality loss - recommended |
153
+ | [Yi-6B-Infinity-Chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/Yi-6B-Infinity-Chat-GGUF/tree/main/Yi-6B-Infinity-Chat-Q5_K_M.gguf) | Q5_K_M | 4.009 GB | large, very low quality loss - recommended |
154
+ | [Yi-6B-Infinity-Chat-Q6_K.gguf](https://huggingface.co/tensorblock/Yi-6B-Infinity-Chat-GGUF/tree/main/Yi-6B-Infinity-Chat-Q6_K.gguf) | Q6_K | 4.633 GB | very large, extremely low quality loss |
155
+ | [Yi-6B-Infinity-Chat-Q8_0.gguf](https://huggingface.co/tensorblock/Yi-6B-Infinity-Chat-GGUF/tree/main/Yi-6B-Infinity-Chat-Q8_0.gguf) | Q8_0 | 6.000 GB | very large, extremely low quality loss - not recommended |
156
+
157
+
158
+ ## Downloading instruction
159
+
160
+ ### Command line
161
+
162
+ Firstly, install Huggingface Client
163
+
164
+ ```shell
165
+ pip install -U "huggingface_hub[cli]"
166
+ ```
167
+
168
+ Then, downoad the individual model file the a local directory
169
+
170
+ ```shell
171
+ huggingface-cli download tensorblock/Yi-6B-Infinity-Chat-GGUF --include "Yi-6B-Infinity-Chat-Q2_K.gguf" --local-dir MY_LOCAL_DIR
172
+ ```
173
+
174
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
175
+
176
+ ```shell
177
+ huggingface-cli download tensorblock/Yi-6B-Infinity-Chat-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
178
+ ```
Yi-6B-Infinity-Chat-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d071f14141a4a649027f802a2571e4b3ef527d078148bbe7f631d0a204d8352
3
+ size 2337369920
Yi-6B-Infinity-Chat-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2183edaddeb070cdbbc6e550e11fe0b612ccc21bbf10517fa6c85dd29e89f6b
3
+ size 3237222208
Yi-6B-Infinity-Chat-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51fe5fae2a93d4c98044464393bb68233b1afb8f0b71a4eb48b12c0f90eb2fa8
3
+ size 2993166144
Yi-6B-Infinity-Chat-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f795f5991476507eba08afe92c0cd4551913c006c7955f6bd63983fe4385fd9
3
+ size 2709526336
Yi-6B-Infinity-Chat-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8850aba291b9259de10379b77969ab8b6efcad0037097ba7df173d6d90b5c35
3
+ size 3479691072
Yi-6B-Infinity-Chat-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6921f633511fc03d935d1004d08026cb5488e2a863fa26259e214e4d1a359af
3
+ size 3674332992
Yi-6B-Infinity-Chat-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea024c24396b46940e59e4337d4b6f60f23d0ffec4cbae354718b4ae0948d778
3
+ size 3503284032
Yi-6B-Infinity-Chat-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c40944dd50b48158b55745f970ab8e08112e847e3ff5f4645eef4fc62b6dbff1
3
+ size 4204552000
Yi-6B-Infinity-Chat-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16ec2c6b50cbdff754c5d07f15b539abc0cf0d0818dc8d560fb385394b5e780a
3
+ size 4304822080
Yi-6B-Infinity-Chat-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cde286fde8acd4ae81afde0b386b8e09e4592274840d3876de0d9c3c5241959d
3
+ size 4204552000
Yi-6B-Infinity-Chat-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f347f5dc451646eb842fe807e9c36f22f5bf8589e874b56645b52604a7546311
3
+ size 4974716736
Yi-6B-Infinity-Chat-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cf6a121be32868dbfd30bcb5d6377417d21fe0a1a49ddb000b8b81999561062
3
+ size 6442686272