morriszms commited on
Commit
19a6746
·
verified ·
1 Parent(s): c35dded

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
+ orthogonal-2x7B-base-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ orthogonal-2x7B-base-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ orthogonal-2x7B-base-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ orthogonal-2x7B-base-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ orthogonal-2x7B-base-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ orthogonal-2x7B-base-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ orthogonal-2x7B-base-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ orthogonal-2x7B-base-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ orthogonal-2x7B-base-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ orthogonal-2x7B-base-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ orthogonal-2x7B-base-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ orthogonal-2x7B-base-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - TensorBlock
4
+ - GGUF
5
+ base_model: LoSboccacc/orthogonal-2x7B-base
6
+ model-index:
7
+ - name: orthogonal-2x7B-base
8
+ results:
9
+ - task:
10
+ type: text-generation
11
+ name: Text Generation
12
+ dataset:
13
+ name: AI2 Reasoning Challenge (25-Shot)
14
+ type: ai2_arc
15
+ config: ARC-Challenge
16
+ split: test
17
+ args:
18
+ num_few_shot: 25
19
+ metrics:
20
+ - type: acc_norm
21
+ value: 66.89
22
+ name: normalized accuracy
23
+ source:
24
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=LoSboccacc/orthogonal-2x7B-base
25
+ name: Open LLM Leaderboard
26
+ - task:
27
+ type: text-generation
28
+ name: Text Generation
29
+ dataset:
30
+ name: HellaSwag (10-Shot)
31
+ type: hellaswag
32
+ split: validation
33
+ args:
34
+ num_few_shot: 10
35
+ metrics:
36
+ - type: acc_norm
37
+ value: 85.54
38
+ name: normalized accuracy
39
+ source:
40
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=LoSboccacc/orthogonal-2x7B-base
41
+ name: Open LLM Leaderboard
42
+ - task:
43
+ type: text-generation
44
+ name: Text Generation
45
+ dataset:
46
+ name: MMLU (5-Shot)
47
+ type: cais/mmlu
48
+ config: all
49
+ split: test
50
+ args:
51
+ num_few_shot: 5
52
+ metrics:
53
+ - type: acc
54
+ value: 62.49
55
+ name: accuracy
56
+ source:
57
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=LoSboccacc/orthogonal-2x7B-base
58
+ name: Open LLM Leaderboard
59
+ - task:
60
+ type: text-generation
61
+ name: Text Generation
62
+ dataset:
63
+ name: TruthfulQA (0-shot)
64
+ type: truthful_qa
65
+ config: multiple_choice
66
+ split: validation
67
+ args:
68
+ num_few_shot: 0
69
+ metrics:
70
+ - type: mc2
71
+ value: 66.0
72
+ source:
73
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=LoSboccacc/orthogonal-2x7B-base
74
+ name: Open LLM Leaderboard
75
+ - task:
76
+ type: text-generation
77
+ name: Text Generation
78
+ dataset:
79
+ name: Winogrande (5-shot)
80
+ type: winogrande
81
+ config: winogrande_xl
82
+ split: validation
83
+ args:
84
+ num_few_shot: 5
85
+ metrics:
86
+ - type: acc
87
+ value: 77.03
88
+ name: accuracy
89
+ source:
90
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=LoSboccacc/orthogonal-2x7B-base
91
+ name: Open LLM Leaderboard
92
+ - task:
93
+ type: text-generation
94
+ name: Text Generation
95
+ dataset:
96
+ name: GSM8k (5-shot)
97
+ type: gsm8k
98
+ config: main
99
+ split: test
100
+ args:
101
+ num_few_shot: 5
102
+ metrics:
103
+ - type: acc
104
+ value: 50.8
105
+ name: accuracy
106
+ source:
107
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=LoSboccacc/orthogonal-2x7B-base
108
+ name: Open LLM Leaderboard
109
+ ---
110
+
111
+ <div style="width: auto; margin-left: auto; margin-right: auto">
112
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
113
+ </div>
114
+ <div style="display: flex; justify-content: space-between; width: 100%;">
115
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
116
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
117
+ 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>
118
+ </p>
119
+ </div>
120
+ </div>
121
+
122
+ ## LoSboccacc/orthogonal-2x7B-base - GGUF
123
+
124
+ This repo contains GGUF format model files for [LoSboccacc/orthogonal-2x7B-base](https://huggingface.co/LoSboccacc/orthogonal-2x7B-base).
125
+
126
+ 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).
127
+
128
+ <div style="text-align: left; margin: 20px 0;">
129
+ <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;">
130
+ Run them on the TensorBlock client using your local machine ↗
131
+ </a>
132
+ </div>
133
+
134
+ ## Prompt template
135
+
136
+ ```
137
+ <s>[INST] {prompt} [/INST]
138
+ ```
139
+
140
+ ## Model file specification
141
+
142
+ | Filename | Quant type | File Size | Description |
143
+ | -------- | ---------- | --------- | ----------- |
144
+ | [orthogonal-2x7B-base-Q2_K.gguf](https://huggingface.co/tensorblock/orthogonal-2x7B-base-GGUF/blob/main/orthogonal-2x7B-base-Q2_K.gguf) | Q2_K | 4.761 GB | smallest, significant quality loss - not recommended for most purposes |
145
+ | [orthogonal-2x7B-base-Q3_K_S.gguf](https://huggingface.co/tensorblock/orthogonal-2x7B-base-GGUF/blob/main/orthogonal-2x7B-base-Q3_K_S.gguf) | Q3_K_S | 5.588 GB | very small, high quality loss |
146
+ | [orthogonal-2x7B-base-Q3_K_M.gguf](https://huggingface.co/tensorblock/orthogonal-2x7B-base-GGUF/blob/main/orthogonal-2x7B-base-Q3_K_M.gguf) | Q3_K_M | 6.206 GB | very small, high quality loss |
147
+ | [orthogonal-2x7B-base-Q3_K_L.gguf](https://huggingface.co/tensorblock/orthogonal-2x7B-base-GGUF/blob/main/orthogonal-2x7B-base-Q3_K_L.gguf) | Q3_K_L | 6.730 GB | small, substantial quality loss |
148
+ | [orthogonal-2x7B-base-Q4_0.gguf](https://huggingface.co/tensorblock/orthogonal-2x7B-base-GGUF/blob/main/orthogonal-2x7B-base-Q4_0.gguf) | Q4_0 | 7.281 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
149
+ | [orthogonal-2x7B-base-Q4_K_S.gguf](https://huggingface.co/tensorblock/orthogonal-2x7B-base-GGUF/blob/main/orthogonal-2x7B-base-Q4_K_S.gguf) | Q4_K_S | 7.342 GB | small, greater quality loss |
150
+ | [orthogonal-2x7B-base-Q4_K_M.gguf](https://huggingface.co/tensorblock/orthogonal-2x7B-base-GGUF/blob/main/orthogonal-2x7B-base-Q4_K_M.gguf) | Q4_K_M | 7.783 GB | medium, balanced quality - recommended |
151
+ | [orthogonal-2x7B-base-Q5_0.gguf](https://huggingface.co/tensorblock/orthogonal-2x7B-base-GGUF/blob/main/orthogonal-2x7B-base-Q5_0.gguf) | Q5_0 | 8.874 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
152
+ | [orthogonal-2x7B-base-Q5_K_S.gguf](https://huggingface.co/tensorblock/orthogonal-2x7B-base-GGUF/blob/main/orthogonal-2x7B-base-Q5_K_S.gguf) | Q5_K_S | 8.874 GB | large, low quality loss - recommended |
153
+ | [orthogonal-2x7B-base-Q5_K_M.gguf](https://huggingface.co/tensorblock/orthogonal-2x7B-base-GGUF/blob/main/orthogonal-2x7B-base-Q5_K_M.gguf) | Q5_K_M | 9.133 GB | large, very low quality loss - recommended |
154
+ | [orthogonal-2x7B-base-Q6_K.gguf](https://huggingface.co/tensorblock/orthogonal-2x7B-base-GGUF/blob/main/orthogonal-2x7B-base-Q6_K.gguf) | Q6_K | 10.567 GB | very large, extremely low quality loss |
155
+ | [orthogonal-2x7B-base-Q8_0.gguf](https://huggingface.co/tensorblock/orthogonal-2x7B-base-GGUF/blob/main/orthogonal-2x7B-base-Q8_0.gguf) | Q8_0 | 13.686 GB | very large, extremely low quality loss - not recommended |
156
+
157
+
158
+ ## Downloading instruction
159
+
160
+ ### Command line
161
+
162
+ Firstly, install Huggingface Client
163
+
164
+ ```shell
165
+ pip install -U "huggingface_hub[cli]"
166
+ ```
167
+
168
+ Then, downoad the individual model file the a local directory
169
+
170
+ ```shell
171
+ huggingface-cli download tensorblock/orthogonal-2x7B-base-GGUF --include "orthogonal-2x7B-base-Q2_K.gguf" --local-dir MY_LOCAL_DIR
172
+ ```
173
+
174
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
175
+
176
+ ```shell
177
+ huggingface-cli download tensorblock/orthogonal-2x7B-base-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
178
+ ```
orthogonal-2x7B-base-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e47b5ada986923265baf1801b31bb8e846fe1628cd64ce8476818870ffe5e9f3
3
+ size 4760823744
orthogonal-2x7B-base-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6700de70489aeeedcc9976f35b4ca8517c0a023b5c4b1d073af42304d6b3e11
3
+ size 6729729984
orthogonal-2x7B-base-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aba3283f9b5525e5fadbfeb53fd1b88c65a6ea1bb3484a11e3bd78808456cd3f
3
+ size 6206490560
orthogonal-2x7B-base-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b027867af8d6ab1fb3c9b25aca19faa1e75cb38e9a212a28c5cdb2757218f78
3
+ size 5587830720
orthogonal-2x7B-base-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2ed57d79246850076d014f35ef661636a911a6e03d51048b958e13243acaf1e
3
+ size 7280863168
orthogonal-2x7B-base-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:096a084c9186fd1939f21ed2b2522d44ff6be414831f90b729634a4dc53e6e0b
3
+ size 7782606784
orthogonal-2x7B-base-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c881e7382e724c95059348651bb761c78df046321dc6ff2fbda43d728bac00a1
3
+ size 7341680576
orthogonal-2x7B-base-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79917f60adbd6cfea6870cbd2301946fb925b418aad6b05c120da5dda8d69537
3
+ size 8874305472
orthogonal-2x7B-base-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70096b15dec15f6c8ec26e71d12730d5f966e433d5518ec1b77481f3a0ec588e
3
+ size 9132779456
orthogonal-2x7B-base-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21de4c9db97086de3ffd68a158276983237327fa78211cc35b7e698f79db3dfa
3
+ size 8874305472
orthogonal-2x7B-base-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3457aa142a13bc1b098be0d81bf3987cb841b28197246bd08668d994c94c757
3
+ size 10567337920
orthogonal-2x7B-base-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ddf9ca9e40cfd195d30d046d8e9202ae688f1d0790dd70e909e29c28dcf7ec3
3
+ size 13686376384