| { |
| "architectures": [ |
| "VGSModel" |
| ], |
| "attention_dropout": 0.05, |
| "auto_map": { |
| "AutoConfig": "configuration_vgs.VGSConfig", |
| "AutoModel": "modeling_vgs.VGSModel" |
| }, |
| "hidden_act": "silu", |
| "hidden_size": 1536, |
| "id2label": { |
| "0": "LABEL_0", |
| "1": "LABEL_1", |
| "2": "LABEL_2" |
| }, |
| "initializer_range": 0.02, |
| "intermediate_size": 8960, |
| "label2id": { |
| "LABEL_0": 0, |
| "LABEL_1": 1, |
| "LABEL_2": 2 |
| }, |
| "max_position_embeddings": 131072, |
| "max_window_layers": 21, |
| "model_type": "vgs", |
| "num_attention_heads": 12, |
| "num_hidden_layers": 28, |
| "num_key_value_heads": 2, |
| "rms_norm_eps": 1e-06, |
| "rope_scaling": null, |
| "rope_theta": 10000.0, |
| "sliding_window": 4096, |
| "tie_word_embeddings": false, |
| "torch_dtype": "float32", |
| "transformers_version": "4.51.1", |
| "use_bias": false, |
| "use_cache": false, |
| "use_sliding_window": false, |
| "vocab_size": 151936 |
| } |
|
|