morriszms commited on
Commit
7a61d55
·
verified ·
1 Parent(s): 18b9988

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
+ llama32_alpacav2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama32_alpacav2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama32_alpacav2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama32_alpacav2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama32_alpacav2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama32_alpacav2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama32_alpacav2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama32_alpacav2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama32_alpacav2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama32_alpacav2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama32_alpacav2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama32_alpacav2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: bachngo/llama32_alpacav2
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
+ ## bachngo/llama32_alpacav2 - GGUF
21
+
22
+ This repo contains GGUF format model files for [bachngo/llama32_alpacav2](https://huggingface.co/bachngo/llama32_alpacav2).
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
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
36
+
37
+ Cutting Knowledge Date: December 2023
38
+ Today Date: 26 Nov 2024
39
+
40
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
41
+
42
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
43
+ ```
44
+
45
+ ## Model file specification
46
+
47
+ | Filename | Quant type | File Size | Description |
48
+ | -------- | ---------- | --------- | ----------- |
49
+ | [llama32_alpacav2-Q2_K.gguf](https://huggingface.co/tensorblock/llama32_alpacav2-GGUF/blob/main/llama32_alpacav2-Q2_K.gguf) | Q2_K | 1.364 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [llama32_alpacav2-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama32_alpacav2-GGUF/blob/main/llama32_alpacav2-Q3_K_S.gguf) | Q3_K_S | 1.543 GB | very small, high quality loss |
51
+ | [llama32_alpacav2-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama32_alpacav2-GGUF/blob/main/llama32_alpacav2-Q3_K_M.gguf) | Q3_K_M | 1.687 GB | very small, high quality loss |
52
+ | [llama32_alpacav2-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama32_alpacav2-GGUF/blob/main/llama32_alpacav2-Q3_K_L.gguf) | Q3_K_L | 1.815 GB | small, substantial quality loss |
53
+ | [llama32_alpacav2-Q4_0.gguf](https://huggingface.co/tensorblock/llama32_alpacav2-GGUF/blob/main/llama32_alpacav2-Q4_0.gguf) | Q4_0 | 1.917 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [llama32_alpacav2-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama32_alpacav2-GGUF/blob/main/llama32_alpacav2-Q4_K_S.gguf) | Q4_K_S | 1.928 GB | small, greater quality loss |
55
+ | [llama32_alpacav2-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama32_alpacav2-GGUF/blob/main/llama32_alpacav2-Q4_K_M.gguf) | Q4_K_M | 2.019 GB | medium, balanced quality - recommended |
56
+ | [llama32_alpacav2-Q5_0.gguf](https://huggingface.co/tensorblock/llama32_alpacav2-GGUF/blob/main/llama32_alpacav2-Q5_0.gguf) | Q5_0 | 2.270 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [llama32_alpacav2-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama32_alpacav2-GGUF/blob/main/llama32_alpacav2-Q5_K_S.gguf) | Q5_K_S | 2.270 GB | large, low quality loss - recommended |
58
+ | [llama32_alpacav2-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama32_alpacav2-GGUF/blob/main/llama32_alpacav2-Q5_K_M.gguf) | Q5_K_M | 2.322 GB | large, very low quality loss - recommended |
59
+ | [llama32_alpacav2-Q6_K.gguf](https://huggingface.co/tensorblock/llama32_alpacav2-GGUF/blob/main/llama32_alpacav2-Q6_K.gguf) | Q6_K | 2.644 GB | very large, extremely low quality loss |
60
+ | [llama32_alpacav2-Q8_0.gguf](https://huggingface.co/tensorblock/llama32_alpacav2-GGUF/blob/main/llama32_alpacav2-Q8_0.gguf) | Q8_0 | 3.422 GB | very large, extremely low quality loss - not recommended |
61
+
62
+
63
+ ## Downloading instruction
64
+
65
+ ### Command line
66
+
67
+ Firstly, install Huggingface Client
68
+
69
+ ```shell
70
+ pip install -U "huggingface_hub[cli]"
71
+ ```
72
+
73
+ Then, downoad the individual model file the a local directory
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/llama32_alpacav2-GGUF --include "llama32_alpacav2-Q2_K.gguf" --local-dir MY_LOCAL_DIR
77
+ ```
78
+
79
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
80
+
81
+ ```shell
82
+ huggingface-cli download tensorblock/llama32_alpacav2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
llama32_alpacav2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b4043e12e041cfba14e8ce291406408a5d295345591130b29190c8a3bc86c7a
3
+ size 1363935264
llama32_alpacav2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:659ed667194c79a6f5ce516718b2bdc9d135217c2114ee7c78fa31a659090441
3
+ size 1815347232
llama32_alpacav2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:415e93f2370b395c76c2334b5abad6cbcbecaaf8569c7f39d48eb7053edb0919
3
+ size 1687158816
llama32_alpacav2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03e5a3ef06f86fd4d20b01773d83fb43b06f0d8f48aa7a64e49d74dfde1aa2ed
3
+ size 1542848544
llama32_alpacav2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63245cdba2fc11f29a497e2b94432e3117f070e95d1cd100ecc2b9c696b45c23
3
+ size 1917190176
llama32_alpacav2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:161ae43959de761893d04fab1f31a6508c31b2381c54d97883873ba1e252968c
3
+ size 2019377184
llama32_alpacav2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d717a2d6b70721593326e9ec32939002c95e9099b8bc6a4de5eb99422cd4fccf
3
+ size 1928200224
llama32_alpacav2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0ada0ad703835b9c2f45d4d0afe794b970d4cdf5af6bb8421c7989e65129e7b
3
+ size 2269511712
llama32_alpacav2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:174234207de9af22e2e26ecf6cfa0c75ece7236a961bd7d9c04f864dfeae1bf2
3
+ size 2322153504
llama32_alpacav2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9283f54ce238d568038d0938da21164799a162ee9fe8f0e5fd4a6c589dbe593e
3
+ size 2269511712
llama32_alpacav2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cee0db5dae7d3155664187ae28788b23a3cbcd207405501793dd01b6728fba84
3
+ size 2643853344
llama32_alpacav2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05f897e3747e4400f9ad1fa38e5ff02e8589ff37c2e8fa759cb1ad6ad5d56717
3
+ size 3421898784