Text2Text Generation
Transformers
GGUF
English
TensorBlock
GGUF
Inference Endpoints
conversational
morriszms commited on
Commit
573fe41
·
verified ·
1 Parent(s): 7396890

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
+ prometheus-8x7b-v2.0-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ prometheus-8x7b-v2.0-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ prometheus-8x7b-v2.0-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ prometheus-8x7b-v2.0-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ prometheus-8x7b-v2.0-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ prometheus-8x7b-v2.0-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ prometheus-8x7b-v2.0-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ prometheus-8x7b-v2.0-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ prometheus-8x7b-v2.0-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ prometheus-8x7b-v2.0-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ prometheus-8x7b-v2.0-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ prometheus-8x7b-v2.0-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text2text-generation
4
+ - TensorBlock
5
+ - GGUF
6
+ datasets:
7
+ - prometheus-eval/Feedback-Collection
8
+ - prometheus-eval/Preference-Collection
9
+ license: apache-2.0
10
+ language:
11
+ - en
12
+ pipeline_tag: text2text-generation
13
+ library_name: transformers
14
+ metrics:
15
+ - pearsonr
16
+ - spearmanr
17
+ - kendall-tau
18
+ - accuracy
19
+ base_model: prometheus-eval/prometheus-8x7b-v2.0
20
+ ---
21
+
22
+ <div style="width: auto; margin-left: auto; margin-right: auto">
23
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
24
+ </div>
25
+ <div style="display: flex; justify-content: space-between; width: 100%;">
26
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
27
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
28
+ 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>
29
+ </p>
30
+ </div>
31
+ </div>
32
+
33
+ ## prometheus-eval/prometheus-8x7b-v2.0 - GGUF
34
+
35
+ This repo contains GGUF format model files for [prometheus-eval/prometheus-8x7b-v2.0](https://huggingface.co/prometheus-eval/prometheus-8x7b-v2.0).
36
+
37
+ 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).
38
+
39
+ <div style="text-align: left; margin: 20px 0;">
40
+ <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;">
41
+ Run them on the TensorBlock client using your local machine ↗
42
+ </a>
43
+ </div>
44
+
45
+ ## Prompt template
46
+
47
+ ```
48
+ <s>[INST] {prompt} [/INST]
49
+ ```
50
+
51
+ ## Model file specification
52
+
53
+ | Filename | Quant type | File Size | Description |
54
+ | -------- | ---------- | --------- | ----------- |
55
+ | [prometheus-8x7b-v2.0-Q2_K.gguf](https://huggingface.co/tensorblock/prometheus-8x7b-v2.0-GGUF/blob/main/prometheus-8x7b-v2.0-Q2_K.gguf) | Q2_K | 17.311 GB | smallest, significant quality loss - not recommended for most purposes |
56
+ | [prometheus-8x7b-v2.0-Q3_K_S.gguf](https://huggingface.co/tensorblock/prometheus-8x7b-v2.0-GGUF/blob/main/prometheus-8x7b-v2.0-Q3_K_S.gguf) | Q3_K_S | 20.433 GB | very small, high quality loss |
57
+ | [prometheus-8x7b-v2.0-Q3_K_M.gguf](https://huggingface.co/tensorblock/prometheus-8x7b-v2.0-GGUF/blob/main/prometheus-8x7b-v2.0-Q3_K_M.gguf) | Q3_K_M | 22.546 GB | very small, high quality loss |
58
+ | [prometheus-8x7b-v2.0-Q3_K_L.gguf](https://huggingface.co/tensorblock/prometheus-8x7b-v2.0-GGUF/blob/main/prometheus-8x7b-v2.0-Q3_K_L.gguf) | Q3_K_L | 24.170 GB | small, substantial quality loss |
59
+ | [prometheus-8x7b-v2.0-Q4_0.gguf](https://huggingface.co/tensorblock/prometheus-8x7b-v2.0-GGUF/blob/main/prometheus-8x7b-v2.0-Q4_0.gguf) | Q4_0 | 26.444 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
60
+ | [prometheus-8x7b-v2.0-Q4_K_S.gguf](https://huggingface.co/tensorblock/prometheus-8x7b-v2.0-GGUF/blob/main/prometheus-8x7b-v2.0-Q4_K_S.gguf) | Q4_K_S | 26.746 GB | small, greater quality loss |
61
+ | [prometheus-8x7b-v2.0-Q4_K_M.gguf](https://huggingface.co/tensorblock/prometheus-8x7b-v2.0-GGUF/blob/main/prometheus-8x7b-v2.0-Q4_K_M.gguf) | Q4_K_M | 28.448 GB | medium, balanced quality - recommended |
62
+ | [prometheus-8x7b-v2.0-Q5_0.gguf](https://huggingface.co/tensorblock/prometheus-8x7b-v2.0-GGUF/blob/main/prometheus-8x7b-v2.0-Q5_0.gguf) | Q5_0 | 32.231 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
63
+ | [prometheus-8x7b-v2.0-Q5_K_S.gguf](https://huggingface.co/tensorblock/prometheus-8x7b-v2.0-GGUF/blob/main/prometheus-8x7b-v2.0-Q5_K_S.gguf) | Q5_K_S | 32.231 GB | large, low quality loss - recommended |
64
+ | [prometheus-8x7b-v2.0-Q5_K_M.gguf](https://huggingface.co/tensorblock/prometheus-8x7b-v2.0-GGUF/blob/main/prometheus-8x7b-v2.0-Q5_K_M.gguf) | Q5_K_M | 33.230 GB | large, very low quality loss - recommended |
65
+ | [prometheus-8x7b-v2.0-Q6_K.gguf](https://huggingface.co/tensorblock/prometheus-8x7b-v2.0-GGUF/blob/main/prometheus-8x7b-v2.0-Q6_K.gguf) | Q6_K | 38.381 GB | very large, extremely low quality loss |
66
+ | [prometheus-8x7b-v2.0-Q8_0.gguf](https://huggingface.co/tensorblock/prometheus-8x7b-v2.0-GGUF/blob/main/prometheus-8x7b-v2.0-Q8_0.gguf) | Q8_0 | 49.626 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/prometheus-8x7b-v2.0-GGUF --include "prometheus-8x7b-v2.0-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/prometheus-8x7b-v2.0-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
89
+ ```
prometheus-8x7b-v2.0-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdaeba6e3d98bd4c1976240d4b9ce235a1c699e9f16f5ed781de2b66567d37c0
3
+ size 17311230464
prometheus-8x7b-v2.0-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d2b9ed82f0942f095c0c5c026c35c8a5ee880119bef3d1dc5177c10401c213d
3
+ size 24169646592
prometheus-8x7b-v2.0-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81faa4ddd5283a37f546d7965ded8d7f0fcb2b9f4be28dcde3f313c5f9c8683d
3
+ size 22546450944
prometheus-8x7b-v2.0-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45b625cf2c27ae21b4176e3dea069b7096d87e6e19acb4d33a8b8b72fb4c4d55
3
+ size 20432521728
prometheus-8x7b-v2.0-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9711aa3f0307df004becc29dbad247900e0e2056e81c77437675cd01e90484b
3
+ size 26443590144
prometheus-8x7b-v2.0-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9712d1d5cd91963942dd812c7daf936954fec5c301f43e0fe795316bf9167830
3
+ size 28448467456
prometheus-8x7b-v2.0-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2faeefa03a091416fa8ea5092b3ff9e7129a3c09be6713879b16c0f6609a8bd1
3
+ size 26745580032
prometheus-8x7b-v2.0-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c165059af23171e154e16c1354a690f44929aff9d67cb7f23d3320206f27cbad
3
+ size 32231336448
prometheus-8x7b-v2.0-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:410a46533aeb4bc6d146842e72eb1202635950cd77d6112440caf2989f0e5d2e
3
+ size 33229580800
prometheus-8x7b-v2.0-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:696b971ef54ccc2596b97d5d3c8ca567dc10d1429e6b60cdd032e9d6a68cff1f
3
+ size 32231336448
prometheus-8x7b-v2.0-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ff84f6b668d89b0ebdcefc4f002261200bc477f76d4413e9e6513c8ef256c1f
3
+ size 38380816896
prometheus-8x7b-v2.0-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08ed455a70bd41165dc36da122370a2f39135325e1c47e4a0f8d403b0971d419
3
+ size 49626319360