morriszms commited on
Commit
c306a07
1 Parent(s): e7300ac

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
+ sft-prm800k-llama31-8b-steptok-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ sft-prm800k-llama31-8b-steptok-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ sft-prm800k-llama31-8b-steptok-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ sft-prm800k-llama31-8b-steptok-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ sft-prm800k-llama31-8b-steptok-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ sft-prm800k-llama31-8b-steptok-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ sft-prm800k-llama31-8b-steptok-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ sft-prm800k-llama31-8b-steptok-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ sft-prm800k-llama31-8b-steptok-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ sft-prm800k-llama31-8b-steptok-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ sft-prm800k-llama31-8b-steptok-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ sft-prm800k-llama31-8b-steptok-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: Asap7772/sft-prm800k-llama31-8b-steptok
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
+ ## Asap7772/sft-prm800k-llama31-8b-steptok - GGUF
21
+
22
+ This repo contains GGUF format model files for [Asap7772/sft-prm800k-llama31-8b-steptok](https://huggingface.co/Asap7772/sft-prm800k-llama31-8b-steptok).
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 Jul 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
+ | [sft-prm800k-llama31-8b-steptok-Q2_K.gguf](https://huggingface.co/tensorblock/sft-prm800k-llama31-8b-steptok-GGUF/blob/main/sft-prm800k-llama31-8b-steptok-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [sft-prm800k-llama31-8b-steptok-Q3_K_S.gguf](https://huggingface.co/tensorblock/sft-prm800k-llama31-8b-steptok-GGUF/blob/main/sft-prm800k-llama31-8b-steptok-Q3_K_S.gguf) | Q3_K_S | 3.665 GB | very small, high quality loss |
51
+ | [sft-prm800k-llama31-8b-steptok-Q3_K_M.gguf](https://huggingface.co/tensorblock/sft-prm800k-llama31-8b-steptok-GGUF/blob/main/sft-prm800k-llama31-8b-steptok-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
52
+ | [sft-prm800k-llama31-8b-steptok-Q3_K_L.gguf](https://huggingface.co/tensorblock/sft-prm800k-llama31-8b-steptok-GGUF/blob/main/sft-prm800k-llama31-8b-steptok-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
53
+ | [sft-prm800k-llama31-8b-steptok-Q4_0.gguf](https://huggingface.co/tensorblock/sft-prm800k-llama31-8b-steptok-GGUF/blob/main/sft-prm800k-llama31-8b-steptok-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [sft-prm800k-llama31-8b-steptok-Q4_K_S.gguf](https://huggingface.co/tensorblock/sft-prm800k-llama31-8b-steptok-GGUF/blob/main/sft-prm800k-llama31-8b-steptok-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
55
+ | [sft-prm800k-llama31-8b-steptok-Q4_K_M.gguf](https://huggingface.co/tensorblock/sft-prm800k-llama31-8b-steptok-GGUF/blob/main/sft-prm800k-llama31-8b-steptok-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
56
+ | [sft-prm800k-llama31-8b-steptok-Q5_0.gguf](https://huggingface.co/tensorblock/sft-prm800k-llama31-8b-steptok-GGUF/blob/main/sft-prm800k-llama31-8b-steptok-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [sft-prm800k-llama31-8b-steptok-Q5_K_S.gguf](https://huggingface.co/tensorblock/sft-prm800k-llama31-8b-steptok-GGUF/blob/main/sft-prm800k-llama31-8b-steptok-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
58
+ | [sft-prm800k-llama31-8b-steptok-Q5_K_M.gguf](https://huggingface.co/tensorblock/sft-prm800k-llama31-8b-steptok-GGUF/blob/main/sft-prm800k-llama31-8b-steptok-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
59
+ | [sft-prm800k-llama31-8b-steptok-Q6_K.gguf](https://huggingface.co/tensorblock/sft-prm800k-llama31-8b-steptok-GGUF/blob/main/sft-prm800k-llama31-8b-steptok-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
60
+ | [sft-prm800k-llama31-8b-steptok-Q8_0.gguf](https://huggingface.co/tensorblock/sft-prm800k-llama31-8b-steptok-GGUF/blob/main/sft-prm800k-llama31-8b-steptok-Q8_0.gguf) | Q8_0 | 8.541 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/sft-prm800k-llama31-8b-steptok-GGUF --include "sft-prm800k-llama31-8b-steptok-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/sft-prm800k-llama31-8b-steptok-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
sft-prm800k-llama31-8b-steptok-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ed56f3285fd83bd72ee442c4fdd7d875b15ea7b78f3cdc35db431e7117c4b99
3
+ size 3179159584
sft-prm800k-llama31-8b-steptok-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:950f625e78d6cb5daad465e30056c1066729baf1b41cad607ebadc7ca8867ac6
3
+ size 4321986624
sft-prm800k-llama31-8b-steptok-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca511625e6143422c44ef8cf8d061161f60a39bad1b018a9dc8073db0802c4a4
3
+ size 4018948160
sft-prm800k-llama31-8b-steptok-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd937166115410507f1852b2f685c95d7ad56653272c4e457ed975bf2d3ee2da
3
+ size 3664529472
sft-prm800k-llama31-8b-steptok-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:116cf4b5fdab1731dcd3a0867e9dce4a151f6c18930e0961bcf6a2cc936e431e
3
+ size 4661244640
sft-prm800k-llama31-8b-steptok-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d98bf820f4e83a1b1f7a37f82c4e81314ad775ff862ff62179d5e43c26d8ecac
3
+ size 4920767200
sft-prm800k-llama31-8b-steptok-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf852ffff8ea6c99c4a429559b78010f1d6232540b95c8a5b844479e92370266
3
+ size 4692701920
sft-prm800k-llama31-8b-steptok-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2662eaa602a59f6140135d156af166a9177b59cabc706f220509f46a9a4fab3f
3
+ size 5599329504
sft-prm800k-llama31-8b-steptok-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf14589d7a9f6b029226c6585f32378611382abf3bba7be430ac22fb15afc501
3
+ size 5733022944
sft-prm800k-llama31-8b-steptok-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ed139785158df7389cc9f3cf85a78ce4079151c50f35911d98b0ad68be3a579
3
+ size 5599329504
sft-prm800k-llama31-8b-steptok-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80c98f3553ffdd1c285d273c1ef57776a4d1554a4014b908be1fe9d314c67a8c
3
+ size 6596044672
sft-prm800k-llama31-8b-steptok-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a45a70812c4066a8ea00f7f394f550c070b90c8069295a33bb1a057d5b868ab0
3
+ size 8540819008