morriszms commited on
Commit
a1e557d
1 Parent(s): 79b26fb

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
+ vinallama-2.7b-chat-orpo-v2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ vinallama-2.7b-chat-orpo-v2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ vinallama-2.7b-chat-orpo-v2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ vinallama-2.7b-chat-orpo-v2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ vinallama-2.7b-chat-orpo-v2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ vinallama-2.7b-chat-orpo-v2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ vinallama-2.7b-chat-orpo-v2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ vinallama-2.7b-chat-orpo-v2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ vinallama-2.7b-chat-orpo-v2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ vinallama-2.7b-chat-orpo-v2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ vinallama-2.7b-chat-orpo-v2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ vinallama-2.7b-chat-orpo-v2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: d-llm/vinallama-2.7b-chat-orpo-v2
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
+ ## d-llm/vinallama-2.7b-chat-orpo-v2 - GGUF
21
+
22
+ This repo contains GGUF format model files for [d-llm/vinallama-2.7b-chat-orpo-v2](https://huggingface.co/d-llm/vinallama-2.7b-chat-orpo-v2).
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
+ <|im_start|>system
36
+ {system_prompt}<|im_end|>
37
+ <|im_start|>user
38
+ {prompt}<|im_end|>
39
+ <|im_start|>assistant
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [vinallama-2.7b-chat-orpo-v2-Q2_K.gguf](https://huggingface.co/tensorblock/vinallama-2.7b-chat-orpo-v2-GGUF/blob/main/vinallama-2.7b-chat-orpo-v2-Q2_K.gguf) | Q2_K | 1.071 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [vinallama-2.7b-chat-orpo-v2-Q3_K_S.gguf](https://huggingface.co/tensorblock/vinallama-2.7b-chat-orpo-v2-GGUF/blob/main/vinallama-2.7b-chat-orpo-v2-Q3_K_S.gguf) | Q3_K_S | 1.240 GB | very small, high quality loss |
48
+ | [vinallama-2.7b-chat-orpo-v2-Q3_K_M.gguf](https://huggingface.co/tensorblock/vinallama-2.7b-chat-orpo-v2-GGUF/blob/main/vinallama-2.7b-chat-orpo-v2-Q3_K_M.gguf) | Q3_K_M | 1.377 GB | very small, high quality loss |
49
+ | [vinallama-2.7b-chat-orpo-v2-Q3_K_L.gguf](https://huggingface.co/tensorblock/vinallama-2.7b-chat-orpo-v2-GGUF/blob/main/vinallama-2.7b-chat-orpo-v2-Q3_K_L.gguf) | Q3_K_L | 1.494 GB | small, substantial quality loss |
50
+ | [vinallama-2.7b-chat-orpo-v2-Q4_0.gguf](https://huggingface.co/tensorblock/vinallama-2.7b-chat-orpo-v2-GGUF/blob/main/vinallama-2.7b-chat-orpo-v2-Q4_0.gguf) | Q4_0 | 1.593 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [vinallama-2.7b-chat-orpo-v2-Q4_K_S.gguf](https://huggingface.co/tensorblock/vinallama-2.7b-chat-orpo-v2-GGUF/blob/main/vinallama-2.7b-chat-orpo-v2-Q4_K_S.gguf) | Q4_K_S | 1.605 GB | small, greater quality loss |
52
+ | [vinallama-2.7b-chat-orpo-v2-Q4_K_M.gguf](https://huggingface.co/tensorblock/vinallama-2.7b-chat-orpo-v2-GGUF/blob/main/vinallama-2.7b-chat-orpo-v2-Q4_K_M.gguf) | Q4_K_M | 1.693 GB | medium, balanced quality - recommended |
53
+ | [vinallama-2.7b-chat-orpo-v2-Q5_0.gguf](https://huggingface.co/tensorblock/vinallama-2.7b-chat-orpo-v2-GGUF/blob/main/vinallama-2.7b-chat-orpo-v2-Q5_0.gguf) | Q5_0 | 1.925 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [vinallama-2.7b-chat-orpo-v2-Q5_K_S.gguf](https://huggingface.co/tensorblock/vinallama-2.7b-chat-orpo-v2-GGUF/blob/main/vinallama-2.7b-chat-orpo-v2-Q5_K_S.gguf) | Q5_K_S | 1.925 GB | large, low quality loss - recommended |
55
+ | [vinallama-2.7b-chat-orpo-v2-Q5_K_M.gguf](https://huggingface.co/tensorblock/vinallama-2.7b-chat-orpo-v2-GGUF/blob/main/vinallama-2.7b-chat-orpo-v2-Q5_K_M.gguf) | Q5_K_M | 1.977 GB | large, very low quality loss - recommended |
56
+ | [vinallama-2.7b-chat-orpo-v2-Q6_K.gguf](https://huggingface.co/tensorblock/vinallama-2.7b-chat-orpo-v2-GGUF/blob/main/vinallama-2.7b-chat-orpo-v2-Q6_K.gguf) | Q6_K | 2.278 GB | very large, extremely low quality loss |
57
+ | [vinallama-2.7b-chat-orpo-v2-Q8_0.gguf](https://huggingface.co/tensorblock/vinallama-2.7b-chat-orpo-v2-GGUF/blob/main/vinallama-2.7b-chat-orpo-v2-Q8_0.gguf) | Q8_0 | 2.950 GB | very large, extremely low quality loss - not recommended |
58
+
59
+
60
+ ## Downloading instruction
61
+
62
+ ### Command line
63
+
64
+ Firstly, install Huggingface Client
65
+
66
+ ```shell
67
+ pip install -U "huggingface_hub[cli]"
68
+ ```
69
+
70
+ Then, downoad the individual model file the a local directory
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/vinallama-2.7b-chat-orpo-v2-GGUF --include "vinallama-2.7b-chat-orpo-v2-Q2_K.gguf" --local-dir MY_LOCAL_DIR
74
+ ```
75
+
76
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/vinallama-2.7b-chat-orpo-v2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
vinallama-2.7b-chat-orpo-v2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec06b24d279dd1a8199ece454d0300959ff1bf263be17f6a4c3d6a5834d0dae8
3
+ size 1070616992
vinallama-2.7b-chat-orpo-v2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a15f92f1fcd593dd1e3bd31a0a74b4e407a17ba41082c162c97c82161848aa01
3
+ size 1494386464
vinallama-2.7b-chat-orpo-v2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b186769b08253c8ac4ee1760866bc1654f517686589ba3547775b588da770a5d
3
+ size 1377240864
vinallama-2.7b-chat-orpo-v2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9e3fc89d8797b5f6c00fb04d46564f7ec6ca9d719ca25a6c0d2d5f5915a7be8
3
+ size 1240270624
vinallama-2.7b-chat-orpo-v2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71237e08f67b35d1405cfd939e2a1f696170ed304a4274fde0f779a077f9f796
3
+ size 1593033536
vinallama-2.7b-chat-orpo-v2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bce4955f5406d139ec789a8144dd61ef42efb404dd7a58ab49358d4d89613243
3
+ size 1693057856
vinallama-2.7b-chat-orpo-v2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bb8b90e6fa6eef2b89f3ee4cbd2cbacdbc963c3559d34fd992c89b2aa5c99f0
3
+ size 1605157696
vinallama-2.7b-chat-orpo-v2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f35f1bf6248c2b5627702f00325c8d34f968bdc380a78a6964bde074672f3f0
3
+ size 1925045696
vinallama-2.7b-chat-orpo-v2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38889e1f1d03461e7fd4aadd20640dcb02c215cadbf618a13fbdf07245ba4ca1
3
+ size 1976573376
vinallama-2.7b-chat-orpo-v2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5c316a74b2fd5c9de0ae38d1e8cb98f41a30b7ca6c807c39c4edcdd0fefd751
3
+ size 1925045696
vinallama-2.7b-chat-orpo-v2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9844d534fa83f5c619a26730e02d3960c4fc6b06210600745341aff8c679f357
3
+ size 2277808640
vinallama-2.7b-chat-orpo-v2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ec78d7313facab91e90f5d695f7867bc322479eb16e9851d9d085b2ce48a11b
3
+ size 2949791872