morriszms commited on
Commit
efbe802
·
verified ·
1 Parent(s): ee06fe7

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
+ ToRoLaMa-7b-v1.0-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ ToRoLaMa-7b-v1.0-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ ToRoLaMa-7b-v1.0-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ ToRoLaMa-7b-v1.0-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ ToRoLaMa-7b-v1.0-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ ToRoLaMa-7b-v1.0-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ ToRoLaMa-7b-v1.0-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ ToRoLaMa-7b-v1.0-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ ToRoLaMa-7b-v1.0-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ ToRoLaMa-7b-v1.0-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ ToRoLaMa-7b-v1.0-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ ToRoLaMa-7b-v1.0-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - vi
4
+ - en
5
+ license: llama2
6
+ pipeline_tag: text-generation
7
+ tags:
8
+ - TensorBlock
9
+ - GGUF
10
+ base_model: allbyai/ToRoLaMa-7b-v1.0
11
+ model-index:
12
+ - name: ToRoLaMa-7b-v1.0
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: 51.71
27
+ name: normalized accuracy
28
+ source:
29
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=allbyai/ToRoLaMa-7b-v1.0
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: 73.82
43
+ name: normalized accuracy
44
+ source:
45
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=allbyai/ToRoLaMa-7b-v1.0
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: 45.34
60
+ name: accuracy
61
+ source:
62
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=allbyai/ToRoLaMa-7b-v1.0
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: 44.89
77
+ source:
78
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=allbyai/ToRoLaMa-7b-v1.0
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: 70.09
93
+ name: accuracy
94
+ source:
95
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=allbyai/ToRoLaMa-7b-v1.0
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: 1.36
110
+ name: accuracy
111
+ source:
112
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=allbyai/ToRoLaMa-7b-v1.0
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
+ ## allbyai/ToRoLaMa-7b-v1.0 - GGUF
128
+
129
+ This repo contains GGUF format model files for [allbyai/ToRoLaMa-7b-v1.0](https://huggingface.co/allbyai/ToRoLaMa-7b-v1.0).
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
+ | [ToRoLaMa-7b-v1.0-Q2_K.gguf](https://huggingface.co/tensorblock/ToRoLaMa-7b-v1.0-GGUF/blob/main/ToRoLaMa-7b-v1.0-Q2_K.gguf) | Q2_K | 2.600 GB | smallest, significant quality loss - not recommended for most purposes |
150
+ | [ToRoLaMa-7b-v1.0-Q3_K_S.gguf](https://huggingface.co/tensorblock/ToRoLaMa-7b-v1.0-GGUF/blob/main/ToRoLaMa-7b-v1.0-Q3_K_S.gguf) | Q3_K_S | 3.022 GB | very small, high quality loss |
151
+ | [ToRoLaMa-7b-v1.0-Q3_K_M.gguf](https://huggingface.co/tensorblock/ToRoLaMa-7b-v1.0-GGUF/blob/main/ToRoLaMa-7b-v1.0-Q3_K_M.gguf) | Q3_K_M | 3.372 GB | very small, high quality loss |
152
+ | [ToRoLaMa-7b-v1.0-Q3_K_L.gguf](https://huggingface.co/tensorblock/ToRoLaMa-7b-v1.0-GGUF/blob/main/ToRoLaMa-7b-v1.0-Q3_K_L.gguf) | Q3_K_L | 3.671 GB | small, substantial quality loss |
153
+ | [ToRoLaMa-7b-v1.0-Q4_0.gguf](https://huggingface.co/tensorblock/ToRoLaMa-7b-v1.0-GGUF/blob/main/ToRoLaMa-7b-v1.0-Q4_0.gguf) | Q4_0 | 3.907 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
154
+ | [ToRoLaMa-7b-v1.0-Q4_K_S.gguf](https://huggingface.co/tensorblock/ToRoLaMa-7b-v1.0-GGUF/blob/main/ToRoLaMa-7b-v1.0-Q4_K_S.gguf) | Q4_K_S | 3.938 GB | small, greater quality loss |
155
+ | [ToRoLaMa-7b-v1.0-Q4_K_M.gguf](https://huggingface.co/tensorblock/ToRoLaMa-7b-v1.0-GGUF/blob/main/ToRoLaMa-7b-v1.0-Q4_K_M.gguf) | Q4_K_M | 4.162 GB | medium, balanced quality - recommended |
156
+ | [ToRoLaMa-7b-v1.0-Q5_0.gguf](https://huggingface.co/tensorblock/ToRoLaMa-7b-v1.0-GGUF/blob/main/ToRoLaMa-7b-v1.0-Q5_0.gguf) | Q5_0 | 4.740 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
157
+ | [ToRoLaMa-7b-v1.0-Q5_K_S.gguf](https://huggingface.co/tensorblock/ToRoLaMa-7b-v1.0-GGUF/blob/main/ToRoLaMa-7b-v1.0-Q5_K_S.gguf) | Q5_K_S | 4.740 GB | large, low quality loss - recommended |
158
+ | [ToRoLaMa-7b-v1.0-Q5_K_M.gguf](https://huggingface.co/tensorblock/ToRoLaMa-7b-v1.0-GGUF/blob/main/ToRoLaMa-7b-v1.0-Q5_K_M.gguf) | Q5_K_M | 4.872 GB | large, very low quality loss - recommended |
159
+ | [ToRoLaMa-7b-v1.0-Q6_K.gguf](https://huggingface.co/tensorblock/ToRoLaMa-7b-v1.0-GGUF/blob/main/ToRoLaMa-7b-v1.0-Q6_K.gguf) | Q6_K | 5.626 GB | very large, extremely low quality loss |
160
+ | [ToRoLaMa-7b-v1.0-Q8_0.gguf](https://huggingface.co/tensorblock/ToRoLaMa-7b-v1.0-GGUF/blob/main/ToRoLaMa-7b-v1.0-Q8_0.gguf) | Q8_0 | 7.286 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/ToRoLaMa-7b-v1.0-GGUF --include "ToRoLaMa-7b-v1.0-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/ToRoLaMa-7b-v1.0-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
183
+ ```
ToRoLaMa-7b-v1.0-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53695d856d093443b8daee5502740bbe6ea6759f83992502bfd94b71dfb4d4ac
3
+ size 2600474208
ToRoLaMa-7b-v1.0-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb698ac2900376243e53cfb08cb74fe3cbbb0f2454ebcfb175be55d07349917
3
+ size 3670671552
ToRoLaMa-7b-v1.0-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ecfa12aaa40bdaa57b338ffefb454096edda3712fb637e50a82c581694a5d8e
3
+ size 3371565248
ToRoLaMa-7b-v1.0-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70ec0f6ceb746074e56ac16a4b895159a437a79f8b14ede21c41ff5074013419
3
+ size 3021865152
ToRoLaMa-7b-v1.0-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9bd703dc4d1ec597955a6ac0d12191719662c94b9695128b473aad5af5a2cec
3
+ size 3907148448
ToRoLaMa-7b-v1.0-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20d154d6101bc07269a88b1cec21b252079d91d1be69769bada22aeb1af649e5
3
+ size 4162345632
ToRoLaMa-7b-v1.0-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d4acbc0a7bf1c97db8f4d975ecbf57ed157b25bf5901232b7e8d57210563ce0
3
+ size 3938081440
ToRoLaMa-7b-v1.0-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3ed0ce066d1ba64e3daeda5f2fb323c2ccc954f43b04553b7dc11367faca539
3
+ size 4740356256
ToRoLaMa-7b-v1.0-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad4ab0a6da3b6366082a7bc77bc9f431910c908077288d0c66f622cfa9d6e03b
3
+ size 4871821472
ToRoLaMa-7b-v1.0-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d6293789bb66407157134b335d34cc0ebc01faa85653bd7612794bbf6ba654f
3
+ size 4740356256
ToRoLaMa-7b-v1.0-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7394f83523906567adc3de8a877b3f562a72a5ffe5e245f45dea72f7cbffb5fc
3
+ size 5625639552
ToRoLaMa-7b-v1.0-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d37a0fc9770f7307f09c92420818d983da94887dd6ba3fde2cadd75989a4dbf
3
+ size 7285912256