CoolFace
Modelpublic

DocTron-Hub/VinciCoder-8B

sourceHugging Faceapache-2.0updated 11mo agoView on Hugging Face
0likes51downloads
config.json71 linesDownload Raw Back to root
1{2  "architectures": [3    "Qwen3VLForConditionalGeneration"4  ],5  "dtype": "bfloat16",6  "eos_token_id": 151645,7  "hidden_size": 4096,8  "image_token_id": 151655,9  "model_type": "qwen3_vl",10  "pad_token_id": 151643,11  "text_config": {12    "attention_bias": false,13    "attention_dropout": 0.0,14    "bos_token_id": 151643,15    "dtype": "bfloat16",16    "eos_token_id": 151645,17    "head_dim": 128,18    "hidden_act": "silu",19    "hidden_size": 4096,20    "initializer_range": 0.02,21    "intermediate_size": 12288,22    "max_position_embeddings": 262144,23    "model_type": "qwen3_vl_text",24    "num_attention_heads": 32,25    "num_hidden_layers": 36,26    "num_key_value_heads": 8,27    "pad_token_id": 151643,28    "rms_norm_eps": 1e-06,29    "rope_scaling": {30      "mrope_interleaved": true,31      "mrope_section": [32        24,33        20,34        2035      ],36      "rope_type": "default"37    },38    "rope_theta": 5000000,39    "use_cache": false,40    "vocab_size": 15193641  },42  "tie_word_embeddings": false,43  "transformers_version": "4.57.1",44  "video_token_id": 151656,45  "vision_config": {46    "deepstack_visual_indexes": [47      8,48      16,49      2450    ],51    "depth": 27,52    "dtype": "bfloat16",53    "hidden_act": "gelu_pytorch_tanh",54    "hidden_size": 1152,55    "in_channels": 3,56    "initializer_range": 0.02,57    "intermediate_size": 4304,58    "model_type": "qwen3_vl",59    "num_heads": 16,60    "num_position_embeddings": 2304,61    "out_hidden_size": 4096,62    "pad_token_id": 151643,63    "patch_size": 16,64    "spatial_merge_size": 2,65    "temporal_patch_size": 266  },67  "vision_end_token_id": 151653,68  "vision_start_token_id": 151652,69  "vocab_size": 15193670}71