morriszms commited on
Commit
4bf522b
1 Parent(s): 67cf4d9

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
+ RedPajama-INCITE-Chat-Instruct-3B-V1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ RedPajama-INCITE-Chat-Instruct-3B-V1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ RedPajama-INCITE-Chat-Instruct-3B-V1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ RedPajama-INCITE-Chat-Instruct-3B-V1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ RedPajama-INCITE-Chat-Instruct-3B-V1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ RedPajama-INCITE-Chat-Instruct-3B-V1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ RedPajama-INCITE-Chat-Instruct-3B-V1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ RedPajama-INCITE-Chat-Instruct-3B-V1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ RedPajama-INCITE-Chat-Instruct-3B-V1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ RedPajama-INCITE-Chat-Instruct-3B-V1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ RedPajama-INCITE-Chat-Instruct-3B-V1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ RedPajama-INCITE-Chat-Instruct-3B-V1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ library_name: transformers
6
+ datasets:
7
+ - togethercomputer/RedPajama-Data-1T
8
+ - databricks/databricks-dolly-15k
9
+ - OpenAssistant/oasst1
10
+ - Muennighoff/natural-instructions
11
+ - Muennighoff/P3
12
+ pipeline_tag: text-generation
13
+ tags:
14
+ - TensorBlock
15
+ - GGUF
16
+ base_model: acrastt/RedPajama-INCITE-Chat-Instruct-3B-V1
17
+ model-index:
18
+ - name: RedPajama-INCITE-Chat-Instruct-3B-V1
19
+ results:
20
+ - task:
21
+ type: text-generation
22
+ name: Text Generation
23
+ dataset:
24
+ name: AI2 Reasoning Challenge (25-Shot)
25
+ type: ai2_arc
26
+ config: ARC-Challenge
27
+ split: test
28
+ args:
29
+ num_few_shot: 25
30
+ metrics:
31
+ - type: acc_norm
32
+ value: 42.58
33
+ name: normalized accuracy
34
+ source:
35
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=acrastt/RedPajama-INCITE-Chat-Instruct-3B-V1
36
+ name: Open LLM Leaderboard
37
+ - task:
38
+ type: text-generation
39
+ name: Text Generation
40
+ dataset:
41
+ name: HellaSwag (10-Shot)
42
+ type: hellaswag
43
+ split: validation
44
+ args:
45
+ num_few_shot: 10
46
+ metrics:
47
+ - type: acc_norm
48
+ value: 67.48
49
+ name: normalized accuracy
50
+ source:
51
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=acrastt/RedPajama-INCITE-Chat-Instruct-3B-V1
52
+ name: Open LLM Leaderboard
53
+ - task:
54
+ type: text-generation
55
+ name: Text Generation
56
+ dataset:
57
+ name: MMLU (5-Shot)
58
+ type: cais/mmlu
59
+ config: all
60
+ split: test
61
+ args:
62
+ num_few_shot: 5
63
+ metrics:
64
+ - type: acc
65
+ value: 25.99
66
+ name: accuracy
67
+ source:
68
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=acrastt/RedPajama-INCITE-Chat-Instruct-3B-V1
69
+ name: Open LLM Leaderboard
70
+ - task:
71
+ type: text-generation
72
+ name: Text Generation
73
+ dataset:
74
+ name: TruthfulQA (0-shot)
75
+ type: truthful_qa
76
+ config: multiple_choice
77
+ split: validation
78
+ args:
79
+ num_few_shot: 0
80
+ metrics:
81
+ - type: mc2
82
+ value: 33.62
83
+ source:
84
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=acrastt/RedPajama-INCITE-Chat-Instruct-3B-V1
85
+ name: Open LLM Leaderboard
86
+ - task:
87
+ type: text-generation
88
+ name: Text Generation
89
+ dataset:
90
+ name: Winogrande (5-shot)
91
+ type: winogrande
92
+ config: winogrande_xl
93
+ split: validation
94
+ args:
95
+ num_few_shot: 5
96
+ metrics:
97
+ - type: acc
98
+ value: 64.8
99
+ name: accuracy
100
+ source:
101
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=acrastt/RedPajama-INCITE-Chat-Instruct-3B-V1
102
+ name: Open LLM Leaderboard
103
+ - task:
104
+ type: text-generation
105
+ name: Text Generation
106
+ dataset:
107
+ name: GSM8k (5-shot)
108
+ type: gsm8k
109
+ config: main
110
+ split: test
111
+ args:
112
+ num_few_shot: 5
113
+ metrics:
114
+ - type: acc
115
+ value: 0.91
116
+ name: accuracy
117
+ source:
118
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=acrastt/RedPajama-INCITE-Chat-Instruct-3B-V1
119
+ name: Open LLM Leaderboard
120
+ ---
121
+
122
+ <div style="width: auto; margin-left: auto; margin-right: auto">
123
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
124
+ </div>
125
+ <div style="display: flex; justify-content: space-between; width: 100%;">
126
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
127
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
128
+ 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>
129
+ </p>
130
+ </div>
131
+ </div>
132
+
133
+ ## acrastt/RedPajama-INCITE-Chat-Instruct-3B-V1 - GGUF
134
+
135
+ This repo contains GGUF format model files for [acrastt/RedPajama-INCITE-Chat-Instruct-3B-V1](https://huggingface.co/acrastt/RedPajama-INCITE-Chat-Instruct-3B-V1).
136
+
137
+ 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).
138
+
139
+ <div style="text-align: left; margin: 20px 0;">
140
+ <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;">
141
+ Run them on the TensorBlock client using your local machine ↗
142
+ </a>
143
+ </div>
144
+
145
+ ## Prompt template
146
+
147
+ ```
148
+
149
+ ```
150
+
151
+ ## Model file specification
152
+
153
+ | Filename | Quant type | File Size | Description |
154
+ | -------- | ---------- | --------- | ----------- |
155
+ | [RedPajama-INCITE-Chat-Instruct-3B-V1-Q2_K.gguf](https://huggingface.co/tensorblock/RedPajama-INCITE-Chat-Instruct-3B-V1-GGUF/blob/main/RedPajama-INCITE-Chat-Instruct-3B-V1-Q2_K.gguf) | Q2_K | 1.012 GB | smallest, significant quality loss - not recommended for most purposes |
156
+ | [RedPajama-INCITE-Chat-Instruct-3B-V1-Q3_K_S.gguf](https://huggingface.co/tensorblock/RedPajama-INCITE-Chat-Instruct-3B-V1-GGUF/blob/main/RedPajama-INCITE-Chat-Instruct-3B-V1-Q3_K_S.gguf) | Q3_K_S | 1.163 GB | very small, high quality loss |
157
+ | [RedPajama-INCITE-Chat-Instruct-3B-V1-Q3_K_M.gguf](https://huggingface.co/tensorblock/RedPajama-INCITE-Chat-Instruct-3B-V1-GGUF/blob/main/RedPajama-INCITE-Chat-Instruct-3B-V1-Q3_K_M.gguf) | Q3_K_M | 1.377 GB | very small, high quality loss |
158
+ | [RedPajama-INCITE-Chat-Instruct-3B-V1-Q3_K_L.gguf](https://huggingface.co/tensorblock/RedPajama-INCITE-Chat-Instruct-3B-V1-GGUF/blob/main/RedPajama-INCITE-Chat-Instruct-3B-V1-Q3_K_L.gguf) | Q3_K_L | 1.493 GB | small, substantial quality loss |
159
+ | [RedPajama-INCITE-Chat-Instruct-3B-V1-Q4_0.gguf](https://huggingface.co/tensorblock/RedPajama-INCITE-Chat-Instruct-3B-V1-GGUF/blob/main/RedPajama-INCITE-Chat-Instruct-3B-V1-Q4_0.gguf) | Q4_0 | 1.490 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
160
+ | [RedPajama-INCITE-Chat-Instruct-3B-V1-Q4_K_S.gguf](https://huggingface.co/tensorblock/RedPajama-INCITE-Chat-Instruct-3B-V1-GGUF/blob/main/RedPajama-INCITE-Chat-Instruct-3B-V1-Q4_K_S.gguf) | Q4_K_S | 1.502 GB | small, greater quality loss |
161
+ | [RedPajama-INCITE-Chat-Instruct-3B-V1-Q4_K_M.gguf](https://huggingface.co/tensorblock/RedPajama-INCITE-Chat-Instruct-3B-V1-GGUF/blob/main/RedPajama-INCITE-Chat-Instruct-3B-V1-Q4_K_M.gguf) | Q4_K_M | 1.664 GB | medium, balanced quality - recommended |
162
+ | [RedPajama-INCITE-Chat-Instruct-3B-V1-Q5_0.gguf](https://huggingface.co/tensorblock/RedPajama-INCITE-Chat-Instruct-3B-V1-GGUF/blob/main/RedPajama-INCITE-Chat-Instruct-3B-V1-Q5_0.gguf) | Q5_0 | 1.798 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
163
+ | [RedPajama-INCITE-Chat-Instruct-3B-V1-Q5_K_S.gguf](https://huggingface.co/tensorblock/RedPajama-INCITE-Chat-Instruct-3B-V1-GGUF/blob/main/RedPajama-INCITE-Chat-Instruct-3B-V1-Q5_K_S.gguf) | Q5_K_S | 1.798 GB | large, low quality loss - recommended |
164
+ | [RedPajama-INCITE-Chat-Instruct-3B-V1-Q5_K_M.gguf](https://huggingface.co/tensorblock/RedPajama-INCITE-Chat-Instruct-3B-V1-GGUF/blob/main/RedPajama-INCITE-Chat-Instruct-3B-V1-Q5_K_M.gguf) | Q5_K_M | 1.928 GB | large, very low quality loss - recommended |
165
+ | [RedPajama-INCITE-Chat-Instruct-3B-V1-Q6_K.gguf](https://huggingface.co/tensorblock/RedPajama-INCITE-Chat-Instruct-3B-V1-GGUF/blob/main/RedPajama-INCITE-Chat-Instruct-3B-V1-Q6_K.gguf) | Q6_K | 2.126 GB | very large, extremely low quality loss |
166
+ | [RedPajama-INCITE-Chat-Instruct-3B-V1-Q8_0.gguf](https://huggingface.co/tensorblock/RedPajama-INCITE-Chat-Instruct-3B-V1-GGUF/blob/main/RedPajama-INCITE-Chat-Instruct-3B-V1-Q8_0.gguf) | Q8_0 | 2.751 GB | very large, extremely low quality loss - not recommended |
167
+
168
+
169
+ ## Downloading instruction
170
+
171
+ ### Command line
172
+
173
+ Firstly, install Huggingface Client
174
+
175
+ ```shell
176
+ pip install -U "huggingface_hub[cli]"
177
+ ```
178
+
179
+ Then, downoad the individual model file the a local directory
180
+
181
+ ```shell
182
+ huggingface-cli download tensorblock/RedPajama-INCITE-Chat-Instruct-3B-V1-GGUF --include "RedPajama-INCITE-Chat-Instruct-3B-V1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
183
+ ```
184
+
185
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
186
+
187
+ ```shell
188
+ huggingface-cli download tensorblock/RedPajama-INCITE-Chat-Instruct-3B-V1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
189
+ ```
RedPajama-INCITE-Chat-Instruct-3B-V1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:368d2c5013474ac61fb237da703b0548755741d2388b0f84f76cdfeb91eb4181
3
+ size 1086593760
RedPajama-INCITE-Chat-Instruct-3B-V1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffe8f46265ff648310d8fe112ca31bf3d0400caba5a38d05bc065aa3d03f1513
3
+ size 1602694880
RedPajama-INCITE-Chat-Instruct-3B-V1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eeb453a615e303377ed7b14b2226ae4f72ce0c73be16815a99ab5b753d8cd25e
3
+ size 1478176480
RedPajama-INCITE-Chat-Instruct-3B-V1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24d337a287d0a4adcf97d8300b74790bcc402cf5994e0c0524262936b3c10c9d
3
+ size 1248800480
RedPajama-INCITE-Chat-Instruct-3B-V1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c36dfc26e8a81ea350afc96d5e9f4f2624d9353f75c857b64d1ba8cb211b3e7
3
+ size 1600180960
RedPajama-INCITE-Chat-Instruct-3B-V1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55cdb53257f545584459367662e1995f1694c5840239d3ccbf86e9b1d2deb503
3
+ size 1786958560
RedPajama-INCITE-Chat-Instruct-3B-V1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:340475f094be5721b38d2a10920c5e77c094a363fe85cde99de44b291ff3dfb7
3
+ size 1613288160
RedPajama-INCITE-Chat-Instruct-3B-V1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1151bf98e0fdb0cbedb467f99b14daea10a5b23f201435eb908b1ea09b14457
3
+ size 1930892000
RedPajama-INCITE-Chat-Instruct-3B-V1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f73cd13054f5e013bcd22f0aba995cf3d7fde2375b83bc7f3f3cb151d10e3bcc
3
+ size 2070156000
RedPajama-INCITE-Chat-Instruct-3B-V1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:074509a529a70f3ef6252bd393d7e36871548a8619f7eece9348e924cbd84059
3
+ size 1930892000
RedPajama-INCITE-Chat-Instruct-3B-V1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8db08e6e41c0193a958d6b234b2ea07688c43c7ef98444e37c8a58b13e063ab8
3
+ size 2282272480
RedPajama-INCITE-Chat-Instruct-3B-V1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2da9537f2338bf96a20a08e8a80e98c46e8449cd665856d5113e0791cf7bd0e9
3
+ size 2954292960