morriszms commited on
Commit
3769c36
·
verified ·
1 Parent(s): 572f9e1

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-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ vinallama-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ vinallama-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ vinallama-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ vinallama-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ vinallama-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ vinallama-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ vinallama-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ vinallama-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ vinallama-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ vinallama-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ vinallama-7b-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-7b
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-7b - GGUF
23
+
24
+ This repo contains GGUF format model files for [vilm/vinallama-7b](https://huggingface.co/vilm/vinallama-7b).
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-7b-Q2_K.gguf](https://huggingface.co/tensorblock/vinallama-7b-GGUF/blob/main/vinallama-7b-Q2_K.gguf) | Q2_K | 2.600 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [vinallama-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/vinallama-7b-GGUF/blob/main/vinallama-7b-Q3_K_S.gguf) | Q3_K_S | 3.022 GB | very small, high quality loss |
46
+ | [vinallama-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/vinallama-7b-GGUF/blob/main/vinallama-7b-Q3_K_M.gguf) | Q3_K_M | 3.372 GB | very small, high quality loss |
47
+ | [vinallama-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/vinallama-7b-GGUF/blob/main/vinallama-7b-Q3_K_L.gguf) | Q3_K_L | 3.671 GB | small, substantial quality loss |
48
+ | [vinallama-7b-Q4_0.gguf](https://huggingface.co/tensorblock/vinallama-7b-GGUF/blob/main/vinallama-7b-Q4_0.gguf) | Q4_0 | 3.907 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [vinallama-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/vinallama-7b-GGUF/blob/main/vinallama-7b-Q4_K_S.gguf) | Q4_K_S | 3.938 GB | small, greater quality loss |
50
+ | [vinallama-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/vinallama-7b-GGUF/blob/main/vinallama-7b-Q4_K_M.gguf) | Q4_K_M | 4.162 GB | medium, balanced quality - recommended |
51
+ | [vinallama-7b-Q5_0.gguf](https://huggingface.co/tensorblock/vinallama-7b-GGUF/blob/main/vinallama-7b-Q5_0.gguf) | Q5_0 | 4.740 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [vinallama-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/vinallama-7b-GGUF/blob/main/vinallama-7b-Q5_K_S.gguf) | Q5_K_S | 4.740 GB | large, low quality loss - recommended |
53
+ | [vinallama-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/vinallama-7b-GGUF/blob/main/vinallama-7b-Q5_K_M.gguf) | Q5_K_M | 4.872 GB | large, very low quality loss - recommended |
54
+ | [vinallama-7b-Q6_K.gguf](https://huggingface.co/tensorblock/vinallama-7b-GGUF/blob/main/vinallama-7b-Q6_K.gguf) | Q6_K | 5.626 GB | very large, extremely low quality loss |
55
+ | [vinallama-7b-Q8_0.gguf](https://huggingface.co/tensorblock/vinallama-7b-GGUF/blob/main/vinallama-7b-Q8_0.gguf) | Q8_0 | 7.286 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-7b-GGUF --include "vinallama-7b-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-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
vinallama-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1212abd7e7ce87af64f698554e781c391bb752cf17ed361b865d547564c903e6
3
+ size 2600474080
vinallama-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f759ab246b260f06cd01508ce640debd012ee8ceee17a2919b13ac08b2d44c7e
3
+ size 3670671424
vinallama-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9aef11b73abf4729ba1df7348a981258fd4d31d40878532cb4cbfdbe3159738d
3
+ size 3371565120
vinallama-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4e81bc7bddd462bd39c8122681497d980c245033d88f58a7aaa10c2a803e537
3
+ size 3021865024
vinallama-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ea0ec9ab57a8f372bb94d86479101fcae5774c845a2aa7c84b6cad9701c1505
3
+ size 3907148320
vinallama-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0808b1af8968bd0506037a3785cf4cd15599f857b073ea52a4684b8329adaf9
3
+ size 4162345504
vinallama-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9b75bc6affd1dbd7b41c7ce414068c91181912bf151d2865b784c09d2bec17f
3
+ size 3938081312
vinallama-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e941705389b206afda9edd07e85a43e0a4169117868e861219d5117f1b5af6d
3
+ size 4740356128
vinallama-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5977100893301e5e16091a05b48a3b5b10234349d1818da6b73d5d58090292ed
3
+ size 4871821344
vinallama-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35e52f277fd76ae3cad803e89d1b9aa74c86e8a39856db4206b51783f3df72ab
3
+ size 4740356128
vinallama-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bedef4f0b2385305550606d7ba5e7aa2091d8057e2c044c3e00b79a2fd0b5777
3
+ size 5625639424
vinallama-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a1a3089eab81db40b94bf313427ffd941e98ab5d8fe70dc0349a2b3f06afb3d
3
+ size 7285912128