--- base_model: [] library_name: transformers tags: - mergekit - merge --- # vv21_llava_qwen3_linear_250711_15 This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). ## Merge Details ### Merge Method This model was merged using the [Linear](https://arxiv.org/abs/2203.05482) merge method. ### Models Merged The following models were included in the merge: * /home/work/.varco_mllm/checkpoints-v2d1/training/vv2d1-llava-qwen3-14b-st4-250708/checkpoint-1400_hf * /home/work/.varco_mllm/checkpoints-v2d1/training/vv2d1-llava-qwen3-14b-st4-250708/checkpoint-1548_hf ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: /home/work/.varco_mllm/checkpoints-v2d1/training/vv2d1-llava-qwen3-14b-st4-250708/checkpoint-1400_hf parameters: weight: 1.0 - model: /home/work/.varco_mllm/checkpoints-v2d1/training/vv2d1-llava-qwen3-14b-st4-250708/checkpoint-1548_hf parameters: weight: 4.0 merge_method: linear dtype: float16 ```