File size: 1,516 Bytes
c4622c6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
{
"_name_or_path": "codellama/CodeLlama-7b-hf",
"architectures": [
"DetikzifyForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"bos_token_id": 1,
"concat_patches": 2,
"eos_token_id": 2,
"feature_layer": 26,
"hidden_act": "silu",
"hidden_size": 4096,
"initializer_range": 0.02,
"intermediate_size": 11008,
"max_position_embeddings": 16384,
"mm_hidden_size": 2304,
"model_type": "detikzify",
"num_attention_heads": 32,
"num_hidden_layers": 32,
"num_key_value_heads": 32,
"num_patches": 364,
"patch_token_id": 1,
"pretraining_tp": 1,
"rms_norm_eps": 1e-05,
"rope_scaling": null,
"rope_theta": 1000000,
"tie_word_embeddings": false,
"torch_dtype": "float32",
"transformers_version": "4.38.1",
"use_cache": false,
"use_mm_proj": true,
"vision_config": {
"architecture": "vit_so400m_patch14_siglip_384",
"classifier": "head",
"crop_mode": "center",
"crop_pct": 0.9,
"custom_load": false,
"first_conv": "patch_embed.proj",
"fixed_input_size": true,
"hf_hub_filename": "open_clip_pytorch_model.bin",
"hf_hub_id": "timm/ViT-SO400M-14-SigLIP-384",
"input_size": [
3,
384,
384
],
"interpolation": "bicubic",
"mean": [
0.5,
0.5,
0.5
],
"num_classes": 0,
"pool_size": null,
"std": [
0.5,
0.5,
0.5
],
"tag": "webli",
"url": ""
},
"vision_tower": "vit_so400m_patch14_siglip_384.webli",
"vocab_size": 32024
}
|