morriszms commited on
Commit
8bf40bf
1 Parent(s): 90dae21

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_16bit_2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama_16bit_2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama_16bit_2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama_16bit_2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama_16bit_2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama_16bit_2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama_16bit_2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama_16bit_2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama_16bit_2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama_16bit_2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama_16bit_2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama_16bit_2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Sasmitah/llama_16bit_2
3
+ language:
4
+ - en
5
+ license: apache-2.0
6
+ tags:
7
+ - text-generation-inference
8
+ - transformers
9
+ - unsloth
10
+ - llama
11
+ - trl
12
+ - sft
13
+ - TensorBlock
14
+ - GGUF
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
+ ## Sasmitah/llama_16bit_2 - GGUF
29
+
30
+ This repo contains GGUF format model files for [Sasmitah/llama_16bit_2](https://huggingface.co/Sasmitah/llama_16bit_2).
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
+ <div style="text-align: left; margin: 20px 0;">
35
+ <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;">
36
+ Run them on the TensorBlock client using your local machine ↗
37
+ </a>
38
+ </div>
39
+
40
+ ## Prompt template
41
+
42
+ ```
43
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
44
+
45
+ Cutting Knowledge Date: December 2023
46
+ Today Date: 26 July 2024
47
+
48
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
49
+
50
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
51
+ ```
52
+
53
+ ## Model file specification
54
+
55
+ | Filename | Quant type | File Size | Description |
56
+ | -------- | ---------- | --------- | ----------- |
57
+ | [llama_16bit_2-Q2_K.gguf](https://huggingface.co/tensorblock/llama_16bit_2-GGUF/blob/main/llama_16bit_2-Q2_K.gguf) | Q2_K | 0.581 GB | smallest, significant quality loss - not recommended for most purposes |
58
+ | [llama_16bit_2-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama_16bit_2-GGUF/blob/main/llama_16bit_2-Q3_K_S.gguf) | Q3_K_S | 0.642 GB | very small, high quality loss |
59
+ | [llama_16bit_2-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama_16bit_2-GGUF/blob/main/llama_16bit_2-Q3_K_M.gguf) | Q3_K_M | 0.691 GB | very small, high quality loss |
60
+ | [llama_16bit_2-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama_16bit_2-GGUF/blob/main/llama_16bit_2-Q3_K_L.gguf) | Q3_K_L | 0.733 GB | small, substantial quality loss |
61
+ | [llama_16bit_2-Q4_0.gguf](https://huggingface.co/tensorblock/llama_16bit_2-GGUF/blob/main/llama_16bit_2-Q4_0.gguf) | Q4_0 | 0.771 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
62
+ | [llama_16bit_2-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama_16bit_2-GGUF/blob/main/llama_16bit_2-Q4_K_S.gguf) | Q4_K_S | 0.776 GB | small, greater quality loss |
63
+ | [llama_16bit_2-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama_16bit_2-GGUF/blob/main/llama_16bit_2-Q4_K_M.gguf) | Q4_K_M | 0.808 GB | medium, balanced quality - recommended |
64
+ | [llama_16bit_2-Q5_0.gguf](https://huggingface.co/tensorblock/llama_16bit_2-GGUF/blob/main/llama_16bit_2-Q5_0.gguf) | Q5_0 | 0.893 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
65
+ | [llama_16bit_2-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama_16bit_2-GGUF/blob/main/llama_16bit_2-Q5_K_S.gguf) | Q5_K_S | 0.893 GB | large, low quality loss - recommended |
66
+ | [llama_16bit_2-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama_16bit_2-GGUF/blob/main/llama_16bit_2-Q5_K_M.gguf) | Q5_K_M | 0.912 GB | large, very low quality loss - recommended |
67
+ | [llama_16bit_2-Q6_K.gguf](https://huggingface.co/tensorblock/llama_16bit_2-GGUF/blob/main/llama_16bit_2-Q6_K.gguf) | Q6_K | 1.022 GB | very large, extremely low quality loss |
68
+ | [llama_16bit_2-Q8_0.gguf](https://huggingface.co/tensorblock/llama_16bit_2-GGUF/blob/main/llama_16bit_2-Q8_0.gguf) | Q8_0 | 1.321 GB | very large, extremely low quality loss - not recommended |
69
+
70
+
71
+ ## Downloading instruction
72
+
73
+ ### Command line
74
+
75
+ Firstly, install Huggingface Client
76
+
77
+ ```shell
78
+ pip install -U "huggingface_hub[cli]"
79
+ ```
80
+
81
+ Then, downoad the individual model file the a local directory
82
+
83
+ ```shell
84
+ huggingface-cli download tensorblock/llama_16bit_2-GGUF --include "llama_16bit_2-Q2_K.gguf" --local-dir MY_LOCAL_DIR
85
+ ```
86
+
87
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
88
+
89
+ ```shell
90
+ huggingface-cli download tensorblock/llama_16bit_2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
91
+ ```
llama_16bit_2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee8dd16dfca071d9a1b75700fe5431829b6ce0e52502af2f3c164566418ab80b
3
+ size 580875168
llama_16bit_2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8abf5f030b80b56528fc1f1dece2ea095c72a30fdfea5e38756f66c771e5cd2c
3
+ size 732525472
llama_16bit_2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0382516fe4a95a603a80816fa3aeb7e151856fe784b44a9dbc6cebd79a432981
3
+ size 690844576
llama_16bit_2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef20227895bef3d6ed23e03590d7af4d3b24579dfcbc20c2ad435bc27d4519f1
3
+ size 641692576
llama_16bit_2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa5bcedd72d0ee11af9e3c80bc5b66c36d774236747be4b29e483b50e9229d96
3
+ size 770929568
llama_16bit_2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84036512082483fc26c853bb718a8809de11aab670b9a8b6ba947314d74eea82
3
+ size 807695264
llama_16bit_2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7817b8639f966eaabe3da850b3863070b6e31aeac9440264f652c5a142e97524
3
+ size 775648160
llama_16bit_2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:397cb0d6028a408c98d4e358f0614860b69771414401dade54dd2ba72f418579
3
+ size 892564384
llama_16bit_2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff6bc98da655bd3d283a6a440990a4b0d91101cff143a62e92285653f8cfce72
3
+ size 911504288
llama_16bit_2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:218856311fa958973fdfb4d8689f9d09063ec9a71fdf33b0c47691b2a1e285a2
3
+ size 892564384
llama_16bit_2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31d1720f7b104310ffe8921ad734e1940ce22220780499e082b7d2aac88168e7
3
+ size 1021801376
llama_16bit_2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2faf27bff6f7a7a83d6123531d21d002ee683afa74de4c8f60defb12c6dbcdc6
3
+ size 1321083808