Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- config.json +96 -0
- generation_config.json +8 -0
- model.safetensors +3 -0
- recipe.yaml +7 -0
- tokenizer.json +3 -0
- tokenizer_config.json +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ 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 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
tokenizer_config.json filter=lfs diff=lfs merge=lfs -text
|
config.json
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Mistral3ForConditionalGeneration"
|
| 4 |
+
],
|
| 5 |
+
"dtype": "bfloat16",
|
| 6 |
+
"image_token_index": 10,
|
| 7 |
+
"model_type": "mistral3",
|
| 8 |
+
"multimodal_projector_bias": false,
|
| 9 |
+
"projector_hidden_act": "gelu",
|
| 10 |
+
"quantization_config": {
|
| 11 |
+
"config_groups": {
|
| 12 |
+
"group_0": {
|
| 13 |
+
"format": "pack-quantized",
|
| 14 |
+
"input_activations": null,
|
| 15 |
+
"output_activations": null,
|
| 16 |
+
"targets": [
|
| 17 |
+
"Linear"
|
| 18 |
+
],
|
| 19 |
+
"weights": {
|
| 20 |
+
"actorder": null,
|
| 21 |
+
"block_structure": null,
|
| 22 |
+
"dynamic": false,
|
| 23 |
+
"group_size": 128,
|
| 24 |
+
"num_bits": 8,
|
| 25 |
+
"observer": "memoryless_minmax",
|
| 26 |
+
"observer_kwargs": {},
|
| 27 |
+
"scale_dtype": null,
|
| 28 |
+
"strategy": "group",
|
| 29 |
+
"symmetric": true,
|
| 30 |
+
"type": "int",
|
| 31 |
+
"zp_dtype": null
|
| 32 |
+
}
|
| 33 |
+
}
|
| 34 |
+
},
|
| 35 |
+
"format": "pack-quantized",
|
| 36 |
+
"global_compression_ratio": null,
|
| 37 |
+
"ignore": [
|
| 38 |
+
"lm_head"
|
| 39 |
+
],
|
| 40 |
+
"kv_cache_scheme": null,
|
| 41 |
+
"quant_method": "compressed-tensors",
|
| 42 |
+
"quantization_status": "compressed",
|
| 43 |
+
"sparsity_config": {},
|
| 44 |
+
"transform_config": {},
|
| 45 |
+
"version": "0.16.1.a20260529"
|
| 46 |
+
},
|
| 47 |
+
"spatial_merge_size": 2,
|
| 48 |
+
"text_config": {
|
| 49 |
+
"attention_dropout": 0.0,
|
| 50 |
+
"bos_token_id": 1,
|
| 51 |
+
"dtype": "bfloat16",
|
| 52 |
+
"eos_token_id": 2,
|
| 53 |
+
"head_dim": 128,
|
| 54 |
+
"hidden_act": "silu",
|
| 55 |
+
"hidden_size": 5120,
|
| 56 |
+
"initializer_range": 0.02,
|
| 57 |
+
"intermediate_size": 32768,
|
| 58 |
+
"max_position_embeddings": 131072,
|
| 59 |
+
"model_type": "mistral",
|
| 60 |
+
"num_attention_heads": 32,
|
| 61 |
+
"num_hidden_layers": 40,
|
| 62 |
+
"num_key_value_heads": 8,
|
| 63 |
+
"pad_token_id": null,
|
| 64 |
+
"rms_norm_eps": 1e-05,
|
| 65 |
+
"rope_parameters": {
|
| 66 |
+
"rope_theta": 1000000000.0,
|
| 67 |
+
"rope_type": "default"
|
| 68 |
+
},
|
| 69 |
+
"sliding_window": null,
|
| 70 |
+
"tie_word_embeddings": false,
|
| 71 |
+
"use_cache": true,
|
| 72 |
+
"vocab_size": 131072
|
| 73 |
+
},
|
| 74 |
+
"tie_word_embeddings": false,
|
| 75 |
+
"transformers_version": "5.9.0",
|
| 76 |
+
"vision_config": {
|
| 77 |
+
"attention_dropout": 0.0,
|
| 78 |
+
"dtype": "bfloat16",
|
| 79 |
+
"head_dim": 64,
|
| 80 |
+
"hidden_act": "silu",
|
| 81 |
+
"hidden_size": 1024,
|
| 82 |
+
"image_size": 1540,
|
| 83 |
+
"initializer_range": 0.02,
|
| 84 |
+
"intermediate_size": 4096,
|
| 85 |
+
"model_type": "pixtral",
|
| 86 |
+
"num_attention_heads": 16,
|
| 87 |
+
"num_channels": 3,
|
| 88 |
+
"num_hidden_layers": 24,
|
| 89 |
+
"patch_size": 14,
|
| 90 |
+
"rope_parameters": {
|
| 91 |
+
"rope_theta": 10000.0,
|
| 92 |
+
"rope_type": "default"
|
| 93 |
+
}
|
| 94 |
+
},
|
| 95 |
+
"vision_feature_layer": -1
|
| 96 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"do_sample": true,
|
| 5 |
+
"eos_token_id": 2,
|
| 6 |
+
"temperature": 0.15,
|
| 7 |
+
"transformers_version": "5.9.0"
|
| 8 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49e763113fee942a08e5c6a01920c931d56ce34060234cbf5d6ea4d080a72372
|
| 3 |
+
size 25709000984
|
recipe.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
default_stage:
|
| 2 |
+
default_modifiers:
|
| 3 |
+
QuantizationModifier:
|
| 4 |
+
targets: [Linear]
|
| 5 |
+
ignore: [lm_head]
|
| 6 |
+
scheme: W8A16
|
| 7 |
+
bypass_divisibility_checks: false
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f303c3f502e8b2148b80ca5e72ae10571f5b063a75383be3a5d6f9412cd5708
|
| 3 |
+
size 20835327
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f856c7dd7e34d2c90543c8bed73fe0b7611f2b452da891c0b6f4eb9b3fb0bb6
|
| 3 |
+
size 16885972
|