morriszms commited on
Commit
ad9ce88
·
verified ·
1 Parent(s): bcc0b21

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-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ vinallama-2.7b-chat-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ vinallama-2.7b-chat-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ vinallama-2.7b-chat-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ vinallama-2.7b-chat-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ vinallama-2.7b-chat-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ vinallama-2.7b-chat-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ vinallama-2.7b-chat-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ vinallama-2.7b-chat-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ vinallama-2.7b-chat-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ vinallama-2.7b-chat-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ vinallama-2.7b-chat-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ language:
4
+ - vi
5
+ base_model: vilm/vinallama-2.7b-chat
6
+ tags:
7
+ - TensorBlock
8
+ - GGUF
9
+ ---
10
+
11
+ <div style="width: auto; margin-left: auto; margin-right: auto">
12
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
13
+ </div>
14
+ <div style="display: flex; justify-content: space-between; width: 100%;">
15
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
16
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
17
+ 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>
18
+ </p>
19
+ </div>
20
+ </div>
21
+
22
+ ## vilm/vinallama-2.7b-chat - GGUF
23
+
24
+ This repo contains GGUF format model files for [vilm/vinallama-2.7b-chat](https://huggingface.co/vilm/vinallama-2.7b-chat).
25
+
26
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
27
+
28
+ <div style="text-align: left; margin: 20px 0;">
29
+ <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;">
30
+ Run them on the TensorBlock client using your local machine ↗
31
+ </a>
32
+ </div>
33
+
34
+ ## Prompt template
35
+
36
+ ```
37
+
38
+ ```
39
+
40
+ ## Model file specification
41
+
42
+ | Filename | Quant type | File Size | Description |
43
+ | -------- | ---------- | --------- | ----------- |
44
+ | [vinallama-2.7b-chat-Q2_K.gguf](https://huggingface.co/tensorblock/vinallama-2.7b-chat-GGUF/blob/main/vinallama-2.7b-chat-Q2_K.gguf) | Q2_K | 1.071 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [vinallama-2.7b-chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/vinallama-2.7b-chat-GGUF/blob/main/vinallama-2.7b-chat-Q3_K_S.gguf) | Q3_K_S | 1.240 GB | very small, high quality loss |
46
+ | [vinallama-2.7b-chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/vinallama-2.7b-chat-GGUF/blob/main/vinallama-2.7b-chat-Q3_K_M.gguf) | Q3_K_M | 1.377 GB | very small, high quality loss |
47
+ | [vinallama-2.7b-chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/vinallama-2.7b-chat-GGUF/blob/main/vinallama-2.7b-chat-Q3_K_L.gguf) | Q3_K_L | 1.494 GB | small, substantial quality loss |
48
+ | [vinallama-2.7b-chat-Q4_0.gguf](https://huggingface.co/tensorblock/vinallama-2.7b-chat-GGUF/blob/main/vinallama-2.7b-chat-Q4_0.gguf) | Q4_0 | 1.593 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [vinallama-2.7b-chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/vinallama-2.7b-chat-GGUF/blob/main/vinallama-2.7b-chat-Q4_K_S.gguf) | Q4_K_S | 1.605 GB | small, greater quality loss |
50
+ | [vinallama-2.7b-chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/vinallama-2.7b-chat-GGUF/blob/main/vinallama-2.7b-chat-Q4_K_M.gguf) | Q4_K_M | 1.693 GB | medium, balanced quality - recommended |
51
+ | [vinallama-2.7b-chat-Q5_0.gguf](https://huggingface.co/tensorblock/vinallama-2.7b-chat-GGUF/blob/main/vinallama-2.7b-chat-Q5_0.gguf) | Q5_0 | 1.925 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [vinallama-2.7b-chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/vinallama-2.7b-chat-GGUF/blob/main/vinallama-2.7b-chat-Q5_K_S.gguf) | Q5_K_S | 1.925 GB | large, low quality loss - recommended |
53
+ | [vinallama-2.7b-chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/vinallama-2.7b-chat-GGUF/blob/main/vinallama-2.7b-chat-Q5_K_M.gguf) | Q5_K_M | 1.977 GB | large, very low quality loss - recommended |
54
+ | [vinallama-2.7b-chat-Q6_K.gguf](https://huggingface.co/tensorblock/vinallama-2.7b-chat-GGUF/blob/main/vinallama-2.7b-chat-Q6_K.gguf) | Q6_K | 2.278 GB | very large, extremely low quality loss |
55
+ | [vinallama-2.7b-chat-Q8_0.gguf](https://huggingface.co/tensorblock/vinallama-2.7b-chat-GGUF/blob/main/vinallama-2.7b-chat-Q8_0.gguf) | Q8_0 | 2.950 GB | very large, extremely low quality loss - not recommended |
56
+
57
+
58
+ ## Downloading instruction
59
+
60
+ ### Command line
61
+
62
+ Firstly, install Huggingface Client
63
+
64
+ ```shell
65
+ pip install -U "huggingface_hub[cli]"
66
+ ```
67
+
68
+ Then, downoad the individual model file the a local directory
69
+
70
+ ```shell
71
+ huggingface-cli download tensorblock/vinallama-2.7b-chat-GGUF --include "vinallama-2.7b-chat-Q2_K.gguf" --local-dir MY_LOCAL_DIR
72
+ ```
73
+
74
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/vinallama-2.7b-chat-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
vinallama-2.7b-chat-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba1a1edd58d0a807fa9be6c46e5c9641b5df4d43cbf7c12cb7e5a9435bcd41c3
3
+ size 1070616672
vinallama-2.7b-chat-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ace67b7c74f11968d354facb2879340468b85f71f94611af2a75e13d462855b
3
+ size 1494386144
vinallama-2.7b-chat-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c11ed476f8a7c585a95d1095e4d9f510b6b8c9c89d68f8d8176974b4a3608eb4
3
+ size 1377240544
vinallama-2.7b-chat-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86c4ea9dcfde293b9dcc82d97961445210a07df8044b046744e77227cc051186
3
+ size 1240270304
vinallama-2.7b-chat-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51ee12eb0175fb9dee09f2da37a9ac85dfab7348ba69307ab47bd7b359e824b8
3
+ size 1593033216
vinallama-2.7b-chat-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2b729be8fe23e17b1f08523e5da1842c06510f16a9556ac61822607a5a35446
3
+ size 1693057536
vinallama-2.7b-chat-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eeb43fc89ac811c7c60f59ac7205ba44fd9cfb60adf000d66bcfe86f218b2d33
3
+ size 1605157376
vinallama-2.7b-chat-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cd3397abbad1f92cf86c2ffff55a599603b2e064af52275a5915123718c510e
3
+ size 1925045376
vinallama-2.7b-chat-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c5dde19e0ef4e503e871d9cf25dcd93cc2ae5c2fa12c323ab50325b2f4822e9
3
+ size 1976573056
vinallama-2.7b-chat-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8264c0153f5e580e3bd29519a925bcb76a866df9c0dc12b041df4af2eafd6066
3
+ size 1925045376
vinallama-2.7b-chat-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:556505c30aca6e722bcc1e0661bd7cf3cf6e13dde351ba2d9718bba81d237e94
3
+ size 2277808320
vinallama-2.7b-chat-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01a4ada076d5f4cd45f7bf596c00e0d08e51ac717a2a5e1ac6bd7838a7f546fb
3
+ size 2949791552