morriszms commited on
Commit
6cda12a
·
verified ·
1 Parent(s): 950db69

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
+ laser-dolphin-mixtral-4x7b-dpo-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ laser-dolphin-mixtral-4x7b-dpo-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ laser-dolphin-mixtral-4x7b-dpo-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ laser-dolphin-mixtral-4x7b-dpo-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ laser-dolphin-mixtral-4x7b-dpo-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ laser-dolphin-mixtral-4x7b-dpo-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ laser-dolphin-mixtral-4x7b-dpo-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ laser-dolphin-mixtral-4x7b-dpo-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ laser-dolphin-mixtral-4x7b-dpo-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ laser-dolphin-mixtral-4x7b-dpo-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ laser-dolphin-mixtral-4x7b-dpo-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ laser-dolphin-mixtral-4x7b-dpo-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,180 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ base_model: macadeliccc/laser-dolphin-mixtral-4x7b-dpo
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
8
+ model-index:
9
+ - name: laser-dolphin-mixtral-4x7b-dpo
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: 64.93
24
+ name: normalized accuracy
25
+ source:
26
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/laser-dolphin-mixtral-4x7b-dpo
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: 85.81
40
+ name: normalized accuracy
41
+ source:
42
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/laser-dolphin-mixtral-4x7b-dpo
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: 63.04
57
+ name: accuracy
58
+ source:
59
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/laser-dolphin-mixtral-4x7b-dpo
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: 63.77
74
+ source:
75
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/laser-dolphin-mixtral-4x7b-dpo
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: 77.82
90
+ name: accuracy
91
+ source:
92
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/laser-dolphin-mixtral-4x7b-dpo
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: 44.88
107
+ name: accuracy
108
+ source:
109
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/laser-dolphin-mixtral-4x7b-dpo
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
+ ## macadeliccc/laser-dolphin-mixtral-4x7b-dpo - GGUF
125
+
126
+ This repo contains GGUF format model files for [macadeliccc/laser-dolphin-mixtral-4x7b-dpo](https://huggingface.co/macadeliccc/laser-dolphin-mixtral-4x7b-dpo).
127
+
128
+ 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).
129
+
130
+ <div style="text-align: left; margin: 20px 0;">
131
+ <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;">
132
+ Run them on the TensorBlock client using your local machine ↗
133
+ </a>
134
+ </div>
135
+
136
+ ## Prompt template
137
+
138
+ ```
139
+
140
+ ```
141
+
142
+ ## Model file specification
143
+
144
+ | Filename | Quant type | File Size | Description |
145
+ | -------- | ---------- | --------- | ----------- |
146
+ | [laser-dolphin-mixtral-4x7b-dpo-Q2_K.gguf](https://huggingface.co/tensorblock/laser-dolphin-mixtral-4x7b-dpo-GGUF/blob/main/laser-dolphin-mixtral-4x7b-dpo-Q2_K.gguf) | Q2_K | 8.843 GB | smallest, significant quality loss - not recommended for most purposes |
147
+ | [laser-dolphin-mixtral-4x7b-dpo-Q3_K_S.gguf](https://huggingface.co/tensorblock/laser-dolphin-mixtral-4x7b-dpo-GGUF/blob/main/laser-dolphin-mixtral-4x7b-dpo-Q3_K_S.gguf) | Q3_K_S | 10.433 GB | very small, high quality loss |
148
+ | [laser-dolphin-mixtral-4x7b-dpo-Q3_K_M.gguf](https://huggingface.co/tensorblock/laser-dolphin-mixtral-4x7b-dpo-GGUF/blob/main/laser-dolphin-mixtral-4x7b-dpo-Q3_K_M.gguf) | Q3_K_M | 11.580 GB | very small, high quality loss |
149
+ | [laser-dolphin-mixtral-4x7b-dpo-Q3_K_L.gguf](https://huggingface.co/tensorblock/laser-dolphin-mixtral-4x7b-dpo-GGUF/blob/main/laser-dolphin-mixtral-4x7b-dpo-Q3_K_L.gguf) | Q3_K_L | 12.544 GB | small, substantial quality loss |
150
+ | [laser-dolphin-mixtral-4x7b-dpo-Q4_0.gguf](https://huggingface.co/tensorblock/laser-dolphin-mixtral-4x7b-dpo-GGUF/blob/main/laser-dolphin-mixtral-4x7b-dpo-Q4_0.gguf) | Q4_0 | 13.624 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
151
+ | [laser-dolphin-mixtral-4x7b-dpo-Q4_K_S.gguf](https://huggingface.co/tensorblock/laser-dolphin-mixtral-4x7b-dpo-GGUF/blob/main/laser-dolphin-mixtral-4x7b-dpo-Q4_K_S.gguf) | Q4_K_S | 13.743 GB | small, greater quality loss |
152
+ | [laser-dolphin-mixtral-4x7b-dpo-Q4_K_M.gguf](https://huggingface.co/tensorblock/laser-dolphin-mixtral-4x7b-dpo-GGUF/blob/main/laser-dolphin-mixtral-4x7b-dpo-Q4_K_M.gguf) | Q4_K_M | 14.610 GB | medium, balanced quality - recommended |
153
+ | [laser-dolphin-mixtral-4x7b-dpo-Q5_0.gguf](https://huggingface.co/tensorblock/laser-dolphin-mixtral-4x7b-dpo-GGUF/blob/main/laser-dolphin-mixtral-4x7b-dpo-Q5_0.gguf) | Q5_0 | 16.626 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
154
+ | [laser-dolphin-mixtral-4x7b-dpo-Q5_K_S.gguf](https://huggingface.co/tensorblock/laser-dolphin-mixtral-4x7b-dpo-GGUF/blob/main/laser-dolphin-mixtral-4x7b-dpo-Q5_K_S.gguf) | Q5_K_S | 16.626 GB | large, low quality loss - recommended |
155
+ | [laser-dolphin-mixtral-4x7b-dpo-Q5_K_M.gguf](https://huggingface.co/tensorblock/laser-dolphin-mixtral-4x7b-dpo-GGUF/blob/main/laser-dolphin-mixtral-4x7b-dpo-Q5_K_M.gguf) | Q5_K_M | 17.134 GB | large, very low quality loss - recommended |
156
+ | [laser-dolphin-mixtral-4x7b-dpo-Q6_K.gguf](https://huggingface.co/tensorblock/laser-dolphin-mixtral-4x7b-dpo-GGUF/blob/main/laser-dolphin-mixtral-4x7b-dpo-Q6_K.gguf) | Q6_K | 19.817 GB | very large, extremely low quality loss |
157
+ | [laser-dolphin-mixtral-4x7b-dpo-Q8_0.gguf](https://huggingface.co/tensorblock/laser-dolphin-mixtral-4x7b-dpo-GGUF/blob/main/laser-dolphin-mixtral-4x7b-dpo-Q8_0.gguf) | Q8_0 | 25.666 GB | very large, extremely low quality loss - not recommended |
158
+
159
+
160
+ ## Downloading instruction
161
+
162
+ ### Command line
163
+
164
+ Firstly, install Huggingface Client
165
+
166
+ ```shell
167
+ pip install -U "huggingface_hub[cli]"
168
+ ```
169
+
170
+ Then, downoad the individual model file the a local directory
171
+
172
+ ```shell
173
+ huggingface-cli download tensorblock/laser-dolphin-mixtral-4x7b-dpo-GGUF --include "laser-dolphin-mixtral-4x7b-dpo-Q2_K.gguf" --local-dir MY_LOCAL_DIR
174
+ ```
175
+
176
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
177
+
178
+ ```shell
179
+ huggingface-cli download tensorblock/laser-dolphin-mixtral-4x7b-dpo-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
180
+ ```
laser-dolphin-mixtral-4x7b-dpo-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51a48a2f8c5979ce42542b65bb3c9971703faf34283d6e11b25038e24cc54531
3
+ size 8842929600
laser-dolphin-mixtral-4x7b-dpo-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50204a9946cf5c7fd1571e79a5b4940b05ff495edc196d89e6d3264fb4cb3714
3
+ size 12544083392
laser-dolphin-mixtral-4x7b-dpo-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8224f4a36a84379e5d437445dced74e35139343b4a271a82ca1a9f303a224e8
3
+ size 11580442048
laser-dolphin-mixtral-4x7b-dpo-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df87243a4bbae46110c2d02695ce3bcba8956bbfafff3328e3b10e841ec5aa37
3
+ size 10433299904
laser-dolphin-mixtral-4x7b-dpo-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05af4e0a0059a06de60ee064a4f7f7c9397bf493eecdc14f6376de705632820b
3
+ size 13623698880
laser-dolphin-mixtral-4x7b-dpo-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c564dae2d34eaf38c11272ce3da3af083a15194b5fd59895310686e1a4b3fc7
3
+ size 14609884608
laser-dolphin-mixtral-4x7b-dpo-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d62c94d8dcb4d903231743c7e594d9a3e10ece8f39d3888c254180db3a89eab
3
+ size 13743236544
laser-dolphin-mixtral-4x7b-dpo-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b8050a12b9b363ba301a2e7bcd3d3ece795eb7c308e2f0fac4c1fc043b7d735
3
+ size 16626427328
laser-dolphin-mixtral-4x7b-dpo-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc3fe0fd90d3baba2b2f4dcdfda1f1f65d413860d5b770c392688a04c38e2654
3
+ size 17134462400
laser-dolphin-mixtral-4x7b-dpo-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:686cb42892cd5460517e855b26109416e378fa6fcd7bc54da446de3e8c2a73c0
3
+ size 16626427328
laser-dolphin-mixtral-4x7b-dpo-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e40fc24a01ff5fe6786c9a0501fbfb18bb597ce0180131a71b6eda65c7d74262
3
+ size 19816826304
laser-dolphin-mixtral-4x7b-dpo-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a916889f7495dedad30e870ccb8214ef2915eb5f19b8d24668e11c4c1f305c22
3
+ size 25666356672