llava-1.5-7b-clip-base-q4f16_1-MLC / mlc-chat-config.json
jykim310's picture
add model
28f0b24 verified
raw
history blame contribute delete
No virus
2.97 kB
{
"model_type": "llava",
"quantization": "q4f16_1",
"model_config": {
"image_token_index": 32000,
"text_config": {
"hidden_size": 4096,
"intermediate_size": 11008,
"num_attention_heads": 32,
"num_hidden_layers": 32,
"rms_norm_eps": 1e-05,
"vocab_size": 32000,
"position_embedding_base": 10000,
"context_window_size": 2048,
"prefill_chunk_size": 2048,
"num_key_value_heads": 32,
"head_dim": 128,
"tensor_parallel_shards": 1,
"max_batch_size": 1,
"kwargs": {
"_name_or_path": "lmsys/vicuna-7b-v1.5",
"architectures": [
"LlamaForCausalLM"
],
"max_position_embeddings": 2048,
"model_type": "llama",
"torch_dtype": "float16",
"bos_token_id": 1,
"eos_token_id": 2,
"hidden_act": "silu",
"initializer_range": 0.02,
"pad_token_id": 0,
"pretraining_tp": 1,
"rope_scaling": null,
"tie_word_embeddings": false,
"transformers_version": "4.31.0.dev0",
"use_cache": true
}
},
"vision_config": {
"hidden_size": 768,
"image_size": 224,
"intermediate_size": 3072,
"num_attention_heads": 12,
"num_hidden_layers": 12,
"patch_size": 16,
"projection_dim": 512,
"vocab_size": 32000,
"num_channels": 3,
"layer_norm_eps": 1e-06,
"kwargs": {
"model_type": "clip_vision_model"
}
},
"vocab_size": 32064,
"context_window_size": 768,
"sliding_window_size": -1,
"prefill_chunk_size": 2048,
"tensor_parallel_shards": 1,
"max_batch_size": 80,
"text_architecture": "LlamaForCausalLM"
},
"vocab_size": 32064,
"context_window_size": 768,
"sliding_window_size": -1,
"prefill_chunk_size": 2048,
"attention_sink_size": -1,
"tensor_parallel_shards": 1,
"mean_gen_len": 128,
"max_gen_len": 512,
"shift_fill_factor": 0.3,
"temperature": 0,
"presence_penalty": 0.0,
"frequency_penalty": 0.0,
"repetition_penalty": 1.0,
"top_p": 0.95,
"conv_template": {
"name": "llava",
"system_template": "{system_message}",
"system_message": "\n",
"system_prefix_token_ids": [
1
],
"add_role_after_system_message": false,
"roles": {
"user": "USER",
"assistant": "ASSISTANT"
},
"role_templates": {
"user": "{user_message}",
"assistant": "{assistant_message}",
"tool": "{tool_message}"
},
"messages": [],
"seps": [
" "
],
"role_content_sep": ": ",
"role_empty_sep": ":",
"stop_str": [
"</s>"
],
"stop_token_ids": [
2
],
"function_string": "",
"use_function_calling": false
},
"pad_token_id": 32001,
"bos_token_id": 1,
"eos_token_id": 2,
"tokenizer_files": [
"tokenizer.model",
"tokenizer.json",
"added_tokens.json",
"tokenizer_config.json"
],
"version": "0.1.0"
}