GGUF
English
TensorBlock
GGUF
Eval Results (legacy)
morriszms commited on
Commit
b197000
·
verified ·
1 Parent(s): 6d334e7

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
+ yi6B_Vicuna-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ yi6B_Vicuna-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ yi6B_Vicuna-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ yi6B_Vicuna-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ yi6B_Vicuna-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ yi6B_Vicuna-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ yi6B_Vicuna-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ yi6B_Vicuna-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ yi6B_Vicuna-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ yi6B_Vicuna-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ yi6B_Vicuna-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ yi6B_Vicuna-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ datasets:
6
+ - anon8231489123/ShareGPT_Vicuna_unfiltered
7
+ base_model: lorinma/yi6B_Vicuna
8
+ tags:
9
+ - TensorBlock
10
+ - GGUF
11
+ model-index:
12
+ - name: yi6B_Vicuna
13
+ results:
14
+ - task:
15
+ type: text-generation
16
+ name: Text Generation
17
+ dataset:
18
+ name: AI2 Reasoning Challenge (25-Shot)
19
+ type: ai2_arc
20
+ config: ARC-Challenge
21
+ split: test
22
+ args:
23
+ num_few_shot: 25
24
+ metrics:
25
+ - type: acc_norm
26
+ value: 46.16
27
+ name: normalized accuracy
28
+ source:
29
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=lorinma/yi6B_Vicuna
30
+ name: Open LLM Leaderboard
31
+ - task:
32
+ type: text-generation
33
+ name: Text Generation
34
+ dataset:
35
+ name: HellaSwag (10-Shot)
36
+ type: hellaswag
37
+ split: validation
38
+ args:
39
+ num_few_shot: 10
40
+ metrics:
41
+ - type: acc_norm
42
+ value: 69.3
43
+ name: normalized accuracy
44
+ source:
45
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=lorinma/yi6B_Vicuna
46
+ name: Open LLM Leaderboard
47
+ - task:
48
+ type: text-generation
49
+ name: Text Generation
50
+ dataset:
51
+ name: MMLU (5-Shot)
52
+ type: cais/mmlu
53
+ config: all
54
+ split: test
55
+ args:
56
+ num_few_shot: 5
57
+ metrics:
58
+ - type: acc
59
+ value: 58.43
60
+ name: accuracy
61
+ source:
62
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=lorinma/yi6B_Vicuna
63
+ name: Open LLM Leaderboard
64
+ - task:
65
+ type: text-generation
66
+ name: Text Generation
67
+ dataset:
68
+ name: TruthfulQA (0-shot)
69
+ type: truthful_qa
70
+ config: multiple_choice
71
+ split: validation
72
+ args:
73
+ num_few_shot: 0
74
+ metrics:
75
+ - type: mc2
76
+ value: 48.11
77
+ source:
78
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=lorinma/yi6B_Vicuna
79
+ name: Open LLM Leaderboard
80
+ - task:
81
+ type: text-generation
82
+ name: Text Generation
83
+ dataset:
84
+ name: Winogrande (5-shot)
85
+ type: winogrande
86
+ config: winogrande_xl
87
+ split: validation
88
+ args:
89
+ num_few_shot: 5
90
+ metrics:
91
+ - type: acc
92
+ value: 65.67
93
+ name: accuracy
94
+ source:
95
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=lorinma/yi6B_Vicuna
96
+ name: Open LLM Leaderboard
97
+ - task:
98
+ type: text-generation
99
+ name: Text Generation
100
+ dataset:
101
+ name: GSM8k (5-shot)
102
+ type: gsm8k
103
+ config: main
104
+ split: test
105
+ args:
106
+ num_few_shot: 5
107
+ metrics:
108
+ - type: acc
109
+ value: 18.42
110
+ name: accuracy
111
+ source:
112
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=lorinma/yi6B_Vicuna
113
+ name: Open LLM Leaderboard
114
+ ---
115
+
116
+ <div style="width: auto; margin-left: auto; margin-right: auto">
117
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
118
+ </div>
119
+ <div style="display: flex; justify-content: space-between; width: 100%;">
120
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
121
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
122
+ 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>
123
+ </p>
124
+ </div>
125
+ </div>
126
+
127
+ ## lorinma/yi6B_Vicuna - GGUF
128
+
129
+ This repo contains GGUF format model files for [lorinma/yi6B_Vicuna](https://huggingface.co/lorinma/yi6B_Vicuna).
130
+
131
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
132
+
133
+ <div style="text-align: left; margin: 20px 0;">
134
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
135
+ Run them on the TensorBlock client using your local machine ↗
136
+ </a>
137
+ </div>
138
+
139
+ ## Prompt template
140
+
141
+ ```
142
+
143
+ ```
144
+
145
+ ## Model file specification
146
+
147
+ | Filename | Quant type | File Size | Description |
148
+ | -------- | ---------- | --------- | ----------- |
149
+ | [yi6B_Vicuna-Q2_K.gguf](https://huggingface.co/tensorblock/yi6B_Vicuna-GGUF/blob/main/yi6B_Vicuna-Q2_K.gguf) | Q2_K | 2.337 GB | smallest, significant quality loss - not recommended for most purposes |
150
+ | [yi6B_Vicuna-Q3_K_S.gguf](https://huggingface.co/tensorblock/yi6B_Vicuna-GGUF/blob/main/yi6B_Vicuna-Q3_K_S.gguf) | Q3_K_S | 2.709 GB | very small, high quality loss |
151
+ | [yi6B_Vicuna-Q3_K_M.gguf](https://huggingface.co/tensorblock/yi6B_Vicuna-GGUF/blob/main/yi6B_Vicuna-Q3_K_M.gguf) | Q3_K_M | 2.993 GB | very small, high quality loss |
152
+ | [yi6B_Vicuna-Q3_K_L.gguf](https://huggingface.co/tensorblock/yi6B_Vicuna-GGUF/blob/main/yi6B_Vicuna-Q3_K_L.gguf) | Q3_K_L | 3.237 GB | small, substantial quality loss |
153
+ | [yi6B_Vicuna-Q4_0.gguf](https://huggingface.co/tensorblock/yi6B_Vicuna-GGUF/blob/main/yi6B_Vicuna-Q4_0.gguf) | Q4_0 | 3.479 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
154
+ | [yi6B_Vicuna-Q4_K_S.gguf](https://huggingface.co/tensorblock/yi6B_Vicuna-GGUF/blob/main/yi6B_Vicuna-Q4_K_S.gguf) | Q4_K_S | 3.503 GB | small, greater quality loss |
155
+ | [yi6B_Vicuna-Q4_K_M.gguf](https://huggingface.co/tensorblock/yi6B_Vicuna-GGUF/blob/main/yi6B_Vicuna-Q4_K_M.gguf) | Q4_K_M | 3.674 GB | medium, balanced quality - recommended |
156
+ | [yi6B_Vicuna-Q5_0.gguf](https://huggingface.co/tensorblock/yi6B_Vicuna-GGUF/blob/main/yi6B_Vicuna-Q5_0.gguf) | Q5_0 | 4.204 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
157
+ | [yi6B_Vicuna-Q5_K_S.gguf](https://huggingface.co/tensorblock/yi6B_Vicuna-GGUF/blob/main/yi6B_Vicuna-Q5_K_S.gguf) | Q5_K_S | 4.204 GB | large, low quality loss - recommended |
158
+ | [yi6B_Vicuna-Q5_K_M.gguf](https://huggingface.co/tensorblock/yi6B_Vicuna-GGUF/blob/main/yi6B_Vicuna-Q5_K_M.gguf) | Q5_K_M | 4.304 GB | large, very low quality loss - recommended |
159
+ | [yi6B_Vicuna-Q6_K.gguf](https://huggingface.co/tensorblock/yi6B_Vicuna-GGUF/blob/main/yi6B_Vicuna-Q6_K.gguf) | Q6_K | 4.974 GB | very large, extremely low quality loss |
160
+ | [yi6B_Vicuna-Q8_0.gguf](https://huggingface.co/tensorblock/yi6B_Vicuna-GGUF/blob/main/yi6B_Vicuna-Q8_0.gguf) | Q8_0 | 6.442 GB | very large, extremely low quality loss - not recommended |
161
+
162
+
163
+ ## Downloading instruction
164
+
165
+ ### Command line
166
+
167
+ Firstly, install Huggingface Client
168
+
169
+ ```shell
170
+ pip install -U "huggingface_hub[cli]"
171
+ ```
172
+
173
+ Then, downoad the individual model file the a local directory
174
+
175
+ ```shell
176
+ huggingface-cli download tensorblock/yi6B_Vicuna-GGUF --include "yi6B_Vicuna-Q2_K.gguf" --local-dir MY_LOCAL_DIR
177
+ ```
178
+
179
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
180
+
181
+ ```shell
182
+ huggingface-cli download tensorblock/yi6B_Vicuna-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
183
+ ```
yi6B_Vicuna-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ebccd8370ab808fb26851474625e294c0d507c2693a301060434ae5db3c1345
3
+ size 2337066880
yi6B_Vicuna-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cc0e4e4365f9a68d2b03f1b08525abec1a6fc3958744ab4eca8e2b3beb5c108
3
+ size 3236892544
yi6B_Vicuna-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59372b6a6b0004c8ef6630c47638f0092797e3cb4352ce71511d56fe4d5299ea
3
+ size 2992836480
yi6B_Vicuna-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa1e36375ec72716d4b50164275ca460d9ea4eb88dc73faa6890659a05d95a06
3
+ size 2709196672
yi6B_Vicuna-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:811a9c5f60bf342fcbaebf3d802148b753f6bdcb51a897aa4aa13f292d5bc942
3
+ size 3479326592
yi6B_Vicuna-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7d5b267a2a7bc33df68a7f6e88b59ca0251f2c907e8eaad1c4a61414799301a
3
+ size 3673968512
yi6B_Vicuna-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0425808c5edde67d6ecf719cac387d77795cb13c0be1b7c4529205f5d52027e7
3
+ size 3502919552
yi6B_Vicuna-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcdd66da85a1a70da62206235c3a7152e5c82f65d5791877dd48d2131c027911
3
+ size 4204154752
yi6B_Vicuna-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79d5bdf868dac3dc7edccb47bdce8c7107381520563c373ff06132da5e8b395a
3
+ size 4304424832
yi6B_Vicuna-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4861100f40c2e3b95b7b8ba1b7b2babd39d95c28d0beb8c9cc7b7d7a572755d1
3
+ size 4204154752
yi6B_Vicuna-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b301fa8cefb616ee53ee22c2ae301631e2d5633e0ded99ae708b75826e71ae9d
3
+ size 4974284672
yi6B_Vicuna-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20ce966541320ee1b325c140db16236485f7b0c625d1ad2abe39e753574388b7
3
+ size 6442127232