morriszms commited on
Commit
693fd8d
·
verified ·
1 Parent(s): 934d2a2

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
+ viet-llama2-ft-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ viet-llama2-ft-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ viet-llama2-ft-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ viet-llama2-ft-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ viet-llama2-ft-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ viet-llama2-ft-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ viet-llama2-ft-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ viet-llama2-ft-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ viet-llama2-ft-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ viet-llama2-ft-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ viet-llama2-ft-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ viet-llama2-ft-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - tatsu-lab/alpaca
4
+ - ewof/alpaca-instruct-unfiltered
5
+ - databricks/databricks-dolly-15k
6
+ - teknium/GPTeacher-General-Instruct
7
+ - garage-bAInd/Open-Platypus
8
+ - Honkware/oasst1-alpaca-json
9
+ - GAIR/lima
10
+ - infCapital/viet-llama2-ft-tiny
11
+ language:
12
+ - vi
13
+ tags:
14
+ - TensorBlock
15
+ - GGUF
16
+ base_model: infCapital/viet-llama2-ft
17
+ ---
18
+
19
+ <div style="width: auto; margin-left: auto; margin-right: auto">
20
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
21
+ </div>
22
+ <div style="display: flex; justify-content: space-between; width: 100%;">
23
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
24
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
25
+ 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>
26
+ </p>
27
+ </div>
28
+ </div>
29
+
30
+ ## infCapital/viet-llama2-ft - GGUF
31
+
32
+ This repo contains GGUF format model files for [infCapital/viet-llama2-ft](https://huggingface.co/infCapital/viet-llama2-ft).
33
+
34
+ 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).
35
+
36
+ <div style="text-align: left; margin: 20px 0;">
37
+ <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;">
38
+ Run them on the TensorBlock client using your local machine ↗
39
+ </a>
40
+ </div>
41
+
42
+ ## Prompt template
43
+
44
+ ```
45
+
46
+ ```
47
+
48
+ ## Model file specification
49
+
50
+ | Filename | Quant type | File Size | Description |
51
+ | -------- | ---------- | --------- | ----------- |
52
+ | [viet-llama2-ft-Q2_K.gguf](https://huggingface.co/tensorblock/viet-llama2-ft-GGUF/blob/main/viet-llama2-ft-Q2_K.gguf) | Q2_K | 2.593 GB | smallest, significant quality loss - not recommended for most purposes |
53
+ | [viet-llama2-ft-Q3_K_S.gguf](https://huggingface.co/tensorblock/viet-llama2-ft-GGUF/blob/main/viet-llama2-ft-Q3_K_S.gguf) | Q3_K_S | 3.014 GB | very small, high quality loss |
54
+ | [viet-llama2-ft-Q3_K_M.gguf](https://huggingface.co/tensorblock/viet-llama2-ft-GGUF/blob/main/viet-llama2-ft-Q3_K_M.gguf) | Q3_K_M | 3.364 GB | very small, high quality loss |
55
+ | [viet-llama2-ft-Q3_K_L.gguf](https://huggingface.co/tensorblock/viet-llama2-ft-GGUF/blob/main/viet-llama2-ft-Q3_K_L.gguf) | Q3_K_L | 3.663 GB | small, substantial quality loss |
56
+ | [viet-llama2-ft-Q4_0.gguf](https://huggingface.co/tensorblock/viet-llama2-ft-GGUF/blob/main/viet-llama2-ft-Q4_0.gguf) | Q4_0 | 3.899 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
57
+ | [viet-llama2-ft-Q4_K_S.gguf](https://huggingface.co/tensorblock/viet-llama2-ft-GGUF/blob/main/viet-llama2-ft-Q4_K_S.gguf) | Q4_K_S | 3.930 GB | small, greater quality loss |
58
+ | [viet-llama2-ft-Q4_K_M.gguf](https://huggingface.co/tensorblock/viet-llama2-ft-GGUF/blob/main/viet-llama2-ft-Q4_K_M.gguf) | Q4_K_M | 4.154 GB | medium, balanced quality - recommended |
59
+ | [viet-llama2-ft-Q5_0.gguf](https://huggingface.co/tensorblock/viet-llama2-ft-GGUF/blob/main/viet-llama2-ft-Q5_0.gguf) | Q5_0 | 4.731 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
60
+ | [viet-llama2-ft-Q5_K_S.gguf](https://huggingface.co/tensorblock/viet-llama2-ft-GGUF/blob/main/viet-llama2-ft-Q5_K_S.gguf) | Q5_K_S | 4.731 GB | large, low quality loss - recommended |
61
+ | [viet-llama2-ft-Q5_K_M.gguf](https://huggingface.co/tensorblock/viet-llama2-ft-GGUF/blob/main/viet-llama2-ft-Q5_K_M.gguf) | Q5_K_M | 4.863 GB | large, very low quality loss - recommended |
62
+ | [viet-llama2-ft-Q6_K.gguf](https://huggingface.co/tensorblock/viet-llama2-ft-GGUF/blob/main/viet-llama2-ft-Q6_K.gguf) | Q6_K | 5.616 GB | very large, extremely low quality loss |
63
+ | [viet-llama2-ft-Q8_0.gguf](https://huggingface.co/tensorblock/viet-llama2-ft-GGUF/blob/main/viet-llama2-ft-Q8_0.gguf) | Q8_0 | 7.273 GB | very large, extremely low quality loss - not recommended |
64
+
65
+
66
+ ## Downloading instruction
67
+
68
+ ### Command line
69
+
70
+ Firstly, install Huggingface Client
71
+
72
+ ```shell
73
+ pip install -U "huggingface_hub[cli]"
74
+ ```
75
+
76
+ Then, downoad the individual model file the a local directory
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/viet-llama2-ft-GGUF --include "viet-llama2-ft-Q2_K.gguf" --local-dir MY_LOCAL_DIR
80
+ ```
81
+
82
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
83
+
84
+ ```shell
85
+ huggingface-cli download tensorblock/viet-llama2-ft-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
86
+ ```
viet-llama2-ft-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75b1bbf53fa85e790ecc1dcc6fb937ad901720b884153627070811d5c0b44917
3
+ size 2593375264
viet-llama2-ft-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57534b7e0d914b5f3d4ba2d508f4f4ceb3499170abec1cdea3e56560d237ef50
3
+ size 3662947360
viet-llama2-ft-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:990964afdb42f636dbb7de62edf0b788220eecb9557ed2a5e84b34920159747c
3
+ size 3363841056
viet-llama2-ft-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88a96681a3850df53f8174614e01509a932cf068a612cbada1c01e46cb240ad9
3
+ size 3014140960
viet-llama2-ft-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:049f7a491b1d0e1d6422e30e2ba530c7337311fda8b967892671ce19042d40a4
3
+ size 3898606624
viet-llama2-ft-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a82087034bae4585dbb8eb37fd12d860ddaed0b90b801728db9617331cb9e774
3
+ size 4153803808
viet-llama2-ft-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c42defbc4483a397c31eeda2c3e67378a432d25e88dab0a1b29b397ae119c8f0
3
+ size 3929539616
viet-llama2-ft-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ed30ef20a9848882a7c30659d23a3a77873ff2ef4319f679154e67a752b4fc5
3
+ size 4731044896
viet-llama2-ft-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b96afc4d721267fd1cb65124eca5c37ca50324ccb7ea249f9cdf17cf1255fa1
3
+ size 4862510112
viet-llama2-ft-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e87113af2667c44058ab105458a7971fc486341597998b8bed2fb1376355203
3
+ size 4731044896
viet-llama2-ft-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27301a4483354b44c55874ad6640be65a72a50e92c3330af9d91559eb42321fe
3
+ size 5615510560
viet-llama2-ft-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0719a697dc61332070dad4098224c1852c905e20736f44217ed78969c986e9ec
3
+ size 7272801312