CoolFace
Modelpublic

cckevinn/SeeClick-mind2web

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes18downloads
config.json50 linesDownload Raw Back to root
1{2  "_name_or_path": "/cpfs01/user/chengkanzhi/checkpoint_qwen/SeeClick-pretrain",3  "architectures": [4    "QWenLMHeadModel"5  ],6  "attn_dropout_prob": 0.0,7  "auto_map": {8    "AutoConfig": "configuration_qwen.QWenConfig",9    "AutoModelForCausalLM": "modeling_qwen.QWenLMHeadModel"10  },11  "bf16": true,12  "emb_dropout_prob": 0.0,13  "fp16": false,14  "fp32": false,15  "hidden_size": 4096,16  "initializer_range": 0.02,17  "intermediate_size": 22016,18  "kv_channels": 128,19  "layer_norm_epsilon": 1e-06,20  "max_position_embeddings": 8192,21  "model_type": "qwen",22  "no_bias": true,23  "num_attention_heads": 32,24  "num_hidden_layers": 32,25  "onnx_safe": null,26  "rotary_emb_base": 10000,27  "rotary_pct": 1.0,28  "scale_attn_weights": true,29  "seq_length": 2048,30  "tie_word_embeddings": false,31  "tokenizer_type": "QWenTokenizer",32  "torch_dtype": "bfloat16",33  "transformers_version": "4.36.2",34  "use_cache": true,35  "use_dynamic_ntk": true,36  "use_flash_attn": false,37  "use_logn_attn": true,38  "visual": {39    "heads": 16,40    "image_size": 448,41    "image_start_id": 151857,42    "layers": 48,43    "mlp_ratio": 4.9231,44    "output_dim": 4096,45    "patch_size": 14,46    "width": 166447  },48  "vocab_size": 15193649}50