morriszms commited on
Commit
51f1838
·
verified ·
1 Parent(s): 7b61938

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-v2-base-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ orthogonal-2x7B-v2-base-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ orthogonal-2x7B-v2-base-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ orthogonal-2x7B-v2-base-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ orthogonal-2x7B-v2-base-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ orthogonal-2x7B-v2-base-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ orthogonal-2x7B-v2-base-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ orthogonal-2x7B-v2-base-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ orthogonal-2x7B-v2-base-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ orthogonal-2x7B-v2-base-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ orthogonal-2x7B-v2-base-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ orthogonal-2x7B-v2-base-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: LoSboccacc/orthogonal-2x7B-v2-base
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ model-index:
7
+ - name: orthogonal-2x7B-v2-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-v2-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.69
38
+ name: normalized accuracy
39
+ source:
40
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=LoSboccacc/orthogonal-2x7B-v2-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.65
55
+ name: accuracy
56
+ source:
57
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=LoSboccacc/orthogonal-2x7B-v2-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.8
72
+ source:
73
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=LoSboccacc/orthogonal-2x7B-v2-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.35
88
+ name: accuracy
89
+ source:
90
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=LoSboccacc/orthogonal-2x7B-v2-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: 51.4
105
+ name: accuracy
106
+ source:
107
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=LoSboccacc/orthogonal-2x7B-v2-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-v2-base - GGUF
123
+
124
+ This repo contains GGUF format model files for [LoSboccacc/orthogonal-2x7B-v2-base](https://huggingface.co/LoSboccacc/orthogonal-2x7B-v2-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
+ <|im_start|>system
138
+ {system_prompt}<|im_end|>
139
+ <|im_start|>user
140
+ {prompt}<|im_end|>
141
+ <|im_start|>assistant
142
+ ```
143
+
144
+ ## Model file specification
145
+
146
+ | Filename | Quant type | File Size | Description |
147
+ | -------- | ---------- | --------- | ----------- |
148
+ | [orthogonal-2x7B-v2-base-Q2_K.gguf](https://huggingface.co/tensorblock/orthogonal-2x7B-v2-base-GGUF/blob/main/orthogonal-2x7B-v2-base-Q2_K.gguf) | Q2_K | 4.761 GB | smallest, significant quality loss - not recommended for most purposes |
149
+ | [orthogonal-2x7B-v2-base-Q3_K_S.gguf](https://huggingface.co/tensorblock/orthogonal-2x7B-v2-base-GGUF/blob/main/orthogonal-2x7B-v2-base-Q3_K_S.gguf) | Q3_K_S | 5.588 GB | very small, high quality loss |
150
+ | [orthogonal-2x7B-v2-base-Q3_K_M.gguf](https://huggingface.co/tensorblock/orthogonal-2x7B-v2-base-GGUF/blob/main/orthogonal-2x7B-v2-base-Q3_K_M.gguf) | Q3_K_M | 6.206 GB | very small, high quality loss |
151
+ | [orthogonal-2x7B-v2-base-Q3_K_L.gguf](https://huggingface.co/tensorblock/orthogonal-2x7B-v2-base-GGUF/blob/main/orthogonal-2x7B-v2-base-Q3_K_L.gguf) | Q3_K_L | 6.730 GB | small, substantial quality loss |
152
+ | [orthogonal-2x7B-v2-base-Q4_0.gguf](https://huggingface.co/tensorblock/orthogonal-2x7B-v2-base-GGUF/blob/main/orthogonal-2x7B-v2-base-Q4_0.gguf) | Q4_0 | 7.281 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
153
+ | [orthogonal-2x7B-v2-base-Q4_K_S.gguf](https://huggingface.co/tensorblock/orthogonal-2x7B-v2-base-GGUF/blob/main/orthogonal-2x7B-v2-base-Q4_K_S.gguf) | Q4_K_S | 7.342 GB | small, greater quality loss |
154
+ | [orthogonal-2x7B-v2-base-Q4_K_M.gguf](https://huggingface.co/tensorblock/orthogonal-2x7B-v2-base-GGUF/blob/main/orthogonal-2x7B-v2-base-Q4_K_M.gguf) | Q4_K_M | 7.783 GB | medium, balanced quality - recommended |
155
+ | [orthogonal-2x7B-v2-base-Q5_0.gguf](https://huggingface.co/tensorblock/orthogonal-2x7B-v2-base-GGUF/blob/main/orthogonal-2x7B-v2-base-Q5_0.gguf) | Q5_0 | 8.874 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
156
+ | [orthogonal-2x7B-v2-base-Q5_K_S.gguf](https://huggingface.co/tensorblock/orthogonal-2x7B-v2-base-GGUF/blob/main/orthogonal-2x7B-v2-base-Q5_K_S.gguf) | Q5_K_S | 8.874 GB | large, low quality loss - recommended |
157
+ | [orthogonal-2x7B-v2-base-Q5_K_M.gguf](https://huggingface.co/tensorblock/orthogonal-2x7B-v2-base-GGUF/blob/main/orthogonal-2x7B-v2-base-Q5_K_M.gguf) | Q5_K_M | 9.133 GB | large, very low quality loss - recommended |
158
+ | [orthogonal-2x7B-v2-base-Q6_K.gguf](https://huggingface.co/tensorblock/orthogonal-2x7B-v2-base-GGUF/blob/main/orthogonal-2x7B-v2-base-Q6_K.gguf) | Q6_K | 10.567 GB | very large, extremely low quality loss |
159
+ | [orthogonal-2x7B-v2-base-Q8_0.gguf](https://huggingface.co/tensorblock/orthogonal-2x7B-v2-base-GGUF/blob/main/orthogonal-2x7B-v2-base-Q8_0.gguf) | Q8_0 | 13.686 GB | very large, extremely low quality loss - not recommended |
160
+
161
+
162
+ ## Downloading instruction
163
+
164
+ ### Command line
165
+
166
+ Firstly, install Huggingface Client
167
+
168
+ ```shell
169
+ pip install -U "huggingface_hub[cli]"
170
+ ```
171
+
172
+ Then, downoad the individual model file the a local directory
173
+
174
+ ```shell
175
+ huggingface-cli download tensorblock/orthogonal-2x7B-v2-base-GGUF --include "orthogonal-2x7B-v2-base-Q2_K.gguf" --local-dir MY_LOCAL_DIR
176
+ ```
177
+
178
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
179
+
180
+ ```shell
181
+ huggingface-cli download tensorblock/orthogonal-2x7B-v2-base-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
182
+ ```
orthogonal-2x7B-v2-base-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edb01dc82c3ddad81b2db5d7c292be2ad35138abd86088ff254eb63ef3befa18
3
+ size 4760823456
orthogonal-2x7B-v2-base-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a6995ed8b7b1ba50a2b19bb47eb23bb2a0f91dc1a44321045aeb6a6b9dbca26
3
+ size 6729729696
orthogonal-2x7B-v2-base-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae4d0e3b2efa7e62513f7920f60d3ffa3ca5459e8da2f4bf70716422d3f311d4
3
+ size 6206490272
orthogonal-2x7B-v2-base-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f960c2f1780ed8d3582e6de6c0d1bb020bd92b03b79e054a148f94100a70c91d
3
+ size 5587830432
orthogonal-2x7B-v2-base-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cd5ba7b43c5fd058e23e57d19d8b2423f3320105c2e8c7ea831751bfd772019
3
+ size 7280862880
orthogonal-2x7B-v2-base-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94dcffd0e6850b8e314e62178463d3c9d6eeb77f4b9d64e017e3edbdb9ff7d99
3
+ size 7782606496
orthogonal-2x7B-v2-base-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11b6c7b7701ddfedd82c0f7ec46c21a21d6cdeb2bdf57f14bc0a799306a773b9
3
+ size 7341680288
orthogonal-2x7B-v2-base-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afbea4666dfabb9ebccc3cf430b3393a67a36ee34f364db928148667714f1406
3
+ size 8874305184
orthogonal-2x7B-v2-base-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c493058c8503a8057d5e1688098b0bab159cff2d2c30d10dfaf3379bb7574855
3
+ size 9132779168
orthogonal-2x7B-v2-base-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c71203437fd20a9c46b9f8cd66c6b3f8fb9e896ee013355c1ed85b047eb64211
3
+ size 8874305184
orthogonal-2x7B-v2-base-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4475cbe318cc3c6bdd23fc599a3946b7301d86211d1ef59b9c326f36e6bd30b8
3
+ size 10567337632
orthogonal-2x7B-v2-base-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db9c022dcda59c7b09c06c6cd9808729e0db0705ebe9555050a34da5f2e7b3b1
3
+ size 13686376096