isogen commited on
Commit
5549de1
·
verified ·
1 Parent(s): 1493855

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: inflatebot/MN-12B-Mag-Mell-R1
3
+ ---
4
+
5
+ [EXL3](https://github.com/turboderp-org/exllamav3) quantization of [MN-12B-Mag-Mell-R1](https://huggingface.co/inflatebot/MN-12B-Mag-Mell-R1), 4 bits per weight.
6
+
7
+ ### HumanEval (argmax)
8
+
9
+ | Model | Q4 | Q6 | Q8 | FP16 |
10
+ | ---------------------------------------------------------------------------------------------------------------------- | ---- | ---- | ---- | ---- |
11
+ | [MN-12B-Mag-Mell-R1-exl3-4bpw](https://huggingface.co/isogen/MN-12B-Mag-Mell-R1-exl3-4bpw) (`mistral`) | 72.6 | 71.3 | 73.2 | 72.0 |
12
+ | [MN-12B-Mag-Mell-R1-exl3-4bpw](https://huggingface.co/isogen/MN-12B-Mag-Mell-R1-exl3-4bpw) (`chatml`) | 71.3 | 73.2 | 73.2 | 73.8 |
13
+ | [MN-12B-Mag-Mell-R1-exl3-6bpw](https://huggingface.co/isogen/MN-12B-Mag-Mell-R1-exl3-6bpw) (`mistral`) | 74.4 | 74.4 | 74.4 | 73.8 |
14
+ | [MN-12B-Mag-Mell-R1-exl3-6bpw](https://huggingface.co/isogen/MN-12B-Mag-Mell-R1-exl3-6bpw) (`chatml`) | 76.8 | 72.0 | 72.0 | 71.3 |
15
+ | [Mistral-Nemo-Instruct-2407-exl3-4bpw](https://huggingface.co/isogen/Mistral-Nemo-Instruct-2407-exl3-4bpw) (`mistral`) | 74.4 | 72.6 | 73.2 | 72.0 |
16
+ | [Mistral-Nemo-Instruct-2407-exl3-4bpw](https://huggingface.co/isogen/Mistral-Nemo-Instruct-2407-exl3-4bpw) (`chatml`) | 70.1 | 72.0 | 71.3 | 72.6 |
17
+ | [Mistral-Nemo-Instruct-2407-exl3-6bpw](https://huggingface.co/isogen/Mistral-Nemo-Instruct-2407-exl3-6bpw) (`mistral`) | 70.7 | 69.5 | 69.5 | 68.9 |
18
+ | [Mistral-Nemo-Instruct-2407-exl3-6bpw](https://huggingface.co/isogen/Mistral-Nemo-Instruct-2407-exl3-6bpw) (`chatml`) | 68.3 | 70.1 | 69.5 | 68.9 |
19
+ | [Muse-12B-exl3-6bpw](https://huggingface.co/lucyknada/LatitudeGames_Muse-12B-exl3) (`mistral`) | 54.9 | 54.3 | 54.9 | 52.4 |
20
+ | [Muse-12B-exl3-6bpw](https://huggingface.co/lucyknada/LatitudeGames_Muse-12B-exl3) (`chatml`) | 54.9 | 55.5 | 54.3 | 54.9 |
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "IntervitensInc/Mistral-Nemo-Base-2407-chatml",
3
+ "architectures": [
4
+ "MistralForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 1,
8
+ "eos_token_id": 15,
9
+ "head_dim": 128,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 5120,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 14336,
14
+ "max_position_embeddings": 1024000,
15
+ "model_type": "mistral",
16
+ "num_attention_heads": 32,
17
+ "num_hidden_layers": 40,
18
+ "num_key_value_heads": 8,
19
+ "rms_norm_eps": 1e-05,
20
+ "rope_theta": 1000000.0,
21
+ "sliding_window": null,
22
+ "tie_word_embeddings": false,
23
+ "torch_dtype": "bfloat16",
24
+ "transformers_version": "4.44.1",
25
+ "use_cache": true,
26
+ "vocab_size": 131072,
27
+ "quantization_config": {
28
+ "quant_method": "exl3",
29
+ "version": "0.0.4",
30
+ "bits": 4.0,
31
+ "head_bits": 6,
32
+ "calibration": {
33
+ "rows": 100,
34
+ "cols": 2048
35
+ },
36
+ "out_scales": "auto"
37
+ }
38
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2dc82a3dd8ec8083892a662f27cf01a8add4574a94268fe222da93a000865f5
3
+ size 7306420360
special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|im_end|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "unk_token": {
17
+ "content": "<unk>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff