Text2Text Generation
Transformers
GGUF
English
TensorBlock
GGUF
Inference Endpoints
conversational
morriszms commited on
Commit
5e8919f
·
verified ·
1 Parent(s): c7fe99c

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-7b-v2.0-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ prometheus-7b-v2.0-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ prometheus-7b-v2.0-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ prometheus-7b-v2.0-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ prometheus-7b-v2.0-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ prometheus-7b-v2.0-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ prometheus-7b-v2.0-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ prometheus-7b-v2.0-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ prometheus-7b-v2.0-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ prometheus-7b-v2.0-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ prometheus-7b-v2.0-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ prometheus-7b-v2.0-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-7b-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-7b-v2.0 - GGUF
34
+
35
+ This repo contains GGUF format model files for [prometheus-eval/prometheus-7b-v2.0](https://huggingface.co/prometheus-eval/prometheus-7b-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 b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
38
+
39
+ ## Prompt template
40
+
41
+ ```
42
+ <s> [INST] {system_prompt}
43
+
44
+ {prompt} [/INST]
45
+ ```
46
+
47
+ ## Model file specification
48
+
49
+ | Filename | Quant type | File Size | Description |
50
+ | -------- | ---------- | --------- | ----------- |
51
+ | [prometheus-7b-v2.0-Q2_K.gguf](https://huggingface.co/tensorblock/prometheus-7b-v2.0-GGUF/tree/main/prometheus-7b-v2.0-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
52
+ | [prometheus-7b-v2.0-Q3_K_S.gguf](https://huggingface.co/tensorblock/prometheus-7b-v2.0-GGUF/tree/main/prometheus-7b-v2.0-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
53
+ | [prometheus-7b-v2.0-Q3_K_M.gguf](https://huggingface.co/tensorblock/prometheus-7b-v2.0-GGUF/tree/main/prometheus-7b-v2.0-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
54
+ | [prometheus-7b-v2.0-Q3_K_L.gguf](https://huggingface.co/tensorblock/prometheus-7b-v2.0-GGUF/tree/main/prometheus-7b-v2.0-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
55
+ | [prometheus-7b-v2.0-Q4_0.gguf](https://huggingface.co/tensorblock/prometheus-7b-v2.0-GGUF/tree/main/prometheus-7b-v2.0-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
56
+ | [prometheus-7b-v2.0-Q4_K_S.gguf](https://huggingface.co/tensorblock/prometheus-7b-v2.0-GGUF/tree/main/prometheus-7b-v2.0-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
57
+ | [prometheus-7b-v2.0-Q4_K_M.gguf](https://huggingface.co/tensorblock/prometheus-7b-v2.0-GGUF/tree/main/prometheus-7b-v2.0-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
58
+ | [prometheus-7b-v2.0-Q5_0.gguf](https://huggingface.co/tensorblock/prometheus-7b-v2.0-GGUF/tree/main/prometheus-7b-v2.0-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
59
+ | [prometheus-7b-v2.0-Q5_K_S.gguf](https://huggingface.co/tensorblock/prometheus-7b-v2.0-GGUF/tree/main/prometheus-7b-v2.0-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
60
+ | [prometheus-7b-v2.0-Q5_K_M.gguf](https://huggingface.co/tensorblock/prometheus-7b-v2.0-GGUF/tree/main/prometheus-7b-v2.0-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
61
+ | [prometheus-7b-v2.0-Q6_K.gguf](https://huggingface.co/tensorblock/prometheus-7b-v2.0-GGUF/tree/main/prometheus-7b-v2.0-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
62
+ | [prometheus-7b-v2.0-Q8_0.gguf](https://huggingface.co/tensorblock/prometheus-7b-v2.0-GGUF/tree/main/prometheus-7b-v2.0-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
63
+
64
+
65
+ ## Downloading instruction
66
+
67
+ ### Command line
68
+
69
+ Firstly, install Huggingface Client
70
+
71
+ ```shell
72
+ pip install -U "huggingface_hub[cli]"
73
+ ```
74
+
75
+ Then, downoad the individual model file the a local directory
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/prometheus-7b-v2.0-GGUF --include "prometheus-7b-v2.0-Q2_K.gguf" --local-dir MY_LOCAL_DIR
79
+ ```
80
+
81
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
82
+
83
+ ```shell
84
+ huggingface-cli download tensorblock/prometheus-7b-v2.0-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
85
+ ```
prometheus-7b-v2.0-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de21e8cc0f641672deca8782bca97c767615e6e34925863efe04d5dd3634d7ff
3
+ size 2719243648
prometheus-7b-v2.0-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7e6f7f89e2ea048332cf0e360347c43e8148086445eae1cebf1e8d600e82385
3
+ size 3822026112
prometheus-7b-v2.0-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dd8da95d10abe4385b67e8cc6a7c646cefd385fb852cbd9f77005ababd3ab5d
3
+ size 3518987648
prometheus-7b-v2.0-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:294233d2da9c31174ba15dd135790b7638bd36515ecfbc8af908fe095d6efabc
3
+ size 3164568960
prometheus-7b-v2.0-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:537876ddba917072337d82ec393f1260afc16628750907353f4098b6628ad78e
3
+ size 4108918144
prometheus-7b-v2.0-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96686fd1f3b7ef1c99558cc5b89eed4ce216e4eb96c8db96aca42559ac05ad3b
3
+ size 4368440704
prometheus-7b-v2.0-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8241dc1e316eb7008a019ada2033d05d83aa546d1f704d5d918e353dd8a0dcf0
3
+ size 4140375424
prometheus-7b-v2.0-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dffe8020f19091d17f3705dfe7533d9098f7487d909955ec2eefc976f390fdf
3
+ size 4997717376
prometheus-7b-v2.0-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3e79bd3c73565a92aed4ee03221a3d4a8e055988085a77adf2dced0a240a593
3
+ size 5131410816
prometheus-7b-v2.0-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10cf3346892a16d25719a62fbfa5d0c04ca52f3a60c5ec7470e4b09944d76bbb
3
+ size 4997717376
prometheus-7b-v2.0-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f4fc7161c532d9f38781fda149b511430e8f17a0f46658578a8cdb28cdf4d0a
3
+ size 5942066560
prometheus-7b-v2.0-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:550ab60a6a68c2f8b0ba1609f038e3b1dd47c56617e51f6e5600aa0b93d81511
3
+ size 7695859072