morriszms commited on
Commit
cef8936
·
verified ·
1 Parent(s): 0ddcb53

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
+ llama-3.2-1B-spinquant-hf-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama-3.2-1B-spinquant-hf-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama-3.2-1B-spinquant-hf-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama-3.2-1B-spinquant-hf-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama-3.2-1B-spinquant-hf-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama-3.2-1B-spinquant-hf-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama-3.2-1B-spinquant-hf-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama-3.2-1B-spinquant-hf-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama-3.2-1B-spinquant-hf-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama-3.2-1B-spinquant-hf-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama-3.2-1B-spinquant-hf-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama-3.2-1B-spinquant-hf-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Hjgugugjhuhjggg/llama-3.2-1B-spinquant-hf
4
+ pipeline_tag: text-generation
5
+ library_name: transformers
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
+ ## Hjgugugjhuhjggg/llama-3.2-1B-spinquant-hf - GGUF
23
+
24
+ This repo contains GGUF format model files for [Hjgugugjhuhjggg/llama-3.2-1B-spinquant-hf](https://huggingface.co/Hjgugugjhuhjggg/llama-3.2-1B-spinquant-hf).
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
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
38
+
39
+ Cutting Knowledge Date: December 2023
40
+ Today Date: 04 Dec 2024
41
+
42
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
43
+
44
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
45
+ ```
46
+
47
+ ## Model file specification
48
+
49
+ | Filename | Quant type | File Size | Description |
50
+ | -------- | ---------- | --------- | ----------- |
51
+ | [llama-3.2-1B-spinquant-hf-Q2_K.gguf](https://huggingface.co/tensorblock/llama-3.2-1B-spinquant-hf-GGUF/blob/main/llama-3.2-1B-spinquant-hf-Q2_K.gguf) | Q2_K | 0.581 GB | smallest, significant quality loss - not recommended for most purposes |
52
+ | [llama-3.2-1B-spinquant-hf-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama-3.2-1B-spinquant-hf-GGUF/blob/main/llama-3.2-1B-spinquant-hf-Q3_K_S.gguf) | Q3_K_S | 0.642 GB | very small, high quality loss |
53
+ | [llama-3.2-1B-spinquant-hf-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama-3.2-1B-spinquant-hf-GGUF/blob/main/llama-3.2-1B-spinquant-hf-Q3_K_M.gguf) | Q3_K_M | 0.691 GB | very small, high quality loss |
54
+ | [llama-3.2-1B-spinquant-hf-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama-3.2-1B-spinquant-hf-GGUF/blob/main/llama-3.2-1B-spinquant-hf-Q3_K_L.gguf) | Q3_K_L | 0.733 GB | small, substantial quality loss |
55
+ | [llama-3.2-1B-spinquant-hf-Q4_0.gguf](https://huggingface.co/tensorblock/llama-3.2-1B-spinquant-hf-GGUF/blob/main/llama-3.2-1B-spinquant-hf-Q4_0.gguf) | Q4_0 | 0.771 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
56
+ | [llama-3.2-1B-spinquant-hf-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama-3.2-1B-spinquant-hf-GGUF/blob/main/llama-3.2-1B-spinquant-hf-Q4_K_S.gguf) | Q4_K_S | 0.776 GB | small, greater quality loss |
57
+ | [llama-3.2-1B-spinquant-hf-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama-3.2-1B-spinquant-hf-GGUF/blob/main/llama-3.2-1B-spinquant-hf-Q4_K_M.gguf) | Q4_K_M | 0.808 GB | medium, balanced quality - recommended |
58
+ | [llama-3.2-1B-spinquant-hf-Q5_0.gguf](https://huggingface.co/tensorblock/llama-3.2-1B-spinquant-hf-GGUF/blob/main/llama-3.2-1B-spinquant-hf-Q5_0.gguf) | Q5_0 | 0.893 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
59
+ | [llama-3.2-1B-spinquant-hf-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama-3.2-1B-spinquant-hf-GGUF/blob/main/llama-3.2-1B-spinquant-hf-Q5_K_S.gguf) | Q5_K_S | 0.893 GB | large, low quality loss - recommended |
60
+ | [llama-3.2-1B-spinquant-hf-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama-3.2-1B-spinquant-hf-GGUF/blob/main/llama-3.2-1B-spinquant-hf-Q5_K_M.gguf) | Q5_K_M | 0.912 GB | large, very low quality loss - recommended |
61
+ | [llama-3.2-1B-spinquant-hf-Q6_K.gguf](https://huggingface.co/tensorblock/llama-3.2-1B-spinquant-hf-GGUF/blob/main/llama-3.2-1B-spinquant-hf-Q6_K.gguf) | Q6_K | 1.022 GB | very large, extremely low quality loss |
62
+ | [llama-3.2-1B-spinquant-hf-Q8_0.gguf](https://huggingface.co/tensorblock/llama-3.2-1B-spinquant-hf-GGUF/blob/main/llama-3.2-1B-spinquant-hf-Q8_0.gguf) | Q8_0 | 1.321 GB | very large, extremely low quality loss - not recommended |
63
+
64
+
65
+ ## Downloading instruction
66
+
67
+ ### Command line
68
+
69
+ Firstly, install Huggingface Client
70
+
71
+ ```shell
72
+ pip install -U "huggingface_hub[cli]"
73
+ ```
74
+
75
+ Then, downoad the individual model file the a local directory
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/llama-3.2-1B-spinquant-hf-GGUF --include "llama-3.2-1B-spinquant-hf-Q2_K.gguf" --local-dir MY_LOCAL_DIR
79
+ ```
80
+
81
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
82
+
83
+ ```shell
84
+ huggingface-cli download tensorblock/llama-3.2-1B-spinquant-hf-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
85
+ ```
llama-3.2-1B-spinquant-hf-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc5274908453bb36b09ba283dfa8dfd83c27bdc38320d5b6794c08326b6b76b6
3
+ size 580874240
llama-3.2-1B-spinquant-hf-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f17baa854a34e87a553a2f0d09c3e443608bfcea629c78a240f408f606bce104
3
+ size 732524544
llama-3.2-1B-spinquant-hf-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1910776ad4e17d76b2a3b7193848a02eec459d4f1d9bc797d39f46880e7f7dea
3
+ size 690843648
llama-3.2-1B-spinquant-hf-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:230dfc0ecf34ba7d223f8fd9dc2ece15cb7f769dd89190dfb7547410d2d73788
3
+ size 641691648
llama-3.2-1B-spinquant-hf-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba1471d9cf3a52204119112f2271511acaf32f956bec51f1bd9582bb56a7b0fe
3
+ size 770928640
llama-3.2-1B-spinquant-hf-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01da8668141e1f972977a0feede2afb5f138e1febf278079776aaeda8e19d8c6
3
+ size 807694336
llama-3.2-1B-spinquant-hf-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a1e72b358bd8749d313465fb7266e2222e284d9fe096d66eabbd5ac2bb982c6
3
+ size 775647232
llama-3.2-1B-spinquant-hf-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ee89a317e0272bc054bb06b4e9b677974e63f0fa9f2661245a9117e881cf8b6
3
+ size 892563456
llama-3.2-1B-spinquant-hf-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5ef6eb90c1a831ad962bca3fe70db44eef9a77d9674ad7e8fab1a12e16bfa0e
3
+ size 911503360
llama-3.2-1B-spinquant-hf-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc8d054b19da703f0c697e496b55996f3ecb13e6d7797828eadf6c1601344f42
3
+ size 892563456
llama-3.2-1B-spinquant-hf-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:676f8414168bb75d505dea512392d89299f5780a9a3831111ce11af1326f0d7f
3
+ size 1021800448
llama-3.2-1B-spinquant-hf-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e26a86be3b2dbc4e1b1a8c950160c550ba1f0b7c7726746ebc97ab4ef102286
3
+ size 1321082880