CoolFace
Modelpublic

matthewlane/ERNIE-Image

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes7downloads
config.json68 linesDownload Raw Back to text_encoder
1{2  "architectures": [3    "Mistral3Model"4  ],5  "dtype": "bfloat16",6  "image_token_index": 10,7  "model_type": "mistral3",8  "multimodal_projector_bias": false,9  "projector_hidden_act": "gelu",10  "spatial_merge_size": 2,11  "text_config": {12    "attention_dropout": 0.0,13    "bos_token_id": 1,14    "dtype": "bfloat16",15    "eos_token_id": 2,16    "head_dim": 128,17    "hidden_act": "silu",18    "hidden_size": 3072,19    "initializer_range": 0.02,20    "intermediate_size": 9216,21    "max_position_embeddings": 262144,22    "model_type": "ministral3",23    "num_attention_heads": 32,24    "num_hidden_layers": 26,25    "num_key_value_heads": 8,26    "pad_token_id": 11,27    "rms_norm_eps": 1e-05,28    "rope_parameters": {29      "beta_fast": 32.0,30      "beta_slow": 1.0,31      "factor": 16.0,32      "llama_4_scaling_beta": 0.1,33      "mscale": 1.0,34      "mscale_all_dim": 1.0,35      "original_max_position_embeddings": 16384,36      "rope_theta": 1000000.0,37      "rope_type": "yarn",38      "type": "yarn"39    },40    "sliding_window": null,41    "tie_word_embeddings": true,42    "use_cache": true,43    "vocab_size": 13107244  },45  "tie_word_embeddings": true,46  "transformers_version": "5.2.0",47  "vision_config": {48    "attention_dropout": 0.0,49    "dtype": "bfloat16",50    "head_dim": 64,51    "hidden_act": "silu",52    "hidden_size": 1024,53    "image_size": 1540,54    "initializer_range": 0.02,55    "intermediate_size": 4096,56    "model_type": "pixtral",57    "num_attention_heads": 16,58    "num_channels": 3,59    "num_hidden_layers": 24,60    "patch_size": 14,61    "rope_parameters": {62      "rope_theta": 10000.0,63      "rope_type": "default"64    }65  },66  "vision_feature_layer": -167}68