morriszms commited on
Commit
60b1b3b
·
verified ·
1 Parent(s): 48246a6

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
+ tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ datasets:
6
+ - OpenAssistant/oasst_top1_2023-08-25
7
+ pipeline_tag: text-generation
8
+ tags:
9
+ - TensorBlock
10
+ - GGUF
11
+ base_model: habanoz/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1
12
+ model-index:
13
+ - name: tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1
14
+ results:
15
+ - task:
16
+ type: text-generation
17
+ name: Text Generation
18
+ dataset:
19
+ name: AI2 Reasoning Challenge (25-Shot)
20
+ type: ai2_arc
21
+ config: ARC-Challenge
22
+ split: test
23
+ args:
24
+ num_few_shot: 25
25
+ metrics:
26
+ - type: acc_norm
27
+ value: 32.85
28
+ name: normalized accuracy
29
+ source:
30
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=habanoz/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1
31
+ name: Open LLM Leaderboard
32
+ - task:
33
+ type: text-generation
34
+ name: Text Generation
35
+ dataset:
36
+ name: HellaSwag (10-Shot)
37
+ type: hellaswag
38
+ split: validation
39
+ args:
40
+ num_few_shot: 10
41
+ metrics:
42
+ - type: acc_norm
43
+ value: 58.16
44
+ name: normalized accuracy
45
+ source:
46
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=habanoz/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1
47
+ name: Open LLM Leaderboard
48
+ - task:
49
+ type: text-generation
50
+ name: Text Generation
51
+ dataset:
52
+ name: MMLU (5-Shot)
53
+ type: cais/mmlu
54
+ config: all
55
+ split: test
56
+ args:
57
+ num_few_shot: 5
58
+ metrics:
59
+ - type: acc
60
+ value: 25.96
61
+ name: accuracy
62
+ source:
63
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=habanoz/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1
64
+ name: Open LLM Leaderboard
65
+ - task:
66
+ type: text-generation
67
+ name: Text Generation
68
+ dataset:
69
+ name: TruthfulQA (0-shot)
70
+ type: truthful_qa
71
+ config: multiple_choice
72
+ split: validation
73
+ args:
74
+ num_few_shot: 0
75
+ metrics:
76
+ - type: mc2
77
+ value: 38.35
78
+ source:
79
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=habanoz/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1
80
+ name: Open LLM Leaderboard
81
+ - task:
82
+ type: text-generation
83
+ name: Text Generation
84
+ dataset:
85
+ name: Winogrande (5-shot)
86
+ type: winogrande
87
+ config: winogrande_xl
88
+ split: validation
89
+ args:
90
+ num_few_shot: 5
91
+ metrics:
92
+ - type: acc
93
+ value: 57.7
94
+ name: accuracy
95
+ source:
96
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=habanoz/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1
97
+ name: Open LLM Leaderboard
98
+ - task:
99
+ type: text-generation
100
+ name: Text Generation
101
+ dataset:
102
+ name: GSM8k (5-shot)
103
+ type: gsm8k
104
+ config: main
105
+ split: test
106
+ args:
107
+ num_few_shot: 5
108
+ metrics:
109
+ - type: acc
110
+ value: 0.45
111
+ name: accuracy
112
+ source:
113
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=habanoz/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1
114
+ name: Open LLM Leaderboard
115
+ ---
116
+
117
+ <div style="width: auto; margin-left: auto; margin-right: auto">
118
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
119
+ </div>
120
+ <div style="display: flex; justify-content: space-between; width: 100%;">
121
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
122
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
123
+ 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>
124
+ </p>
125
+ </div>
126
+ </div>
127
+
128
+ ## habanoz/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1 - GGUF
129
+
130
+ This repo contains GGUF format model files for [habanoz/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1](https://huggingface.co/habanoz/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1).
131
+
132
+ 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).
133
+
134
+ <div style="text-align: left; margin: 20px 0;">
135
+ <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;">
136
+ Run them on the TensorBlock client using your local machine ↗
137
+ </a>
138
+ </div>
139
+
140
+ ## Prompt template
141
+
142
+ ```
143
+
144
+ ```
145
+
146
+ ## Model file specification
147
+
148
+ | Filename | Quant type | File Size | Description |
149
+ | -------- | ---------- | --------- | ----------- |
150
+ | [tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q2_K.gguf](https://huggingface.co/tensorblock/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-GGUF/blob/main/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q2_K.gguf) | Q2_K | 0.432 GB | smallest, significant quality loss - not recommended for most purposes |
151
+ | [tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-GGUF/blob/main/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q3_K_S.gguf) | Q3_K_S | 0.499 GB | very small, high quality loss |
152
+ | [tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-GGUF/blob/main/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q3_K_M.gguf) | Q3_K_M | 0.548 GB | very small, high quality loss |
153
+ | [tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-GGUF/blob/main/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q3_K_L.gguf) | Q3_K_L | 0.592 GB | small, substantial quality loss |
154
+ | [tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q4_0.gguf](https://huggingface.co/tensorblock/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-GGUF/blob/main/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q4_0.gguf) | Q4_0 | 0.637 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
155
+ | [tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-GGUF/blob/main/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q4_K_S.gguf) | Q4_K_S | 0.640 GB | small, greater quality loss |
156
+ | [tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-GGUF/blob/main/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q4_K_M.gguf) | Q4_K_M | 0.668 GB | medium, balanced quality - recommended |
157
+ | [tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q5_0.gguf](https://huggingface.co/tensorblock/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-GGUF/blob/main/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q5_0.gguf) | Q5_0 | 0.766 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
158
+ | [tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-GGUF/blob/main/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q5_K_S.gguf) | Q5_K_S | 0.766 GB | large, low quality loss - recommended |
159
+ | [tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-GGUF/blob/main/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q5_K_M.gguf) | Q5_K_M | 0.782 GB | large, very low quality loss - recommended |
160
+ | [tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q6_K.gguf](https://huggingface.co/tensorblock/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-GGUF/blob/main/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q6_K.gguf) | Q6_K | 0.903 GB | very large, extremely low quality loss |
161
+ | [tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q8_0.gguf](https://huggingface.co/tensorblock/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-GGUF/blob/main/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q8_0.gguf) | Q8_0 | 1.170 GB | very large, extremely low quality loss - not recommended |
162
+
163
+
164
+ ## Downloading instruction
165
+
166
+ ### Command line
167
+
168
+ Firstly, install Huggingface Client
169
+
170
+ ```shell
171
+ pip install -U "huggingface_hub[cli]"
172
+ ```
173
+
174
+ Then, downoad the individual model file the a local directory
175
+
176
+ ```shell
177
+ huggingface-cli download tensorblock/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-GGUF --include "tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
178
+ ```
179
+
180
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
181
+
182
+ ```shell
183
+ huggingface-cli download tensorblock/tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
184
+ ```
tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:761fb7d47a727dcc80a4517b566b3e885f18fdf56319fd2c8f746e3e9587e3a9
3
+ size 432138560
tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89fcdae77917c9b8f6f5c2b35b8ee6a71b9a9222d6ceb2d593cf8d85269e6949
3
+ size 591535040
tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9efba26ee4d41f959ed69c3c00b1cd118ddaedeab59fe198976feb075f6a940b
3
+ size 548412352
tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f068e88e058aede9ea1821f77f0ef6ea7ed1ac8d7c96b28e8eb5efe367f44b7c
3
+ size 499350464
tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45006c9016df7039b79fe0f2ac16eb046d9d1cea25fb05715d48e593cb5f7538
3
+ size 636735200
tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99b0e4bdf058ee2af3bbc7f9f1e825e8cfed535c87a2d10a01a77a6c77eeb97f
3
+ size 667823840
tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70934f735d64ad6ae3d715322679dee997b56f75727462957bed6401281f3234
3
+ size 639880928
tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6baaf1aeed594ef0ba0d5a050515d6ca4f6166b57a1d5f71c32cf037e6b1145b
3
+ size 766038496
tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:753bcffca6307333de91292fcdedd6b44ea993dc3264380dd81a87efa05838a4
3
+ size 782053856
tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93faeb04d2ad3b2d63b0d23540ce9a1d4e6a164d4b82812da3a2dc04c6f03780
3
+ size 766038496
tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ce6a259832e71512daf5bf9ec1694bbc35b7faf77c79cc59519a66b062e5086
3
+ size 903423264
tinyllama-oasst1-top1-instruct-full-lr1-5-v0.1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb9f2eb9000dc68639f286d1011dcadb7bf216e6034bc92031c301f53d0bd1a8
3
+ size 1169821856