morriszms commited on
Commit
8a9b51e
1 Parent(s): e0ba476

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
+ juud-Mistral-7B-dpo-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ juud-Mistral-7B-dpo-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ juud-Mistral-7B-dpo-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ juud-Mistral-7B-dpo-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ juud-Mistral-7B-dpo-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ juud-Mistral-7B-dpo-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ juud-Mistral-7B-dpo-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ juud-Mistral-7B-dpo-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ juud-Mistral-7B-dpo-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ juud-Mistral-7B-dpo-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ juud-Mistral-7B-dpo-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ juud-Mistral-7B-dpo-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ language:
5
+ - en
6
+ tags:
7
+ - TensorBlock
8
+ - GGUF
9
+ base_model: AIJUUD/juud-Mistral-7B-dpo
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
+ ## AIJUUD/juud-Mistral-7B-dpo - GGUF
24
+
25
+ This repo contains GGUF format model files for [AIJUUD/juud-Mistral-7B-dpo](https://huggingface.co/AIJUUD/juud-Mistral-7B-dpo).
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
+ <|im_start|>system
33
+ {system_prompt}<|im_end|>
34
+ <|im_start|>user
35
+ {prompt}<|im_end|>
36
+ <|im_start|>assistant
37
+ ```
38
+
39
+ ## Model file specification
40
+
41
+ | Filename | Quant type | File Size | Description |
42
+ | -------- | ---------- | --------- | ----------- |
43
+ | [juud-Mistral-7B-dpo-Q2_K.gguf](https://huggingface.co/tensorblock/juud-Mistral-7B-dpo-GGUF/tree/main/juud-Mistral-7B-dpo-Q2_K.gguf) | Q2_K | 2.533 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [juud-Mistral-7B-dpo-Q3_K_S.gguf](https://huggingface.co/tensorblock/juud-Mistral-7B-dpo-GGUF/tree/main/juud-Mistral-7B-dpo-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
45
+ | [juud-Mistral-7B-dpo-Q3_K_M.gguf](https://huggingface.co/tensorblock/juud-Mistral-7B-dpo-GGUF/tree/main/juud-Mistral-7B-dpo-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
46
+ | [juud-Mistral-7B-dpo-Q3_K_L.gguf](https://huggingface.co/tensorblock/juud-Mistral-7B-dpo-GGUF/tree/main/juud-Mistral-7B-dpo-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
47
+ | [juud-Mistral-7B-dpo-Q4_0.gguf](https://huggingface.co/tensorblock/juud-Mistral-7B-dpo-GGUF/tree/main/juud-Mistral-7B-dpo-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [juud-Mistral-7B-dpo-Q4_K_S.gguf](https://huggingface.co/tensorblock/juud-Mistral-7B-dpo-GGUF/tree/main/juud-Mistral-7B-dpo-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
49
+ | [juud-Mistral-7B-dpo-Q4_K_M.gguf](https://huggingface.co/tensorblock/juud-Mistral-7B-dpo-GGUF/tree/main/juud-Mistral-7B-dpo-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
50
+ | [juud-Mistral-7B-dpo-Q5_0.gguf](https://huggingface.co/tensorblock/juud-Mistral-7B-dpo-GGUF/tree/main/juud-Mistral-7B-dpo-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [juud-Mistral-7B-dpo-Q5_K_S.gguf](https://huggingface.co/tensorblock/juud-Mistral-7B-dpo-GGUF/tree/main/juud-Mistral-7B-dpo-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
52
+ | [juud-Mistral-7B-dpo-Q5_K_M.gguf](https://huggingface.co/tensorblock/juud-Mistral-7B-dpo-GGUF/tree/main/juud-Mistral-7B-dpo-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
53
+ | [juud-Mistral-7B-dpo-Q6_K.gguf](https://huggingface.co/tensorblock/juud-Mistral-7B-dpo-GGUF/tree/main/juud-Mistral-7B-dpo-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
54
+ | [juud-Mistral-7B-dpo-Q8_0.gguf](https://huggingface.co/tensorblock/juud-Mistral-7B-dpo-GGUF/tree/main/juud-Mistral-7B-dpo-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
55
+
56
+
57
+ ## Downloading instruction
58
+
59
+ ### Command line
60
+
61
+ Firstly, install Huggingface Client
62
+
63
+ ```shell
64
+ pip install -U "huggingface_hub[cli]"
65
+ ```
66
+
67
+ Then, downoad the individual model file the a local directory
68
+
69
+ ```shell
70
+ huggingface-cli download tensorblock/juud-Mistral-7B-dpo-GGUF --include "juud-Mistral-7B-dpo-Q2_K.gguf" --local-dir MY_LOCAL_DIR
71
+ ```
72
+
73
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/juud-Mistral-7B-dpo-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
77
+ ```
juud-Mistral-7B-dpo-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1da96a268fcc72aa245824b077f32377f5f260bec6f160801a707f7b8c38ec9e
3
+ size 2719252032
juud-Mistral-7B-dpo-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a82a7930fdd0103e8e9cc09410ad95a798e15680849ed2834265f947eff20aba
3
+ size 3822035328
juud-Mistral-7B-dpo-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cca7e621006e7014af637160dc24bb523988f13dbdc3830952a4a1b88c8dd07
3
+ size 3518996864
juud-Mistral-7B-dpo-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b477ea1ed7d9064b8f9848eb9121e0cd7220e2fee08f737883f8715eb7cbb18
3
+ size 3164578176
juud-Mistral-7B-dpo-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0dd03aca0b26d2d818521b86bb39786027d873d1253e10b57ae464c3cc3b916
3
+ size 4108928448
juud-Mistral-7B-dpo-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4abc46696179d962eb04c92b2858b129d386807987c742b168c14418577d4fdc
3
+ size 4368451008
juud-Mistral-7B-dpo-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e72a3769ddede24e3b38ce09829eacd3c5c0deb33a136057f4cafac875d7369
3
+ size 4140385728
juud-Mistral-7B-dpo-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7845f456307c97d553cc69a4cb7eb75035fc72d4de007ca665845f444ff41a83
3
+ size 4997728704
juud-Mistral-7B-dpo-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b5a55e7d371441a40a5fe1f423317295018371b9e990d4200c19e2286f126ca
3
+ size 5131422144
juud-Mistral-7B-dpo-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98630fa9210a9698b8fddb70a24310b08fde36436cfe44741b77fb1e3ca9339b
3
+ size 4997728704
juud-Mistral-7B-dpo-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf186196f4c4fe98bcd433266dbb9a00acc40edaad8a08bc347cee832b1d4b8a
3
+ size 5942078976
juud-Mistral-7B-dpo-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3b99bdc2d59a15f0868d335c0d4b83ab91205271c19939246c1a410a1c0cc71
3
+ size 7695875456