Upload 3 files
Browse files- README.md +34 -3
- config.json +46 -0
- hash_record_sha256.json +4 -0
README.md
CHANGED
|
@@ -1,3 +1,34 @@
|
|
| 1 |
-
---
|
| 2 |
-
license:
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
inference: false
|
| 4 |
+
base_model: mistralai/Mistral-Small-3.2-24B-Instruct-2506
|
| 5 |
+
base_model_relation: quantized
|
| 6 |
+
tags: [p24, gguf, llmware-chat, green]
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# mistral-3.2-24b-gguf
|
| 10 |
+
|
| 11 |
+
**mistral-3.2-24b-gguf** is a GGUF Q4_K_M quantized version of [mistral-3.2-24b](https://huggingface.co/mistralai/Mistral-Small-3.2-24B-Instruct-2506), which is a 24B general purpose chat/instruct model from Mistral.
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
### Model Description
|
| 15 |
+
|
| 16 |
+
- **Developed by:** mistralai
|
| 17 |
+
- **Quantized by:** llmware
|
| 18 |
+
- **Model type:** mistral-3.2-24b
|
| 19 |
+
- **Parameters:** 24 billion
|
| 20 |
+
- **Model Parent:** mistralai/Mistral-Small-3.2-24B-Instruct-2506
|
| 21 |
+
- **Language(s) (NLP):** English
|
| 22 |
+
- **License:** Apache 2.0
|
| 23 |
+
- **Uses:** General use
|
| 24 |
+
- **Quantization:** int4
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
## Model Card Contact
|
| 28 |
+
|
| 29 |
+
[llmware on github](https://www.github.com/llmware-ai/llmware)
|
| 30 |
+
|
| 31 |
+
[llmware on hf](https://www.huggingface.co/llmware)
|
| 32 |
+
|
| 33 |
+
[llmware website](https://www.llmware.ai)
|
| 34 |
+
|
config.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Mistral3ForConditionalGeneration"
|
| 4 |
+
],
|
| 5 |
+
"image_token_index": 10,
|
| 6 |
+
"model_type": "mistral3",
|
| 7 |
+
"multimodal_projector_bias": false,
|
| 8 |
+
"projector_hidden_act": "gelu",
|
| 9 |
+
"spatial_merge_size": 2,
|
| 10 |
+
"text_config": {
|
| 11 |
+
"attention_dropout": 0.0,
|
| 12 |
+
"head_dim": 128,
|
| 13 |
+
"hidden_act": "silu",
|
| 14 |
+
"hidden_size": 5120,
|
| 15 |
+
"initializer_range": 0.02,
|
| 16 |
+
"intermediate_size": 32768,
|
| 17 |
+
"max_position_embeddings": 131072,
|
| 18 |
+
"model_type": "mistral",
|
| 19 |
+
"num_attention_heads": 32,
|
| 20 |
+
"num_hidden_layers": 40,
|
| 21 |
+
"num_key_value_heads": 8,
|
| 22 |
+
"rms_norm_eps": 1e-05,
|
| 23 |
+
"rope_theta": 1000000000.0,
|
| 24 |
+
"sliding_window": null,
|
| 25 |
+
"use_cache": true,
|
| 26 |
+
"vocab_size": 131072
|
| 27 |
+
},
|
| 28 |
+
"torch_dtype": "bfloat16",
|
| 29 |
+
"transformers_version": "4.52.4",
|
| 30 |
+
"vision_config": {
|
| 31 |
+
"attention_dropout": 0.0,
|
| 32 |
+
"head_dim": 64,
|
| 33 |
+
"hidden_act": "silu",
|
| 34 |
+
"hidden_size": 1024,
|
| 35 |
+
"image_size": 1540,
|
| 36 |
+
"initializer_range": 0.02,
|
| 37 |
+
"intermediate_size": 4096,
|
| 38 |
+
"model_type": "pixtral",
|
| 39 |
+
"num_attention_heads": 16,
|
| 40 |
+
"num_channels": 3,
|
| 41 |
+
"num_hidden_layers": 24,
|
| 42 |
+
"patch_size": 14,
|
| 43 |
+
"rope_theta": 10000.0
|
| 44 |
+
},
|
| 45 |
+
"vision_feature_layer": -1
|
| 46 |
+
}
|
hash_record_sha256.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"Mistral-Small-3.2-24B-Instruct-2506-Q4_K_M.gguf": "6a62a374d2776856bc193baec7e7b6897f2da6e5c6ca77a5ae81869d58b0d90d",
|
| 3 |
+
"time_stamp": "2025-07-06_005505"
|
| 4 |
+
}
|