morriszms commited on
Commit
0fba5d2
·
verified ·
1 Parent(s): 97596fc

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-v1.5-r999-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Viper-Coder-v1.5-r999-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Viper-Coder-v1.5-r999-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Viper-Coder-v1.5-r999-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Viper-Coder-v1.5-r999-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Viper-Coder-v1.5-r999-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Viper-Coder-v1.5-r999-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Viper-Coder-v1.5-r999-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Viper-Coder-v1.5-r999-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Viper-Coder-v1.5-r999-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Viper-Coder-v1.5-r999-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Viper-Coder-v1.5-r999-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ - zh
6
+ base_model: prithivMLmods/Viper-Coder-v1.5-r999
7
+ pipeline_tag: text-generation
8
+ library_name: transformers
9
+ tags:
10
+ - trl
11
+ - text-generation-inference
12
+ - coder
13
+ - viper
14
+ - TensorBlock
15
+ - GGUF
16
+ ---
17
+
18
+ <div style="width: auto; margin-left: auto; margin-right: auto">
19
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
20
+ </div>
21
+ <div style="display: flex; justify-content: space-between; width: 100%;">
22
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
23
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
24
+ 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>
25
+ </p>
26
+ </div>
27
+ </div>
28
+
29
+ ## prithivMLmods/Viper-Coder-v1.5-r999 - GGUF
30
+
31
+ This repo contains GGUF format model files for [prithivMLmods/Viper-Coder-v1.5-r999](https://huggingface.co/prithivMLmods/Viper-Coder-v1.5-r999).
32
+
33
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4882](https://github.com/ggml-org/llama.cpp/commit/be7c3034108473beda214fd1d7c98fd6a7a3bdf5).
34
+
35
+ <div style="text-align: left; margin: 20px 0;">
36
+ <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;">
37
+ Run them on the TensorBlock client using your local machine ↗
38
+ </a>
39
+ </div>
40
+
41
+ ## Prompt template
42
+
43
+ ```
44
+ <|im_start|>system
45
+ {system_prompt}<|im_end|>
46
+ <|im_start|>user
47
+ {prompt}<|im_end|>
48
+ <|im_start|>assistant
49
+ ```
50
+
51
+ ## Model file specification
52
+
53
+ | Filename | Quant type | File Size | Description |
54
+ | -------- | ---------- | --------- | ----------- |
55
+ | [Viper-Coder-v1.5-r999-Q2_K.gguf](https://huggingface.co/tensorblock/Viper-Coder-v1.5-r999-GGUF/blob/main/Viper-Coder-v1.5-r999-Q2_K.gguf) | Q2_K | 5.768 GB | smallest, significant quality loss - not recommended for most purposes |
56
+ | [Viper-Coder-v1.5-r999-Q3_K_S.gguf](https://huggingface.co/tensorblock/Viper-Coder-v1.5-r999-GGUF/blob/main/Viper-Coder-v1.5-r999-Q3_K_S.gguf) | Q3_K_S | 6.657 GB | very small, high quality loss |
57
+ | [Viper-Coder-v1.5-r999-Q3_K_M.gguf](https://huggingface.co/tensorblock/Viper-Coder-v1.5-r999-GGUF/blob/main/Viper-Coder-v1.5-r999-Q3_K_M.gguf) | Q3_K_M | 7.337 GB | very small, high quality loss |
58
+ | [Viper-Coder-v1.5-r999-Q3_K_L.gguf](https://huggingface.co/tensorblock/Viper-Coder-v1.5-r999-GGUF/blob/main/Viper-Coder-v1.5-r999-Q3_K_L.gguf) | Q3_K_L | 7.922 GB | small, substantial quality loss |
59
+ | [Viper-Coder-v1.5-r999-Q4_0.gguf](https://huggingface.co/tensorblock/Viper-Coder-v1.5-r999-GGUF/blob/main/Viper-Coder-v1.5-r999-Q4_0.gguf) | Q4_0 | 8.515 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
60
+ | [Viper-Coder-v1.5-r999-Q4_K_S.gguf](https://huggingface.co/tensorblock/Viper-Coder-v1.5-r999-GGUF/blob/main/Viper-Coder-v1.5-r999-Q4_K_S.gguf) | Q4_K_S | 8.571 GB | small, greater quality loss |
61
+ | [Viper-Coder-v1.5-r999-Q4_K_M.gguf](https://huggingface.co/tensorblock/Viper-Coder-v1.5-r999-GGUF/blob/main/Viper-Coder-v1.5-r999-Q4_K_M.gguf) | Q4_K_M | 8.985 GB | medium, balanced quality - recommended |
62
+ | [Viper-Coder-v1.5-r999-Q5_0.gguf](https://huggingface.co/tensorblock/Viper-Coder-v1.5-r999-GGUF/blob/main/Viper-Coder-v1.5-r999-Q5_0.gguf) | Q5_0 | 10.263 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
63
+ | [Viper-Coder-v1.5-r999-Q5_K_S.gguf](https://huggingface.co/tensorblock/Viper-Coder-v1.5-r999-GGUF/blob/main/Viper-Coder-v1.5-r999-Q5_K_S.gguf) | Q5_K_S | 10.263 GB | large, low quality loss - recommended |
64
+ | [Viper-Coder-v1.5-r999-Q5_K_M.gguf](https://huggingface.co/tensorblock/Viper-Coder-v1.5-r999-GGUF/blob/main/Viper-Coder-v1.5-r999-Q5_K_M.gguf) | Q5_K_M | 10.506 GB | large, very low quality loss - recommended |
65
+ | [Viper-Coder-v1.5-r999-Q6_K.gguf](https://huggingface.co/tensorblock/Viper-Coder-v1.5-r999-GGUF/blob/main/Viper-Coder-v1.5-r999-Q6_K.gguf) | Q6_K | 12.121 GB | very large, extremely low quality loss |
66
+ | [Viper-Coder-v1.5-r999-Q8_0.gguf](https://huggingface.co/tensorblock/Viper-Coder-v1.5-r999-GGUF/blob/main/Viper-Coder-v1.5-r999-Q8_0.gguf) | Q8_0 | 15.697 GB | very large, extremely low quality loss - not recommended |
67
+
68
+
69
+ ## Downloading instruction
70
+
71
+ ### Command line
72
+
73
+ Firstly, install Huggingface Client
74
+
75
+ ```shell
76
+ pip install -U "huggingface_hub[cli]"
77
+ ```
78
+
79
+ Then, downoad the individual model file the a local directory
80
+
81
+ ```shell
82
+ huggingface-cli download tensorblock/Viper-Coder-v1.5-r999-GGUF --include "Viper-Coder-v1.5-r999-Q2_K.gguf" --local-dir MY_LOCAL_DIR
83
+ ```
84
+
85
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
86
+
87
+ ```shell
88
+ huggingface-cli download tensorblock/Viper-Coder-v1.5-r999-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
89
+ ```
Viper-Coder-v1.5-r999-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:266cc1af103919779e4f1784f4f4d53bbebac26725fd3be593308ec65b52a410
3
+ size 5768151712
Viper-Coder-v1.5-r999-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b293bfee3a5e13ebe12209c4ce8a1d116710c7dc776b7753be39339849d80081
3
+ size 7922214944
Viper-Coder-v1.5-r999-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:104041b3bccb248536d6f81556658e58302078d163a1aeb9b74a1c44ad92eb9a
3
+ size 7336650784
Viper-Coder-v1.5-r999-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fb2bf0b010e6421e5026295936fb9d2c77944098f948e6bac55dfdd14a95a2f
3
+ size 6657042464
Viper-Coder-v1.5-r999-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28449aaffd39f7029ac3d6e3a6d7aa1b7adfca3900b7aa935ccf1bdb09b14f00
3
+ size 8514901056
Viper-Coder-v1.5-r999-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b39d8daf01321a8e174c9fbd8748cd2057b61155136967d7134c304c2bc5ab19
3
+ size 8985285696
Viper-Coder-v1.5-r999-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c20a44fefaf91d40c6d3dca7e1608411923bc2dd67eee1bfd11ae9b31340e9af
3
+ size 8570606656
Viper-Coder-v1.5-r999-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca84cfa4a6c7dbb24b01f9c3f2d772d591c9a5e42cae0e4ae294c6460b83b65f
3
+ size 10263473856
Viper-Coder-v1.5-r999-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12442f1f55d037f4b0aa759b8f14c657e18a82604d867198caab0d434508be71
3
+ size 10505793216
Viper-Coder-v1.5-r999-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14dcdaf378904380e5eebfc31cfe0a091fcb93f1652b907c016214eb1c40a3b6
3
+ size 10263473856
Viper-Coder-v1.5-r999-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:799a0e063a3dd3550957148826885131c3213bb84a194f87f904c02655efb560
3
+ size 12121332480
Viper-Coder-v1.5-r999-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0263a275c363a529211a85ba2f89a8ae86d8a34a44aed5dd53d755a110a483df
3
+ size 15697256832