morriszms commited on
Commit
73110b9
1 Parent(s): 5fda5ef

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
+ eeve_dpo-v3-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ eeve_dpo-v3-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ eeve_dpo-v3-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ eeve_dpo-v3-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ eeve_dpo-v3-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ eeve_dpo-v3-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ eeve_dpo-v3-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ eeve_dpo-v3-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ eeve_dpo-v3-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ eeve_dpo-v3-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ eeve_dpo-v3-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ eeve_dpo-v3-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - trl
5
+ - dpo
6
+ - generated_from_trainer
7
+ - TensorBlock
8
+ - GGUF
9
+ base_model: ENERGY-DRINK-LOVE/eeve_dpo-v3
10
+ ---
11
+
12
+ <div style="width: auto; margin-left: auto; margin-right: auto">
13
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
14
+ </div>
15
+ <div style="display: flex; justify-content: space-between; width: 100%;">
16
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
17
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
18
+ 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>
19
+ </p>
20
+ </div>
21
+ </div>
22
+
23
+ ## ENERGY-DRINK-LOVE/eeve_dpo-v3 - GGUF
24
+
25
+ This repo contains GGUF format model files for [ENERGY-DRINK-LOVE/eeve_dpo-v3](https://huggingface.co/ENERGY-DRINK-LOVE/eeve_dpo-v3).
26
+
27
+ 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).
28
+
29
+ ## Prompt template
30
+
31
+ ```
32
+ {system_prompt}
33
+ Human: {prompt}
34
+ Assistant:
35
+ ```
36
+
37
+ ## Model file specification
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [eeve_dpo-v3-Q2_K.gguf](https://huggingface.co/tensorblock/eeve_dpo-v3-GGUF/tree/main/eeve_dpo-v3-Q2_K.gguf) | Q2_K | 3.768 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [eeve_dpo-v3-Q3_K_S.gguf](https://huggingface.co/tensorblock/eeve_dpo-v3-GGUF/tree/main/eeve_dpo-v3-Q3_K_S.gguf) | Q3_K_S | 4.387 GB | very small, high quality loss |
43
+ | [eeve_dpo-v3-Q3_K_M.gguf](https://huggingface.co/tensorblock/eeve_dpo-v3-GGUF/tree/main/eeve_dpo-v3-Q3_K_M.gguf) | Q3_K_M | 4.882 GB | very small, high quality loss |
44
+ | [eeve_dpo-v3-Q3_K_L.gguf](https://huggingface.co/tensorblock/eeve_dpo-v3-GGUF/tree/main/eeve_dpo-v3-Q3_K_L.gguf) | Q3_K_L | 5.306 GB | small, substantial quality loss |
45
+ | [eeve_dpo-v3-Q4_0.gguf](https://huggingface.co/tensorblock/eeve_dpo-v3-GGUF/tree/main/eeve_dpo-v3-Q4_0.gguf) | Q4_0 | 5.703 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [eeve_dpo-v3-Q4_K_S.gguf](https://huggingface.co/tensorblock/eeve_dpo-v3-GGUF/tree/main/eeve_dpo-v3-Q4_K_S.gguf) | Q4_K_S | 5.746 GB | small, greater quality loss |
47
+ | [eeve_dpo-v3-Q4_K_M.gguf](https://huggingface.co/tensorblock/eeve_dpo-v3-GGUF/tree/main/eeve_dpo-v3-Q4_K_M.gguf) | Q4_K_M | 6.065 GB | medium, balanced quality - recommended |
48
+ | [eeve_dpo-v3-Q5_0.gguf](https://huggingface.co/tensorblock/eeve_dpo-v3-GGUF/tree/main/eeve_dpo-v3-Q5_0.gguf) | Q5_0 | 6.941 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [eeve_dpo-v3-Q5_K_S.gguf](https://huggingface.co/tensorblock/eeve_dpo-v3-GGUF/tree/main/eeve_dpo-v3-Q5_K_S.gguf) | Q5_K_S | 6.941 GB | large, low quality loss - recommended |
50
+ | [eeve_dpo-v3-Q5_K_M.gguf](https://huggingface.co/tensorblock/eeve_dpo-v3-GGUF/tree/main/eeve_dpo-v3-Q5_K_M.gguf) | Q5_K_M | 7.128 GB | large, very low quality loss - recommended |
51
+ | [eeve_dpo-v3-Q6_K.gguf](https://huggingface.co/tensorblock/eeve_dpo-v3-GGUF/tree/main/eeve_dpo-v3-Q6_K.gguf) | Q6_K | 8.257 GB | very large, extremely low quality loss |
52
+ | [eeve_dpo-v3-Q8_0.gguf](https://huggingface.co/tensorblock/eeve_dpo-v3-GGUF/tree/main/eeve_dpo-v3-Q8_0.gguf) | Q8_0 | 10.694 GB | very large, extremely low quality loss - not recommended |
53
+
54
+
55
+ ## Downloading instruction
56
+
57
+ ### Command line
58
+
59
+ Firstly, install Huggingface Client
60
+
61
+ ```shell
62
+ pip install -U "huggingface_hub[cli]"
63
+ ```
64
+
65
+ Then, downoad the individual model file the a local directory
66
+
67
+ ```shell
68
+ huggingface-cli download tensorblock/eeve_dpo-v3-GGUF --include "eeve_dpo-v3-Q2_K.gguf" --local-dir MY_LOCAL_DIR
69
+ ```
70
+
71
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/eeve_dpo-v3-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
eeve_dpo-v3-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82cee470f0033af9ba33387851fe1999b3d9cc4b04379762a6f08124711d8106
3
+ size 4045599328
eeve_dpo-v3-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9a7bc83e20be3838e0ae86ee0b732971ca8c489950626e9547d9386941220e6
3
+ size 5696844384
eeve_dpo-v3-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaf818d63f0e96be82a23a8a1c06291e6537cc082feaa6963dd45f15df550a14
3
+ size 5241762400
eeve_dpo-v3-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a3efdee67f60b6228f7fedae38365f1bd876fd28cefb6672e9a4279d6f86deb
3
+ size 4710658656
eeve_dpo-v3-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:615b10939db8c96177fa9f36778cd07d519ddc08fe825e32102c8ccbb097d377
3
+ size 6123352672
eeve_dpo-v3-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ceeacec756d005df823f85bbfe7728c6a9f40986341286fcec593121c69206b
3
+ size 6512636512
eeve_dpo-v3-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a2adc54fad7914b249dbb22b6b79a1fbafda622c7cc31bb2b5c05b5bc797ac0
3
+ size 6169490016
eeve_dpo-v3-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fa42a68ba258bc5c9641728641a590037a3d93cf893e3b97858487a9c7dd9bd
3
+ size 7452947040
eeve_dpo-v3-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8920d973901de70b2bb92aaf8d565f5d7cf4282e73099b669902eb2eafa1321a
3
+ size 7653487200
eeve_dpo-v3-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95cf95af25f862a5b85a26240c87d427fa9c613a11ac9400701d72ee619b421b
3
+ size 7452947040
eeve_dpo-v3-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ed8ae22d13c9cea66a91ed758bf28fd5299388c7f558cc56ae55ad5503e6141
3
+ size 8865641056
eeve_dpo-v3-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36667c399e6497c16911d869e2de0d1b89977b6f9d61acef743ea9b964d0e3b2
3
+ size 11482362464