morriszms commited on
Commit
a3b67c1
·
verified ·
1 Parent(s): 86cb93c

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
+ llama3-math-trans-sft-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama3-math-trans-sft-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama3-math-trans-sft-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama3-math-trans-sft-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama3-math-trans-sft-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama3-math-trans-sft-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama3-math-trans-sft-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama3-math-trans-sft-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama3-math-trans-sft-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama3-math-trans-sft-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama3-math-trans-sft-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama3-math-trans-sft-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: amphora/llama3-math-trans-sft
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
+ ## amphora/llama3-math-trans-sft - GGUF
21
+
22
+ This repo contains GGUF format model files for [amphora/llama3-math-trans-sft](https://huggingface.co/amphora/llama3-math-trans-sft).
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
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
38
+
39
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [llama3-math-trans-sft-Q2_K.gguf](https://huggingface.co/tensorblock/llama3-math-trans-sft-GGUF/blob/main/llama3-math-trans-sft-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [llama3-math-trans-sft-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama3-math-trans-sft-GGUF/blob/main/llama3-math-trans-sft-Q3_K_S.gguf) | Q3_K_S | 3.664 GB | very small, high quality loss |
48
+ | [llama3-math-trans-sft-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama3-math-trans-sft-GGUF/blob/main/llama3-math-trans-sft-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
49
+ | [llama3-math-trans-sft-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama3-math-trans-sft-GGUF/blob/main/llama3-math-trans-sft-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
50
+ | [llama3-math-trans-sft-Q4_0.gguf](https://huggingface.co/tensorblock/llama3-math-trans-sft-GGUF/blob/main/llama3-math-trans-sft-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [llama3-math-trans-sft-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama3-math-trans-sft-GGUF/blob/main/llama3-math-trans-sft-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
52
+ | [llama3-math-trans-sft-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama3-math-trans-sft-GGUF/blob/main/llama3-math-trans-sft-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
53
+ | [llama3-math-trans-sft-Q5_0.gguf](https://huggingface.co/tensorblock/llama3-math-trans-sft-GGUF/blob/main/llama3-math-trans-sft-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [llama3-math-trans-sft-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama3-math-trans-sft-GGUF/blob/main/llama3-math-trans-sft-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
55
+ | [llama3-math-trans-sft-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama3-math-trans-sft-GGUF/blob/main/llama3-math-trans-sft-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
56
+ | [llama3-math-trans-sft-Q6_K.gguf](https://huggingface.co/tensorblock/llama3-math-trans-sft-GGUF/blob/main/llama3-math-trans-sft-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
57
+ | [llama3-math-trans-sft-Q8_0.gguf](https://huggingface.co/tensorblock/llama3-math-trans-sft-GGUF/blob/main/llama3-math-trans-sft-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
58
+
59
+
60
+ ## Downloading instruction
61
+
62
+ ### Command line
63
+
64
+ Firstly, install Huggingface Client
65
+
66
+ ```shell
67
+ pip install -U "huggingface_hub[cli]"
68
+ ```
69
+
70
+ Then, downoad the individual model file the a local directory
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/llama3-math-trans-sft-GGUF --include "llama3-math-trans-sft-Q2_K.gguf" --local-dir MY_LOCAL_DIR
74
+ ```
75
+
76
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/llama3-math-trans-sft-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
llama3-math-trans-sft-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32bdb5a7aa390d5cd566dbcabc392a82cc2960476c8f2c5bebdde40cffc6b28e
3
+ size 3179131520
llama3-math-trans-sft-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7faf53a8619097375cd505e9def0362f2425e05099e1afa11aeb616e85ebaa3
3
+ size 4321956480
llama3-math-trans-sft-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2451dc241284ab277010728a27c7cd8a7a02f6c7d1dd402bf63d564592869406
3
+ size 4018918016
llama3-math-trans-sft-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75a24305171e11a7282f3d22f0568ab6d139c52984e0cf4f6fed26f4c1169089
3
+ size 3664499328
llama3-math-trans-sft-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d748b4309d940351aed10569c340c99ec5a0dc392bc9806a6c697f0ac39b3f11
3
+ size 4661211776
llama3-math-trans-sft-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d88fd79f567d7b9974285ea720f27d111c99b03bb22d9d51e1765f3baf9c8073
3
+ size 4920734336
llama3-math-trans-sft-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0e0ea692ae617b9c6dc819d810d91e24c5fc02fbf11640d7ff6d6542a5ca271
3
+ size 4692669056
llama3-math-trans-sft-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:124b2efacc3508b17f77b295b40cf0e5fa3879b1382d4fc882844786ca09473e
3
+ size 5599294080
llama3-math-trans-sft-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb6d5c26469ff1b5456fc73f70c9f4d19c8e3cd171d0342bfe166a85086927e1
3
+ size 5732987520
llama3-math-trans-sft-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d3039c930b0e2aa36888f0dd76d72a0296e78a9db746e001c365ce565c17baa
3
+ size 5599294080
llama3-math-trans-sft-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0698cb5e91857e7643ba25e5d2e00a6e35db1ef83fc91398949ff2b24c9d3397
3
+ size 6596006528
llama3-math-trans-sft-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c024de5bad467a560a0c06b222722e7110ca35acec198120c70d07dc5f983466
3
+ size 8540770944