Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +170 -0
- mistral-nemo-wissenschaft-12B-Q2_K.gguf +3 -0
- mistral-nemo-wissenschaft-12B-Q3_K_L.gguf +3 -0
- mistral-nemo-wissenschaft-12B-Q3_K_M.gguf +3 -0
- mistral-nemo-wissenschaft-12B-Q3_K_S.gguf +3 -0
- mistral-nemo-wissenschaft-12B-Q4_0.gguf +3 -0
- mistral-nemo-wissenschaft-12B-Q4_K_M.gguf +3 -0
- mistral-nemo-wissenschaft-12B-Q4_K_S.gguf +3 -0
- mistral-nemo-wissenschaft-12B-Q5_0.gguf +3 -0
- mistral-nemo-wissenschaft-12B-Q5_K_M.gguf +3 -0
- mistral-nemo-wissenschaft-12B-Q5_K_S.gguf +3 -0
- mistral-nemo-wissenschaft-12B-Q6_K.gguf +3 -0
- mistral-nemo-wissenschaft-12B-Q8_0.gguf +3 -0
.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 |
+
mistral-nemo-wissenschaft-12B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
mistral-nemo-wissenschaft-12B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
mistral-nemo-wissenschaft-12B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
mistral-nemo-wissenschaft-12B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
mistral-nemo-wissenschaft-12B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
mistral-nemo-wissenschaft-12B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
mistral-nemo-wissenschaft-12B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
mistral-nemo-wissenschaft-12B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
mistral-nemo-wissenschaft-12B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
mistral-nemo-wissenschaft-12B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
mistral-nemo-wissenschaft-12B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
mistral-nemo-wissenschaft-12B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,170 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: transformers
|
4 |
+
base_model: nbeerbower/mistral-nemo-wissenschaft-12B
|
5 |
+
datasets:
|
6 |
+
- tasksource/ScienceQA_text_only
|
7 |
+
tags:
|
8 |
+
- TensorBlock
|
9 |
+
- GGUF
|
10 |
+
model-index:
|
11 |
+
- name: mistral-nemo-wissenschaft-12B
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
type: text-generation
|
15 |
+
name: Text Generation
|
16 |
+
dataset:
|
17 |
+
name: IFEval (0-Shot)
|
18 |
+
type: HuggingFaceH4/ifeval
|
19 |
+
args:
|
20 |
+
num_few_shot: 0
|
21 |
+
metrics:
|
22 |
+
- type: inst_level_strict_acc and prompt_level_strict_acc
|
23 |
+
value: 65.2
|
24 |
+
name: strict accuracy
|
25 |
+
source:
|
26 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=nbeerbower/mistral-nemo-wissenschaft-12B
|
27 |
+
name: Open LLM Leaderboard
|
28 |
+
- task:
|
29 |
+
type: text-generation
|
30 |
+
name: Text Generation
|
31 |
+
dataset:
|
32 |
+
name: BBH (3-Shot)
|
33 |
+
type: BBH
|
34 |
+
args:
|
35 |
+
num_few_shot: 3
|
36 |
+
metrics:
|
37 |
+
- type: acc_norm
|
38 |
+
value: 29.57
|
39 |
+
name: normalized accuracy
|
40 |
+
source:
|
41 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=nbeerbower/mistral-nemo-wissenschaft-12B
|
42 |
+
name: Open LLM Leaderboard
|
43 |
+
- task:
|
44 |
+
type: text-generation
|
45 |
+
name: Text Generation
|
46 |
+
dataset:
|
47 |
+
name: MATH Lvl 5 (4-Shot)
|
48 |
+
type: hendrycks/competition_math
|
49 |
+
args:
|
50 |
+
num_few_shot: 4
|
51 |
+
metrics:
|
52 |
+
- type: exact_match
|
53 |
+
value: 6.57
|
54 |
+
name: exact match
|
55 |
+
source:
|
56 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=nbeerbower/mistral-nemo-wissenschaft-12B
|
57 |
+
name: Open LLM Leaderboard
|
58 |
+
- task:
|
59 |
+
type: text-generation
|
60 |
+
name: Text Generation
|
61 |
+
dataset:
|
62 |
+
name: GPQA (0-shot)
|
63 |
+
type: Idavidrein/gpqa
|
64 |
+
args:
|
65 |
+
num_few_shot: 0
|
66 |
+
metrics:
|
67 |
+
- type: acc_norm
|
68 |
+
value: 5.7
|
69 |
+
name: acc_norm
|
70 |
+
source:
|
71 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=nbeerbower/mistral-nemo-wissenschaft-12B
|
72 |
+
name: Open LLM Leaderboard
|
73 |
+
- task:
|
74 |
+
type: text-generation
|
75 |
+
name: Text Generation
|
76 |
+
dataset:
|
77 |
+
name: MuSR (0-shot)
|
78 |
+
type: TAUR-Lab/MuSR
|
79 |
+
args:
|
80 |
+
num_few_shot: 0
|
81 |
+
metrics:
|
82 |
+
- type: acc_norm
|
83 |
+
value: 12.29
|
84 |
+
name: acc_norm
|
85 |
+
source:
|
86 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=nbeerbower/mistral-nemo-wissenschaft-12B
|
87 |
+
name: Open LLM Leaderboard
|
88 |
+
- task:
|
89 |
+
type: text-generation
|
90 |
+
name: Text Generation
|
91 |
+
dataset:
|
92 |
+
name: MMLU-PRO (5-shot)
|
93 |
+
type: TIGER-Lab/MMLU-Pro
|
94 |
+
config: main
|
95 |
+
split: test
|
96 |
+
args:
|
97 |
+
num_few_shot: 5
|
98 |
+
metrics:
|
99 |
+
- type: acc
|
100 |
+
value: 28.14
|
101 |
+
name: accuracy
|
102 |
+
source:
|
103 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=nbeerbower/mistral-nemo-wissenschaft-12B
|
104 |
+
name: Open LLM Leaderboard
|
105 |
+
---
|
106 |
+
|
107 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
108 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
109 |
+
</div>
|
110 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
111 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
112 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
113 |
+
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>
|
114 |
+
</p>
|
115 |
+
</div>
|
116 |
+
</div>
|
117 |
+
|
118 |
+
## nbeerbower/mistral-nemo-wissenschaft-12B - GGUF
|
119 |
+
|
120 |
+
This repo contains GGUF format model files for [nbeerbower/mistral-nemo-wissenschaft-12B](https://huggingface.co/nbeerbower/mistral-nemo-wissenschaft-12B).
|
121 |
+
|
122 |
+
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).
|
123 |
+
|
124 |
+
## Prompt template
|
125 |
+
|
126 |
+
```
|
127 |
+
<s>[INST]{system_prompt}
|
128 |
+
|
129 |
+
{prompt}[/INST]
|
130 |
+
```
|
131 |
+
|
132 |
+
## Model file specification
|
133 |
+
|
134 |
+
| Filename | Quant type | File Size | Description |
|
135 |
+
| -------- | ---------- | --------- | ----------- |
|
136 |
+
| [mistral-nemo-wissenschaft-12B-Q2_K.gguf](https://huggingface.co/tensorblock/mistral-nemo-wissenschaft-12B-GGUF/tree/main/mistral-nemo-wissenschaft-12B-Q2_K.gguf) | Q2_K | 4.462 GB | smallest, significant quality loss - not recommended for most purposes |
|
137 |
+
| [mistral-nemo-wissenschaft-12B-Q3_K_S.gguf](https://huggingface.co/tensorblock/mistral-nemo-wissenschaft-12B-GGUF/tree/main/mistral-nemo-wissenschaft-12B-Q3_K_S.gguf) | Q3_K_S | 5.154 GB | very small, high quality loss |
|
138 |
+
| [mistral-nemo-wissenschaft-12B-Q3_K_M.gguf](https://huggingface.co/tensorblock/mistral-nemo-wissenschaft-12B-GGUF/tree/main/mistral-nemo-wissenschaft-12B-Q3_K_M.gguf) | Q3_K_M | 5.665 GB | very small, high quality loss |
|
139 |
+
| [mistral-nemo-wissenschaft-12B-Q3_K_L.gguf](https://huggingface.co/tensorblock/mistral-nemo-wissenschaft-12B-GGUF/tree/main/mistral-nemo-wissenschaft-12B-Q3_K_L.gguf) | Q3_K_L | 6.111 GB | small, substantial quality loss |
|
140 |
+
| [mistral-nemo-wissenschaft-12B-Q4_0.gguf](https://huggingface.co/tensorblock/mistral-nemo-wissenschaft-12B-GGUF/tree/main/mistral-nemo-wissenschaft-12B-Q4_0.gguf) | Q4_0 | 6.586 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
141 |
+
| [mistral-nemo-wissenschaft-12B-Q4_K_S.gguf](https://huggingface.co/tensorblock/mistral-nemo-wissenschaft-12B-GGUF/tree/main/mistral-nemo-wissenschaft-12B-Q4_K_S.gguf) | Q4_K_S | 6.631 GB | small, greater quality loss |
|
142 |
+
| [mistral-nemo-wissenschaft-12B-Q4_K_M.gguf](https://huggingface.co/tensorblock/mistral-nemo-wissenschaft-12B-GGUF/tree/main/mistral-nemo-wissenschaft-12B-Q4_K_M.gguf) | Q4_K_M | 6.964 GB | medium, balanced quality - recommended |
|
143 |
+
| [mistral-nemo-wissenschaft-12B-Q5_0.gguf](https://huggingface.co/tensorblock/mistral-nemo-wissenschaft-12B-GGUF/tree/main/mistral-nemo-wissenschaft-12B-Q5_0.gguf) | Q5_0 | 7.934 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
144 |
+
| [mistral-nemo-wissenschaft-12B-Q5_K_S.gguf](https://huggingface.co/tensorblock/mistral-nemo-wissenschaft-12B-GGUF/tree/main/mistral-nemo-wissenschaft-12B-Q5_K_S.gguf) | Q5_K_S | 7.934 GB | large, low quality loss - recommended |
|
145 |
+
| [mistral-nemo-wissenschaft-12B-Q5_K_M.gguf](https://huggingface.co/tensorblock/mistral-nemo-wissenschaft-12B-GGUF/tree/main/mistral-nemo-wissenschaft-12B-Q5_K_M.gguf) | Q5_K_M | 8.128 GB | large, very low quality loss - recommended |
|
146 |
+
| [mistral-nemo-wissenschaft-12B-Q6_K.gguf](https://huggingface.co/tensorblock/mistral-nemo-wissenschaft-12B-GGUF/tree/main/mistral-nemo-wissenschaft-12B-Q6_K.gguf) | Q6_K | 9.366 GB | very large, extremely low quality loss |
|
147 |
+
| [mistral-nemo-wissenschaft-12B-Q8_0.gguf](https://huggingface.co/tensorblock/mistral-nemo-wissenschaft-12B-GGUF/tree/main/mistral-nemo-wissenschaft-12B-Q8_0.gguf) | Q8_0 | 12.128 GB | very large, extremely low quality loss - not recommended |
|
148 |
+
|
149 |
+
|
150 |
+
## Downloading instruction
|
151 |
+
|
152 |
+
### Command line
|
153 |
+
|
154 |
+
Firstly, install Huggingface Client
|
155 |
+
|
156 |
+
```shell
|
157 |
+
pip install -U "huggingface_hub[cli]"
|
158 |
+
```
|
159 |
+
|
160 |
+
Then, downoad the individual model file the a local directory
|
161 |
+
|
162 |
+
```shell
|
163 |
+
huggingface-cli download tensorblock/mistral-nemo-wissenschaft-12B-GGUF --include "mistral-nemo-wissenschaft-12B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
164 |
+
```
|
165 |
+
|
166 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
167 |
+
|
168 |
+
```shell
|
169 |
+
huggingface-cli download tensorblock/mistral-nemo-wissenschaft-12B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
170 |
+
```
|
mistral-nemo-wissenschaft-12B-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db5808b247f914d4d93b5a55b7373bc88d6bd0fcc67a1a133eb1feb7f8d1dd7c
|
3 |
+
size 4791050912
|
mistral-nemo-wissenschaft-12B-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a26a4ae54182aff25874ab6b4e17e4ff4202461ae1606e17c2fc2a7632c15674
|
3 |
+
size 6561505952
|
mistral-nemo-wissenschaft-12B-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3672dc0c680bc513becc46fc058593e52fc1e853340ae98dd8f48ddccd0e355
|
3 |
+
size 6083093152
|
mistral-nemo-wissenschaft-12B-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c529049fee73e861518d641f79264a113815599e9842682d5e63bc2c0501eecc
|
3 |
+
size 5534229152
|
mistral-nemo-wissenschaft-12B-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6d22c8540a6598e7b8552ef76eecea221001c16889170f416de7871676d277e
|
3 |
+
size 7071703712
|
mistral-nemo-wissenschaft-12B-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db5d5dee121e946ec7a2016f80ee9625598eb18e4635d399114b3cfb671c2aa4
|
3 |
+
size 7477207712
|
mistral-nemo-wissenschaft-12B-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f2b256a7e5452761687ccc8841f44e58bc0d693baff1f614791edeba337ea8b
|
3 |
+
size 7120200352
|
mistral-nemo-wissenschaft-12B-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6892fa5e1bb6721ab2e216f154aa6a08a4123f4035b70f4b80415c8e3fb2879
|
3 |
+
size 8518738592
|
mistral-nemo-wissenschaft-12B-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9f05684c7f791d446a248604e2350a8f7b6ea0e9c6f004f3f15903e34438fb9
|
3 |
+
size 8727634592
|
mistral-nemo-wissenschaft-12B-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e1ce13fd01246e302d7b7ec1dbdb31646c46484033eb67f402a3ff6a346460e
|
3 |
+
size 8518738592
|
mistral-nemo-wissenschaft-12B-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:706a29a6b65d622afbcad17b9d0deee8ffa4f11bf32a6935b467a8521f3c4c63
|
3 |
+
size 10056213152
|
mistral-nemo-wissenschaft-12B-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:910641ca531f9ce9a68f2ab1b342a3c40d1f2782f3cdde2daf43879317e72d6c
|
3 |
+
size 13022372512
|