morriszms commited on
Commit
2313255
·
verified ·
1 Parent(s): 615f971

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
+ olmo2_math_7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ olmo2_math_7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ olmo2_math_7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ olmo2_math_7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ olmo2_math_7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ olmo2_math_7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ olmo2_math_7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ olmo2_math_7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ olmo2_math_7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ olmo2_math_7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ olmo2_math_7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ olmo2_math_7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: stellalisy/olmo2_math_7b
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
+
13
+ [![Website](https://img.shields.io/badge/Website-tensorblock.co-blue?logo=google-chrome&logoColor=white)](https://tensorblock.co)
14
+ [![Twitter](https://img.shields.io/twitter/follow/tensorblock_aoi?style=social)](https://twitter.com/tensorblock_aoi)
15
+ [![Discord](https://img.shields.io/badge/Discord-Join%20Us-5865F2?logo=discord&logoColor=white)](https://discord.gg/Ej5NmeHFf2)
16
+ [![GitHub](https://img.shields.io/badge/GitHub-TensorBlock-black?logo=github&logoColor=white)](https://github.com/TensorBlock)
17
+ [![Telegram](https://img.shields.io/badge/Telegram-Group-blue?logo=telegram)](https://t.me/TensorBlock)
18
+
19
+
20
+ ## stellalisy/olmo2_math_7b - GGUF
21
+
22
+ <div style="text-align: left; margin: 20px 0;">
23
+ <a href="https://discord.com/invite/Ej5NmeHFf2" style="display: inline-block; padding: 10px 20px; background-color: #5865F2; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
24
+ Join our Discord to learn more about what we're building ↗
25
+ </a>
26
+ </div>
27
+
28
+ This repo contains GGUF format model files for [stellalisy/olmo2_math_7b](https://huggingface.co/stellalisy/olmo2_math_7b).
29
+
30
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b5753](https://github.com/ggml-org/llama.cpp/commit/73e53dc834c0a2336cd104473af6897197b96277).
31
+
32
+ ## Our projects
33
+ <table border="1" cellspacing="0" cellpadding="10">
34
+ <tr>
35
+ <th colspan="2" style="font-size: 25px;">Forge</th>
36
+ </tr>
37
+ <tr>
38
+ <th colspan="2">
39
+ <img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
40
+ </th>
41
+ </tr>
42
+ <tr>
43
+ <th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
44
+ </tr>
45
+ <tr>
46
+ <th colspan="2">
47
+ <a href="https://github.com/TensorBlock/forge" target="_blank" style="
48
+ display: inline-block;
49
+ padding: 8px 16px;
50
+ background-color: #FF7F50;
51
+ color: white;
52
+ text-decoration: none;
53
+ border-radius: 6px;
54
+ font-weight: bold;
55
+ font-family: sans-serif;
56
+ ">🚀 Try it now! 🚀</a>
57
+ </th>
58
+ </tr>
59
+
60
+ <tr>
61
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
62
+ <th style="font-size: 25px;">TensorBlock Studio</th>
63
+ </tr>
64
+ <tr>
65
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
66
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
67
+ </tr>
68
+ <tr>
69
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
70
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
71
+ </tr>
72
+ <tr>
73
+ <th>
74
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
75
+ display: inline-block;
76
+ padding: 8px 16px;
77
+ background-color: #FF7F50;
78
+ color: white;
79
+ text-decoration: none;
80
+ border-radius: 6px;
81
+ font-weight: bold;
82
+ font-family: sans-serif;
83
+ ">👀 See what we built 👀</a>
84
+ </th>
85
+ <th>
86
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
87
+ display: inline-block;
88
+ padding: 8px 16px;
89
+ background-color: #FF7F50;
90
+ color: white;
91
+ text-decoration: none;
92
+ border-radius: 6px;
93
+ font-weight: bold;
94
+ font-family: sans-serif;
95
+ ">👀 See what we built 👀</a>
96
+ </th>
97
+ </tr>
98
+ </table>
99
+
100
+ ## Prompt template
101
+
102
+ ```
103
+ Unable to determine prompt format automatically. Please check the original model repository for the correct prompt format.
104
+ ```
105
+
106
+ ## Model file specification
107
+
108
+ | Filename | Quant type | File Size | Description |
109
+ | -------- | ---------- | --------- | ----------- |
110
+ | [olmo2_math_7b-Q2_K.gguf](https://huggingface.co/tensorblock/stellalisy_olmo2_math_7b-GGUF/blob/main/olmo2_math_7b-Q2_K.gguf) | Q2_K | 2.858 GB | smallest, significant quality loss - not recommended for most purposes |
111
+ | [olmo2_math_7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/stellalisy_olmo2_math_7b-GGUF/blob/main/olmo2_math_7b-Q3_K_S.gguf) | Q3_K_S | 3.302 GB | very small, high quality loss |
112
+ | [olmo2_math_7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/stellalisy_olmo2_math_7b-GGUF/blob/main/olmo2_math_7b-Q3_K_M.gguf) | Q3_K_M | 3.652 GB | very small, high quality loss |
113
+ | [olmo2_math_7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/stellalisy_olmo2_math_7b-GGUF/blob/main/olmo2_math_7b-Q3_K_L.gguf) | Q3_K_L | 3.951 GB | small, substantial quality loss |
114
+ | [olmo2_math_7b-Q4_0.gguf](https://huggingface.co/tensorblock/stellalisy_olmo2_math_7b-GGUF/blob/main/olmo2_math_7b-Q4_0.gguf) | Q4_0 | 4.217 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
115
+ | [olmo2_math_7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/stellalisy_olmo2_math_7b-GGUF/blob/main/olmo2_math_7b-Q4_K_S.gguf) | Q4_K_S | 4.248 GB | small, greater quality loss |
116
+ | [olmo2_math_7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/stellalisy_olmo2_math_7b-GGUF/blob/main/olmo2_math_7b-Q4_K_M.gguf) | Q4_K_M | 4.472 GB | medium, balanced quality - recommended |
117
+ | [olmo2_math_7b-Q5_0.gguf](https://huggingface.co/tensorblock/stellalisy_olmo2_math_7b-GGUF/blob/main/olmo2_math_7b-Q5_0.gguf) | Q5_0 | 5.078 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
118
+ | [olmo2_math_7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/stellalisy_olmo2_math_7b-GGUF/blob/main/olmo2_math_7b-Q5_K_S.gguf) | Q5_K_S | 5.078 GB | large, low quality loss - recommended |
119
+ | [olmo2_math_7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/stellalisy_olmo2_math_7b-GGUF/blob/main/olmo2_math_7b-Q5_K_M.gguf) | Q5_K_M | 5.209 GB | large, very low quality loss - recommended |
120
+ | [olmo2_math_7b-Q6_K.gguf](https://huggingface.co/tensorblock/stellalisy_olmo2_math_7b-GGUF/blob/main/olmo2_math_7b-Q6_K.gguf) | Q6_K | 5.992 GB | very large, extremely low quality loss |
121
+ | [olmo2_math_7b-Q8_0.gguf](https://huggingface.co/tensorblock/stellalisy_olmo2_math_7b-GGUF/blob/main/olmo2_math_7b-Q8_0.gguf) | Q8_0 | 7.760 GB | very large, extremely low quality loss - not recommended |
122
+
123
+
124
+ ## Downloading instruction
125
+
126
+ ### Command line
127
+
128
+ Firstly, install Huggingface Client
129
+
130
+ ```shell
131
+ pip install -U "huggingface_hub[cli]"
132
+ ```
133
+
134
+ Then, downoad the individual model file the a local directory
135
+
136
+ ```shell
137
+ huggingface-cli download tensorblock/stellalisy_olmo2_math_7b-GGUF --include "olmo2_math_7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
138
+ ```
139
+
140
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
141
+
142
+ ```shell
143
+ huggingface-cli download tensorblock/stellalisy_olmo2_math_7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
144
+ ```
olmo2_math_7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:628ad25e94145e3a26d561eaa105456b4f4da4aaa1618c0a9a5d4376f7dffa84
3
+ size 2858260448
olmo2_math_7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d96c49373ac469dd9a97ce114318ebf2da9d9cf094af44dd96a0a6cade32935f
3
+ size 3950942176
olmo2_math_7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42fd4ce139276c08f273c241a644975323e308330d62c551be45200bc95cc4bd
3
+ size 3651835872
olmo2_math_7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3ca2d44d95b7b57d9a69256998e9b1ecefc71c5f03e2b95d86f41f55dfb4eeb
3
+ size 3302135776
olmo2_math_7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e185e7807e534e52f0b9068a78f90beeaf6da32277d997c71e5395347db250c1
3
+ size 4216821728
olmo2_math_7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d4c856f6780406e78f0c0936ae48fff13644fdd01187d4d4515d9890463c0ff
3
+ size 4472018912
olmo2_math_7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4f31f7fdc4ee68ddcfaf5470096aa7796403562131357ec4c492b740019d609
3
+ size 4247754720
olmo2_math_7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5e4f12e330ee5a5aed4ac3c2416f9408dc553cc165f0404f05f74df593a7155
3
+ size 5077702624
olmo2_math_7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c17b07dee2aa3a8521857cb1b63ac2d450d3f61c2a24db889c1670e75830f21
3
+ size 5209167840
olmo2_math_7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bd6c1e7fa7ea6d47e00dac7cfe481fc37e61ec9d8256f600f4d87c8ee17b981
3
+ size 5077702624
olmo2_math_7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc45900611aef1a887c57927a95cbce014991a4cf0223e17b62233da9bae26dc
3
+ size 5992388576
olmo2_math_7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dc3ec2a1275a4b5c61907ea00919453667f56ef3712dcbc55562bfe84487cdc
3
+ size 7759894496