morriszms commited on
Commit
1c023f8
1 Parent(s): 0f0c8a7

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-sft-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama-3-2-1b-sft-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama-3-2-1b-sft-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama-3-2-1b-sft-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama-3-2-1b-sft-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama-3-2-1b-sft-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama-3-2-1b-sft-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama-3-2-1b-sft-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama-3-2-1b-sft-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama-3-2-1b-sft-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama-3-2-1b-sft-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama-3-2-1b-sft-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: llama3.2
4
+ base_model: wassname/llama-3-2-1b-sft
5
+ tags:
6
+ - alignment-handbook
7
+ - generated_from_trainer
8
+ - TensorBlock
9
+ - GGUF
10
+ datasets:
11
+ - HuggingFaceH4/ultrachat_200k
12
+ model-index:
13
+ - name: llama-3-2-1b-sft
14
+ results: []
15
+ ---
16
+
17
+ <div style="width: auto; margin-left: auto; margin-right: auto">
18
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
19
+ </div>
20
+ <div style="display: flex; justify-content: space-between; width: 100%;">
21
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
22
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
23
+ 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>
24
+ </p>
25
+ </div>
26
+ </div>
27
+
28
+ ## wassname/llama-3-2-1b-sft - GGUF
29
+
30
+ This repo contains GGUF format model files for [wassname/llama-3-2-1b-sft](https://huggingface.co/wassname/llama-3-2-1b-sft).
31
+
32
+ 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).
33
+
34
+ ## Prompt template
35
+
36
+ ```
37
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
38
+
39
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
40
+
41
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
42
+ ```
43
+
44
+ ## Model file specification
45
+
46
+ | Filename | Quant type | File Size | Description |
47
+ | -------- | ---------- | --------- | ----------- |
48
+ | [llama-3-2-1b-sft-Q2_K.gguf](https://huggingface.co/tensorblock/llama-3-2-1b-sft-GGUF/tree/main/llama-3-2-1b-sft-Q2_K.gguf) | Q2_K | 0.541 GB | smallest, significant quality loss - not recommended for most purposes |
49
+ | [llama-3-2-1b-sft-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama-3-2-1b-sft-GGUF/tree/main/llama-3-2-1b-sft-Q3_K_S.gguf) | Q3_K_S | 0.598 GB | very small, high quality loss |
50
+ | [llama-3-2-1b-sft-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama-3-2-1b-sft-GGUF/tree/main/llama-3-2-1b-sft-Q3_K_M.gguf) | Q3_K_M | 0.643 GB | very small, high quality loss |
51
+ | [llama-3-2-1b-sft-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama-3-2-1b-sft-GGUF/tree/main/llama-3-2-1b-sft-Q3_K_L.gguf) | Q3_K_L | 0.682 GB | small, substantial quality loss |
52
+ | [llama-3-2-1b-sft-Q4_0.gguf](https://huggingface.co/tensorblock/llama-3-2-1b-sft-GGUF/tree/main/llama-3-2-1b-sft-Q4_0.gguf) | Q4_0 | 0.718 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
53
+ | [llama-3-2-1b-sft-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama-3-2-1b-sft-GGUF/tree/main/llama-3-2-1b-sft-Q4_K_S.gguf) | Q4_K_S | 0.722 GB | small, greater quality loss |
54
+ | [llama-3-2-1b-sft-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama-3-2-1b-sft-GGUF/tree/main/llama-3-2-1b-sft-Q4_K_M.gguf) | Q4_K_M | 0.752 GB | medium, balanced quality - recommended |
55
+ | [llama-3-2-1b-sft-Q5_0.gguf](https://huggingface.co/tensorblock/llama-3-2-1b-sft-GGUF/tree/main/llama-3-2-1b-sft-Q5_0.gguf) | Q5_0 | 0.831 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
56
+ | [llama-3-2-1b-sft-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama-3-2-1b-sft-GGUF/tree/main/llama-3-2-1b-sft-Q5_K_S.gguf) | Q5_K_S | 0.831 GB | large, low quality loss - recommended |
57
+ | [llama-3-2-1b-sft-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama-3-2-1b-sft-GGUF/tree/main/llama-3-2-1b-sft-Q5_K_M.gguf) | Q5_K_M | 0.849 GB | large, very low quality loss - recommended |
58
+ | [llama-3-2-1b-sft-Q6_K.gguf](https://huggingface.co/tensorblock/llama-3-2-1b-sft-GGUF/tree/main/llama-3-2-1b-sft-Q6_K.gguf) | Q6_K | 0.952 GB | very large, extremely low quality loss |
59
+ | [llama-3-2-1b-sft-Q8_0.gguf](https://huggingface.co/tensorblock/llama-3-2-1b-sft-GGUF/tree/main/llama-3-2-1b-sft-Q8_0.gguf) | Q8_0 | 1.230 GB | very large, extremely low quality loss - not recommended |
60
+
61
+
62
+ ## Downloading instruction
63
+
64
+ ### Command line
65
+
66
+ Firstly, install Huggingface Client
67
+
68
+ ```shell
69
+ pip install -U "huggingface_hub[cli]"
70
+ ```
71
+
72
+ Then, downoad the individual model file the a local directory
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/llama-3-2-1b-sft-GGUF --include "llama-3-2-1b-sft-Q2_K.gguf" --local-dir MY_LOCAL_DIR
76
+ ```
77
+
78
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/llama-3-2-1b-sft-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
82
+ ```
llama-3-2-1b-sft-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a567086e6e1daff32e09a69931afc6fc5a439a5b4add38304659944f4184b87
3
+ size 580870912
llama-3-2-1b-sft-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0b839991ecf2fd7b23fce0aab5025decf883cccb007acf726dc37ac3f65f086
3
+ size 732521216
llama-3-2-1b-sft-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f130a1560b3a8421c1fced5e373236c36c92ccd4c9d13ac23c7cf7698f1b8f9
3
+ size 690840320
llama-3-2-1b-sft-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f77165342c9bcbe0f1420ac4941136b87dfff6aef19e40246ba418cba049f32
3
+ size 641688320
llama-3-2-1b-sft-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8355c12078396f44b6be8c0ccb0c9aca912b325b7b94ae164f2dec336145cb3f
3
+ size 770925312
llama-3-2-1b-sft-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b49ab8f7a02d1f045f7d09e9845a531bd71401972086aa6299a6a9cfd29d138
3
+ size 807691008
llama-3-2-1b-sft-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3efefe6dd53d645ad525ba564ef792522c0d00dc09ccd7977bc58c398f907c96
3
+ size 775643904
llama-3-2-1b-sft-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1027e9fd8b74f3f2c54be584cda42d1eb64bec1c8ce14da2f32c587395fd8706
3
+ size 892560128
llama-3-2-1b-sft-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f535582865e1e5b3cb720f748853bb23eb9b2d7fddeeb991c1bb687c6c11796
3
+ size 911500032
llama-3-2-1b-sft-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a386f4170ed15a941aab9c220283853d4a0a54973a375478188d7a5381904b2
3
+ size 892560128
llama-3-2-1b-sft-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c9cfb198e2b8ed1af94cbdc678dc45d03e1a91979a4c6e79539e238a53edc6f
3
+ size 1021797120
llama-3-2-1b-sft-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e604b68f5028738fd6c0cdad5ec2e633a737b2e0cd7e7dea24e3c2cc602e5910
3
+ size 1321079552