morriszms commited on
Commit
9a1abc2
·
verified ·
1 Parent(s): 452bedb

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
+ Rabbit-7B-v2-DPO-Chat-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Rabbit-7B-v2-DPO-Chat-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Rabbit-7B-v2-DPO-Chat-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Rabbit-7B-v2-DPO-Chat-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Rabbit-7B-v2-DPO-Chat-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Rabbit-7B-v2-DPO-Chat-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Rabbit-7B-v2-DPO-Chat-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Rabbit-7B-v2-DPO-Chat-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Rabbit-7B-v2-DPO-Chat-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Rabbit-7B-v2-DPO-Chat-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Rabbit-7B-v2-DPO-Chat-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Rabbit-7B-v2-DPO-Chat-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: viethq188/Rabbit-7B-v2-DPO-Chat
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ 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>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## viethq188/Rabbit-7B-v2-DPO-Chat - GGUF
21
+
22
+ This repo contains GGUF format model files for [viethq188/Rabbit-7B-v2-DPO-Chat](https://huggingface.co/viethq188/Rabbit-7B-v2-DPO-Chat).
23
+
24
+ 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).
25
+
26
+ <div style="text-align: left; margin: 20px 0;">
27
+ <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;">
28
+ Run them on the TensorBlock client using your local machine ↗
29
+ </a>
30
+ </div>
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [Rabbit-7B-v2-DPO-Chat-Q2_K.gguf](https://huggingface.co/tensorblock/Rabbit-7B-v2-DPO-Chat-GGUF/blob/main/Rabbit-7B-v2-DPO-Chat-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [Rabbit-7B-v2-DPO-Chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/Rabbit-7B-v2-DPO-Chat-GGUF/blob/main/Rabbit-7B-v2-DPO-Chat-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
44
+ | [Rabbit-7B-v2-DPO-Chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/Rabbit-7B-v2-DPO-Chat-GGUF/blob/main/Rabbit-7B-v2-DPO-Chat-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
45
+ | [Rabbit-7B-v2-DPO-Chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/Rabbit-7B-v2-DPO-Chat-GGUF/blob/main/Rabbit-7B-v2-DPO-Chat-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
46
+ | [Rabbit-7B-v2-DPO-Chat-Q4_0.gguf](https://huggingface.co/tensorblock/Rabbit-7B-v2-DPO-Chat-GGUF/blob/main/Rabbit-7B-v2-DPO-Chat-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [Rabbit-7B-v2-DPO-Chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/Rabbit-7B-v2-DPO-Chat-GGUF/blob/main/Rabbit-7B-v2-DPO-Chat-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
48
+ | [Rabbit-7B-v2-DPO-Chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/Rabbit-7B-v2-DPO-Chat-GGUF/blob/main/Rabbit-7B-v2-DPO-Chat-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
49
+ | [Rabbit-7B-v2-DPO-Chat-Q5_0.gguf](https://huggingface.co/tensorblock/Rabbit-7B-v2-DPO-Chat-GGUF/blob/main/Rabbit-7B-v2-DPO-Chat-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [Rabbit-7B-v2-DPO-Chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/Rabbit-7B-v2-DPO-Chat-GGUF/blob/main/Rabbit-7B-v2-DPO-Chat-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
51
+ | [Rabbit-7B-v2-DPO-Chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/Rabbit-7B-v2-DPO-Chat-GGUF/blob/main/Rabbit-7B-v2-DPO-Chat-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
52
+ | [Rabbit-7B-v2-DPO-Chat-Q6_K.gguf](https://huggingface.co/tensorblock/Rabbit-7B-v2-DPO-Chat-GGUF/blob/main/Rabbit-7B-v2-DPO-Chat-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
53
+ | [Rabbit-7B-v2-DPO-Chat-Q8_0.gguf](https://huggingface.co/tensorblock/Rabbit-7B-v2-DPO-Chat-GGUF/blob/main/Rabbit-7B-v2-DPO-Chat-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
54
+
55
+
56
+ ## Downloading instruction
57
+
58
+ ### Command line
59
+
60
+ Firstly, install Huggingface Client
61
+
62
+ ```shell
63
+ pip install -U "huggingface_hub[cli]"
64
+ ```
65
+
66
+ Then, downoad the individual model file the a local directory
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/Rabbit-7B-v2-DPO-Chat-GGUF --include "Rabbit-7B-v2-DPO-Chat-Q2_K.gguf" --local-dir MY_LOCAL_DIR
70
+ ```
71
+
72
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/Rabbit-7B-v2-DPO-Chat-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
Rabbit-7B-v2-DPO-Chat-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93b4423e8966771f24ceaf2bdb2818daa871b4ab79b2db3ab2a32fe711f41f2a
3
+ size 2719242304
Rabbit-7B-v2-DPO-Chat-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c25138cd3c1b3f495f52b2640e2160245a4dfb9a004dbb3ad856cf17165833b
3
+ size 3822024768
Rabbit-7B-v2-DPO-Chat-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71b5890711fcff9f9a49c90be3ceb124d64c329409c72f769e7b7bcbaf1fbf81
3
+ size 3518986304
Rabbit-7B-v2-DPO-Chat-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6857383f6a4c7ae92353cf6457b2d6b5691d6dbf7082710f9fe75d41c9c1d7de
3
+ size 3164567616
Rabbit-7B-v2-DPO-Chat-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:253d499c486d14caf2858f60b81a78dc3d3b9f994b887f6f85baee8d22773f93
3
+ size 4108916800
Rabbit-7B-v2-DPO-Chat-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:040d34b16892650d9e9ea2639bd85c6dc224ee38d6ebbe8ca2f9181fe6b49b6b
3
+ size 4368439360
Rabbit-7B-v2-DPO-Chat-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4722765d9e7ec3caee20426a12f6a2d28c6e3c4e488eb74b0e601ea79a32b2e3
3
+ size 4140374080
Rabbit-7B-v2-DPO-Chat-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a29475098f4151c47489e17ca22541e25396671026f060b728ccfc2cdeb1457
3
+ size 4997716032
Rabbit-7B-v2-DPO-Chat-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:594f4808ff627aeab5ab7d111bc5a9e0f72908f599b445236bbdbb49f5a485d0
3
+ size 5131409472
Rabbit-7B-v2-DPO-Chat-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ccff1323c2f094170688e1639781676f06c44e47722ce3c92dc633b65c93ad0
3
+ size 4997716032
Rabbit-7B-v2-DPO-Chat-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d7f8e192c21087f333599515b45a1ab837b4cc7c9ec3826c8bdaad388e07d2d
3
+ size 5942065216
Rabbit-7B-v2-DPO-Chat-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4461dd322ae1ec479896a5f7ff4ba6c804ac10fa30563a55f895765623f3835
3
+ size 7695857728