ARTICLE DETAIL

资讯详情

深耕网站建设、视觉设计与SEO优化的一线实战洞察。

qwen2.5vl源码解析

qwen2.5vl源码解析

qwen2.5vl解析

1.qwen2.5vl 3b模型结构

![外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传](https://img-home.csdnimg.cn/images/20230724024159.png?origin_url=E%3A%5Cwork_dirs%5Ctypora%5Cimg%5Cqwenvl3b_param.png&pos_id=img-wknZfuI7-1770121914090

class Qwen2_5_VLModel(Qwen2_5_VLPreTrainedModel): base_model_prefix = "" _checkpoint_conversion_mapping = {"^model": "language_model"} config: Qwen2_5_VLConfig _no_split_modules = ["Qwen2_5_VLDecoderLayer", "Qwen2_5_VLVisionBlock"] def __init__(self, config): super().__init__(config) self.visual = Qwen2_5_VisionTransformerPretrainedModel._fro
返回列表