morriszms commited on
Commit
ef3bbd8
·
verified ·
1 Parent(s): faa296d

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
+ Viper-Coder-Hybrid-v1.3-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Viper-Coder-Hybrid-v1.3-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Viper-Coder-Hybrid-v1.3-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Viper-Coder-Hybrid-v1.3-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Viper-Coder-Hybrid-v1.3-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Viper-Coder-Hybrid-v1.3-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Viper-Coder-Hybrid-v1.3-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Viper-Coder-Hybrid-v1.3-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Viper-Coder-Hybrid-v1.3-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Viper-Coder-Hybrid-v1.3-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Viper-Coder-Hybrid-v1.3-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Viper-Coder-Hybrid-v1.3-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ - zh
6
+ base_model: prithivMLmods/Viper-Coder-Hybrid-v1.3
7
+ pipeline_tag: text-generation
8
+ library_name: transformers
9
+ tags:
10
+ - text-generation-inference
11
+ - coder
12
+ - trl
13
+ - TensorBlock
14
+ - GGUF
15
+ model-index:
16
+ - name: Viper-Coder-Hybrid-v1.3
17
+ results:
18
+ - task:
19
+ type: text-generation
20
+ name: Text Generation
21
+ dataset:
22
+ name: IFEval (0-Shot)
23
+ type: wis-k/instruction-following-eval
24
+ split: train
25
+ args:
26
+ num_few_shot: 0
27
+ metrics:
28
+ - type: inst_level_strict_acc and prompt_level_strict_acc
29
+ value: 75.55
30
+ name: averaged accuracy
31
+ source:
32
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=prithivMLmods%2FViper-Coder-Hybrid-v1.3
33
+ name: Open LLM Leaderboard
34
+ - task:
35
+ type: text-generation
36
+ name: Text Generation
37
+ dataset:
38
+ name: BBH (3-Shot)
39
+ type: SaylorTwift/bbh
40
+ split: test
41
+ args:
42
+ num_few_shot: 3
43
+ metrics:
44
+ - type: acc_norm
45
+ value: 49.61
46
+ name: normalized accuracy
47
+ source:
48
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=prithivMLmods%2FViper-Coder-Hybrid-v1.3
49
+ name: Open LLM Leaderboard
50
+ - task:
51
+ type: text-generation
52
+ name: Text Generation
53
+ dataset:
54
+ name: MATH Lvl 5 (4-Shot)
55
+ type: lighteval/MATH-Hard
56
+ split: test
57
+ args:
58
+ num_few_shot: 4
59
+ metrics:
60
+ - type: exact_match
61
+ value: 45.17
62
+ name: exact match
63
+ source:
64
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=prithivMLmods%2FViper-Coder-Hybrid-v1.3
65
+ name: Open LLM Leaderboard
66
+ - task:
67
+ type: text-generation
68
+ name: Text Generation
69
+ dataset:
70
+ name: GPQA (0-shot)
71
+ type: Idavidrein/gpqa
72
+ split: train
73
+ args:
74
+ num_few_shot: 0
75
+ metrics:
76
+ - type: acc_norm
77
+ value: 11.74
78
+ name: acc_norm
79
+ source:
80
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=prithivMLmods%2FViper-Coder-Hybrid-v1.3
81
+ name: Open LLM Leaderboard
82
+ - task:
83
+ type: text-generation
84
+ name: Text Generation
85
+ dataset:
86
+ name: MuSR (0-shot)
87
+ type: TAUR-Lab/MuSR
88
+ args:
89
+ num_few_shot: 0
90
+ metrics:
91
+ - type: acc_norm
92
+ value: 14.87
93
+ name: acc_norm
94
+ source:
95
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=prithivMLmods%2FViper-Coder-Hybrid-v1.3
96
+ name: Open LLM Leaderboard
97
+ - task:
98
+ type: text-generation
99
+ name: Text Generation
100
+ dataset:
101
+ name: MMLU-PRO (5-shot)
102
+ type: TIGER-Lab/MMLU-Pro
103
+ config: main
104
+ split: test
105
+ args:
106
+ num_few_shot: 5
107
+ metrics:
108
+ - type: acc
109
+ value: 45.52
110
+ name: accuracy
111
+ source:
112
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=prithivMLmods%2FViper-Coder-Hybrid-v1.3
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
+ ## prithivMLmods/Viper-Coder-Hybrid-v1.3 - GGUF
128
+
129
+ This repo contains GGUF format model files for [prithivMLmods/Viper-Coder-Hybrid-v1.3](https://huggingface.co/prithivMLmods/Viper-Coder-Hybrid-v1.3).
130
+
131
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4823](https://github.com/ggml-org/llama.cpp/commit/5bbe6a9fe9a8796a9389c85accec89dbc4d91e39).
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
+ <|im_start|>system
143
+ {system_prompt}<|im_end|>
144
+ <|im_start|>user
145
+ {prompt}<|im_end|>
146
+ <|im_start|>assistant
147
+ ```
148
+
149
+ ## Model file specification
150
+
151
+ | Filename | Quant type | File Size | Description |
152
+ | -------- | ---------- | --------- | ----------- |
153
+ | [Viper-Coder-Hybrid-v1.3-Q2_K.gguf](https://huggingface.co/tensorblock/Viper-Coder-Hybrid-v1.3-GGUF/blob/main/Viper-Coder-Hybrid-v1.3-Q2_K.gguf) | Q2_K | 5.768 GB | smallest, significant quality loss - not recommended for most purposes |
154
+ | [Viper-Coder-Hybrid-v1.3-Q3_K_S.gguf](https://huggingface.co/tensorblock/Viper-Coder-Hybrid-v1.3-GGUF/blob/main/Viper-Coder-Hybrid-v1.3-Q3_K_S.gguf) | Q3_K_S | 6.657 GB | very small, high quality loss |
155
+ | [Viper-Coder-Hybrid-v1.3-Q3_K_M.gguf](https://huggingface.co/tensorblock/Viper-Coder-Hybrid-v1.3-GGUF/blob/main/Viper-Coder-Hybrid-v1.3-Q3_K_M.gguf) | Q3_K_M | 7.337 GB | very small, high quality loss |
156
+ | [Viper-Coder-Hybrid-v1.3-Q3_K_L.gguf](https://huggingface.co/tensorblock/Viper-Coder-Hybrid-v1.3-GGUF/blob/main/Viper-Coder-Hybrid-v1.3-Q3_K_L.gguf) | Q3_K_L | 7.922 GB | small, substantial quality loss |
157
+ | [Viper-Coder-Hybrid-v1.3-Q4_0.gguf](https://huggingface.co/tensorblock/Viper-Coder-Hybrid-v1.3-GGUF/blob/main/Viper-Coder-Hybrid-v1.3-Q4_0.gguf) | Q4_0 | 8.515 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
158
+ | [Viper-Coder-Hybrid-v1.3-Q4_K_S.gguf](https://huggingface.co/tensorblock/Viper-Coder-Hybrid-v1.3-GGUF/blob/main/Viper-Coder-Hybrid-v1.3-Q4_K_S.gguf) | Q4_K_S | 8.571 GB | small, greater quality loss |
159
+ | [Viper-Coder-Hybrid-v1.3-Q4_K_M.gguf](https://huggingface.co/tensorblock/Viper-Coder-Hybrid-v1.3-GGUF/blob/main/Viper-Coder-Hybrid-v1.3-Q4_K_M.gguf) | Q4_K_M | 8.985 GB | medium, balanced quality - recommended |
160
+ | [Viper-Coder-Hybrid-v1.3-Q5_0.gguf](https://huggingface.co/tensorblock/Viper-Coder-Hybrid-v1.3-GGUF/blob/main/Viper-Coder-Hybrid-v1.3-Q5_0.gguf) | Q5_0 | 10.263 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
161
+ | [Viper-Coder-Hybrid-v1.3-Q5_K_S.gguf](https://huggingface.co/tensorblock/Viper-Coder-Hybrid-v1.3-GGUF/blob/main/Viper-Coder-Hybrid-v1.3-Q5_K_S.gguf) | Q5_K_S | 10.263 GB | large, low quality loss - recommended |
162
+ | [Viper-Coder-Hybrid-v1.3-Q5_K_M.gguf](https://huggingface.co/tensorblock/Viper-Coder-Hybrid-v1.3-GGUF/blob/main/Viper-Coder-Hybrid-v1.3-Q5_K_M.gguf) | Q5_K_M | 10.506 GB | large, very low quality loss - recommended |
163
+ | [Viper-Coder-Hybrid-v1.3-Q6_K.gguf](https://huggingface.co/tensorblock/Viper-Coder-Hybrid-v1.3-GGUF/blob/main/Viper-Coder-Hybrid-v1.3-Q6_K.gguf) | Q6_K | 12.121 GB | very large, extremely low quality loss |
164
+ | [Viper-Coder-Hybrid-v1.3-Q8_0.gguf](https://huggingface.co/tensorblock/Viper-Coder-Hybrid-v1.3-GGUF/blob/main/Viper-Coder-Hybrid-v1.3-Q8_0.gguf) | Q8_0 | 15.697 GB | very large, extremely low quality loss - not recommended |
165
+
166
+
167
+ ## Downloading instruction
168
+
169
+ ### Command line
170
+
171
+ Firstly, install Huggingface Client
172
+
173
+ ```shell
174
+ pip install -U "huggingface_hub[cli]"
175
+ ```
176
+
177
+ Then, downoad the individual model file the a local directory
178
+
179
+ ```shell
180
+ huggingface-cli download tensorblock/Viper-Coder-Hybrid-v1.3-GGUF --include "Viper-Coder-Hybrid-v1.3-Q2_K.gguf" --local-dir MY_LOCAL_DIR
181
+ ```
182
+
183
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
184
+
185
+ ```shell
186
+ huggingface-cli download tensorblock/Viper-Coder-Hybrid-v1.3-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
187
+ ```
Viper-Coder-Hybrid-v1.3-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c89d174661474eeeef69b5d511d6e45d08883c5fdfc115dbcfc47c7350df96a9
3
+ size 5768142656
Viper-Coder-Hybrid-v1.3-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f12921fa524b098a944a019326b70eecaf151dab2a804145ff3c940956770dde
3
+ size 7922205888
Viper-Coder-Hybrid-v1.3-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:364f010b4ed67476a047bbe50279a6a9f1242c2b111a724936edbcbf6f8915b4
3
+ size 7336641728
Viper-Coder-Hybrid-v1.3-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e36bfab615ee915560fdd7aad6c6d9230cc819b503a45573962d878154a7609
3
+ size 6657033408
Viper-Coder-Hybrid-v1.3-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96df873155df47a0301898b743803611f7255906d0954d48bcee972f1ccc7102
3
+ size 8514892000
Viper-Coder-Hybrid-v1.3-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dbd889738d93053da862899be7990ba7a8857fc453daa70cf597fa3b3b5248a
3
+ size 8985276640
Viper-Coder-Hybrid-v1.3-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b81bec3c9eb5d37adfe25dfcb09ece78ebbd1337cd5891b50fc09ca8e1d8dbb5
3
+ size 8570597600
Viper-Coder-Hybrid-v1.3-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d64a0e48c885bae2b233ecca17672ef4a8e717663af66fc233ace7cb69ceb080
3
+ size 10263464800
Viper-Coder-Hybrid-v1.3-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7594d4479612876200d6bb86586e59c0e52bda19a68fe65ddd8db91683d13ffb
3
+ size 10505784160
Viper-Coder-Hybrid-v1.3-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52fd550f8f9d2ece82526478df2f25107e41fd967721c842678d3ea7c9136d79
3
+ size 10263464800
Viper-Coder-Hybrid-v1.3-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17da8b0a19103f34fe2e3ebef7a965db1765edd571e54ea4c4e7ac157da48169
3
+ size 12121323424
Viper-Coder-Hybrid-v1.3-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37e297ae7fa6210a342545bb7141e36844c60ce2451d81d5d1d3642b900fcd45
3
+ size 15697247776