# VastModelZOO **Repository Path**: taotie/VastModelZOO ## Basic Information - **Project Name**: VastModelZOO - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-20 - **Last Updated**: 2025-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
![logo](./images/index/logo.png) [![License](https://img.shields.io/badge/license-Apache_2.0-yellow)](LICENSE) [![company](https://img.shields.io/badge/vastaitech.com-blue)](https://www.vastaitech.com/)
--- `VastModelZOO`是瀚博半导体维护的AI模型平台,提供了人工智能多个领域(CV、AUDIO、NLP、LLM、MLLM等)的开源模型在瀚博训推芯片上的部署、训练示例。 `VastModelZOO`旨在基于瀚博半导体的硬件产品和软件SDK,展示最佳的编程实践,以达成模型的快速移植和最优性能。 为方便大家使用`VastModelZOO`,我们将持续增加典型模型和基础插件。 ## 依赖软件 基于瀚博半导体的硬件产品使用`VastModelZOO`前,需联系销售代表获取部署软件包。 - 版本号:[VVI-25.11](https://developer.vastaitech.com/downloads/delivery-center?version_uid=484479150992789504) ## 模型列表
CV Models - classification | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :-----: | | [CSPNet](./cv/classification/cspnet/README.md) | [timm](https://github.com/rwightman/pytorch-image-models/blob/v0.6.5/timm/models/cspnet.py) |
model name
| classification | Build_In | | [CSPNet](./cv/classification/cspnet/README.md) | [mmcls](https://github.com/open-mmlab/mmclassification/blob/v0.23.1/configs/cspnet/README.md) |
model name
| classification | Build_In | | [CSPNet](./cv/classification/cspnet/README.md) | [ppcls](https://github.com/PaddlePaddle/PaddleClas/blob/v2.4.0/docs/zh_CN/models/Others.md) |
model name
| classification | Build_In | | [DenseNet](./cv/classification/densenet/README.md) | [timm](https://github.com/rwightman/pytorch-image-models/blob/v0.6.5/timm/models/densenet.py) |
model name
| classification | Build_In | | [DenseNet](./cv/classification/densenet/README.md) | [torchvision](https://github.com/pytorch/vision/blob/v0.9.0/torchvision/models/densenet.py) |
model name
| classification | Build_In | | [DenseNet](./cv/classification/densenet/README.md) | [mmcls](https://github.com/open-mmlab/mmclassification/blob/master/mmcls/models/backbones/densenet.py) |
model name
| classification | Build_In | | [DenseNet](./cv/classification/densenet/README.md) | [keras](https://github.com/keras-team/keras/blob/2.3.1/keras/applications/densenet.py) |
model name
| classification | Build_In | | [DenseNet](./cv/classification/densenet/README.md) | [ppcls](https://github.com/PaddlePaddle/PaddleClas/blob/release/2.4/docs/zh_CN/algorithm_introduction/ImageNet_models.md#dpn-与-densenet-系列-1415) |
model name
| classification | Build_In | | [DLANet](./cv/classification/dlanet/README.md) | [timm](https://github.com/rwightman/pytorch-image-models/blob/v0.6.5/timm/models/dla.py) |
model name
| classification | Build_In | | [DLANet](./cv/classification/dlanet/README.md) | [ppcls](https://github.com/PaddlePaddle/PaddleClas/blob/v2.4.0/docs/zh_CN/models/DLA.md) |
model name
| classification | Build_In | | [DLANet](./cv/classification/dlanet/README.md) | [ucbdrive](https://github.com/ucbdrive/dla/blob/master/dla.py) |
model name
| classification | Build_In | | [EfficientNet](./cv/classification/efficientnet/README.md) | [timm](https://github.com/rwightman/pytorch-image-models/blob/v0.6.5/timm/models/efficientnet.py) |
model name
| classification | Build_In | | [EfficientNet_v2](./cv/classification/efficientnet_v2/README.md) | [timm](https://github.com/rwightman/pytorch-image-models/blob/v0.6.5/timm/models/efficientnet.py) |
model name
| classification | Build_In | | [ESNet](./cv/classification/esnet/README.md) | [ppcls](https://github.com/PaddlePaddle/PaddleClas/blob/v2.4.0/ppcls/arch/backbone/legendary_models/esnet.py) |
model name
| classification | Build_In | | [GhostNet](./cv/classification/ghostnet/README.md) | [timm](https://github.com/rwightman/pytorch-image-models/blob/v0.6.5/timm/models/ghostnet.py) |
model name
| classification | Build_In | | [GhostNet](./cv/classification/ghostnet/README.md) | [ppcls](https://github.com/PaddlePaddle/PaddleClas/blob/release%2F2.5/docs/zh_CN/models/ImageNet1k/GhostNet.md) |
model name
| classification | Build_In | | [HRNet](./cv/classification/hrnet/README.md) | [official](https://github.com/HRNet/HRNet-Image-Classification) |
model name
| classification | Build_In | | [HRNet](./cv/classification/hrnet/README.md) | [mmcls](https://github.com/open-mmlab/mmclassification/blob/master/mmcls/models/backbones/hrnet.py) |
model name
| classification | Build_In | | [HRNet](./cv/classification/hrnet/README.md) | [timm](https://github.com/rwightman/pytorch-image-models/blob/v0.6.5/timm/models/hrnet.py) |
model name
| classification | Build_In | | [HRNet](./cv/classification/hrnet/README.md) | [ppcls](https://github.com/PaddlePaddle/PaddleClas/blob/release/2.4/docs/zh_CN/algorithm_introduction/ImageNet_models.md#hrnet-系列-13) |
model name
| classification | Build_In | | [Inception_v3](./cv/classification/inception_v3/README.md) | [timm](https://github.com/rwightman/pytorch-image-models/blob/v0.6.5/timm/models/inception_v3.py) |
model name
| classification | Build_In | | [Inception_v3](./cv/classification/inception_v3/README.md) | [torchvision](https://github.com/pytorch/vision/blob/main/torchvision/models/inception.py) |
model name
| classification | Build_In | | [Inception_v3](./cv/classification/inception_v3/README.md) | [ppcls](https://github.com/PaddlePaddle/PaddleClas/blob/v2.4.0/docs/zh_CN/models/Inception.md) |
model name
| classification | Build_In | | [Inception_v4](./cv/classification/inception_v4/README.md) | [timm](https://github.com/rwightman/pytorch-image-models/blob/v0.6.5/timm/models/inception_v4.py) |
model name
| classification | Build_In | | [Inception_v4](./cv/classification/inception_v4/README.md) | [ppcls](https://github.com/PaddlePaddle/PaddleClas/blob/v2.4.0/docs/zh_CN/models/Inception.md) |
model name
| classification | Build_In | | [IResNet](./cv/classification/iresnet/README.md) | [official](https://github.com/iduta/iresnet/blob/master/models/iresnet.py) |
model name
| classification | Build_In | | [MNasNet](./cv/classification/mnasnet/README.md) | [torchvision](https://github.com/pytorch/vision/blob/v0.9.0/torchvision/models/mnasnet.py) |
model name
| classification | Build_In | | [MobileNet_v1](./cv/classification/mobilenet_v1/README.md) | [keras](https://github.com/keras-team/keras/blob/v2.9.0/keras/applications/mobilenet.py) |
model name
| classification | Build_In | | [MobileNet_v1](./cv/classification/mobilenet_v1/README.md) | [ppcls](https://github.com/PaddlePaddle/PaddleClas/blob/v2.4.0/ppcls/arch/backbone/legendary_models/mobilenet_v1.py) |
model name
| classification | Build_In | | [MobileNet_v2](./cv/classification/mobilenet_v2/README.md) | [torchvision](https://github.com/pytorch/vision/blob/v0.9.0/torchvision/models/mobilenetv2.py) |
model name
| classification | Build_In | | [MobileNet_v2](./cv/classification/mobilenet_v2/README.md) | [timm](https://github.com/rwightman/pytorch-image-models/blob/master/timm/models/efficientnet.py#L92) |
model name
| classification | Build_In | | [MobileNet_v2](./cv/classification/mobilenet_v2/README.md) | [mmcls](https://github.com/open-mmlab/mmclassification/blob/master/mmcls/models/backbones/mobilenet_v2.py) |
model name
| classification | Build_In | | [MobileNet_v2](./cv/classification/mobilenet_v2/README.md) | [keras](https://github.com/keras-team/keras/blob/v2.9.0/keras/applications/mobilenet_v2.py) |
model name
| classification | Build_In | | [MobileNet_v2](./cv/classification/mobilenet_v2/README.md) | [ppcls](https://github.com/PaddlePaddle/PaddleClas/blob/v2.4.0/ppcls/arch/backbone/model_zoo/mobilenet_v2.py) |
model name
| classification | Build_In | | [MobileNet_v3](./cv/classification/mobilenet_v3/README.md) | [torchvision](https://github.com/pytorch/vision/blob/v0.9.0/torchvision/models/mobilenetv3.py) |
model name
| classification | Build_In | | [MobileNet_v3](./cv/classification/mobilenet_v3/README.md) | [timm](https://github.com/rwightman/pytorch-image-models/blob/v0.6.5/timm/models/mobilenetv3.py) |
model name
| classification | Build_In | | [MobileNet_v3](./cv/classification/mobilenet_v3/README.md) | [ppcls](https://github.com/PaddlePaddle/PaddleClas/blob/v2.4.0/ppcls/arch/backbone/legendary_models/mobilenet_v3.py) |
model name
| classification | Build_In | | [MobileNet_v3](./cv/classification/mobilenet_v3/README.md) | [showlo](https://github.com/ShowLo/MobileNetV3) |
model name
| classification | Build_In | | [MobileNet_v3](./cv/classification/mobilenet_v3/README.md) | [sqlai](https://github.com/xiaolai-sqlai/mobilenetv3) |
model name
| classification | Build_In | | [MobileOne](./cv/classification/mobileone/README.md) | [official](https://github.com/apple/ml-mobileone/blob/main/mobileone.py) |
model name
| classification | Build_In | | [MobileViT](./cv/classification/mobilevit/README.md) | [apple](https://github.com/apple/ml-cvnets) |
model name
| classification | Build_In | | [PPLCNet](./cv/classification/pplcnet/README.md) | [ppcls](https://github.com/PaddlePaddle/PaddleClas/blob/v2.4.0/ppcls/arch/backbone/legendary_models/pp_lcnet.py) |
model name
| classification | Build_In | | [PPLCNet_v2](./cv/classification/pplcnet_v2/README.md) | [ppcls](https://github.com/PaddlePaddle/PaddleClas/blob/v2.4.0/ppcls/arch/backbone/legendary_models/pp_lcnet_v2.py) |
model name
| classification | Build_In | | [RepOPT](./cv/classification/repopt/README.md) | [official](https://github.com/DingXiaoH/RepOptimizers) |
model name
| classification | Build_In | | [RepVGG](./cv/classification/repvgg/README.md) | [official](https://github.com/DingXiaoH/RepVGG) |
model name
| classification | Build_In | | [Res2Net](./cv/classification/res2net/README.md) | [ppcls](https://github.com/PaddlePaddle/PaddleClas/blob/release/2.5/docs/zh_CN/models/ImageNet1k/Res2Net.md) |
model name
| classification | Build_In | | [ResNeSt](./cv/classification/resnest/README.md) | [official](https://github.com/zhanghang1989/ResNeSt) |
model name
| classification | Build_In | | [ResNet](./cv/classification/resnet/README.md) | [timm](https://github.com/rwightman/pytorch-image-models/blob/v0.6.5/timm/models/resnet.py) |
model name
| classification | Build_In | | [ResNet](./cv/classification/resnet/README.md) | [torchvision](https://github.com/pytorch/vision/blob/v0.9.0/torchvision/models/resnet.py) |
model name
| classification | Build_In | | [ResNet](./cv/classification/resnet/README.md) | [mmcls](https://github.com/open-mmlab/mmclassification/blob/v0.23.2/configs/resnet/README.md) |
model name
| classification | Build_In | | [ResNet](./cv/classification/resnet/README.md) | [ppcls](https://github.com/PaddlePaddle/PaddleClas/blob/v2.4.0/docs/zh_CN/models/ResNet.md) |
model name
| classification | Build_In | | [ResNet](./cv/classification/resnet/README.md) | [keras](https://github.com/keras-team/keras/blob/2.3.1/keras/applications/resnet.py) |
model name
| classification | Build_In | | [ResNet](./cv/classification/resnet/README.md) | [oneflow](https://github.com/Oneflow-Inc/vision/blob/main/flowvision/models/resnet.py) |
model name
| classification | Build_In | | [ResNeXt](./cv/classification/resnext/README.md) | [timm](https://github.com/rwightman/pytorch-image-models/blob/v0.6.5/timm/models/resnet.py) |
model name
| classification | Build_In | | [ResNeXt](./cv/classification/resnext/README.md) | [torchvision](https://github.com/pytorch/vision/blob/v0.9.0/torchvision/models/resnet.py) |
model name
| classification | Build_In | | [ResNeXt](./cv/classification/resnext/README.md) | [mmcls](https://github.com/open-mmlab/mmclassification/blob/v0.23.2/configs/resnext/README.md) |
model name
| classification | Build_In | | [ResNeXt](./cv/classification/resnext/README.md) | [ppcls](https://github.com/PaddlePaddle/PaddleClas/blob/v2.4.0/docs/zh_CN/models/SEResNext_and_Res2Net.md) |
model name
| classification | Build_In | | [SENet](./cv/classification/senet/README.md) | [timm](https://github.com/rwightman/pytorch-image-models/blob/v0.6.5/timm/models/resnet.py) |
model name
| classification | Build_In | | [ShuffleNet_v1](./cv/classification/shufflenet_v1/README.md) | [mmcls](https://github.com/open-mmlab/mmclassification/tree/v0.23.1/configs/shufflenet_v1) |
model name
| classification | Build_In | | [ShuffleNet_v1](./cv/classification/shufflenet_v1/README.md) | [megvii](https://github.com/megvii-model/ShuffleNet-Series/tree/master/ShuffleNetV1) |
model name
| classification | Build_In | | [ShuffleNet_v2](./cv/classification/shufflenet_v2/README.md) | [torchvision](https://github.com/pytorch/vision/blob/v0.9.0/torchvision/models/shufflenetv2.py) |
model name
| classification | Build_In | | [ShuffleNet_v2](./cv/classification/shufflenet_v2/README.md) | [mmcls](https://github.com/open-mmlab/mmclassification/blob/master/mmcls/models/backbones/shufflenet_v2.py) |
model name
| classification | Build_In | | [ShuffleNet_v2](./cv/classification/shufflenet_v2/README.md) | [ppcls](https://github.com/PaddlePaddle/PaddleClas/blob/v2.4.0/ppcls/arch/backbone/model_zoo/shufflenet_v2.py) |
model name
| classification | Build_In | | [ShuffleNet_v2](./cv/classification/shufflenet_v2/README.md) | [megvii](https://github.com/megvii-model/ShuffleNet-Series/blob/master/ShuffleNetV2/README.md) |
model name
| classification | Build_In | | [Swin](./cv/classification/swin_transformer/README.md) | [microsoft](https://github.com/microsoft/Swin-Transformer?tab=readme-ov-file) |
model name
| classification | Build_In | | [VGG](./cv/classification/vgg/README.md) | [timm](https://github.com/rwightman/pytorch-image-models/blob/v0.6.5/timm/models/vgg.py) |
model name
| classification | Build_In | | [VGG](./cv/classification/vgg/README.md) | [torchvision](https://github.com/pytorch/vision/blob/v0.9.0/torchvision/models/vgg.py) |
model name
| classification | Build_In | | [VGG](./cv/classification/vgg/README.md) | [mmcls](https://github.com/open-mmlab/mmclassification/blob/v0.23.2/configs/vgg/README.md) |
model name
| classification | Build_In | | [VGG](./cv/classification/vgg/README.md) | [ppcls](https://github.com/PaddlePaddle/PaddleClas/blob/release/2.5/docs/zh_CN/models/ImageNet1k/VGG.md) |
model name
| classification | Build_In | | [ViT](./cv/classification/vision_transformer/README.md) | [huggingface](https://huggingface.co/google/vit-base-patch16-224) |
model name
| classification | Build_In | | [VOVNet](./cv/classification/vovnet/README.md) | [timm](https://github.com/rwightman/pytorch-image-models/blob/v0.6.5/timm/models/vovnet.py) |
model name
| classification | Build_In | | [Wide ResNet](./cv/classification/wide_resnet/README.md) | [timm](https://github.com/rwightman/pytorch-image-models/blob/v0.6.5/timm/models/resnet.py) |
model name
| classification | Build_In | | [Wide ResNet](./cv/classification/wide_resnet/README.md) | [torchvision](https://github.com/pytorch/vision/blob/v0.9.0/torchvision/models/resnet.py) |
model name
| classification | Build_In | | [Xception](./cv/classification/xception/README.md) | [ppcls](https://github.com/PaddlePaddle/PaddleClas/blob/release/2.3/docs/zh_CN/models/Inception.md) |
model name
| classification | Build_In | - object detection | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :-----: | | [CenterNet](./cv/detection/centernet/README.md) | [official](https://github.com/xingyizhou/CenterNet) |
model name
| object detection | Build_In | | [DETR](./cv/detection/detr/README.md) | [facebook](https://github.com/facebookresearch/detr?tab=readme-ov-file) |
model name
| object detection | Build_In | | [FastestDet](./cv/detection/fastestdet/README.md) | [official](https://github.com/dog-qiuqiu/FastestDet) |
model name
| object detection | Build_In | | [Grounding-DINO](./cv/detection/grounding_dino/README.md) | [official](https://github.com/IDEA-Research/GroundingDINO) |
model name
| object detection | Build_In | | [NanoDet](./cv/detection/nanodet/README.md) | [official](https://github.com/RangiLyu/nanodet) |
model name
| object detection | Build_In | | [RetinaNet](./cv/detection/retinanet/README.md) | [pytorch](https://github.com/yhenon/pytorch-retinanet/tree/master) |
model name
| object detection | Build_In | | [RetinaNet](./cv/detection/retinanet/README.md) | [mlcommons](https://github.com/mlcommons/inference/tree/master/vision/classification_and_detection) |
model name
| object detection | Build_In | | [RetinaNet](./cv/detection/retinanet/README.md) | [mmdet](https://github.com/open-mmlab/mmdetection/tree/v3.1.0) |
model name
| object detection | Build_In | | [RT-DETR](./cv/detection/rtdetr/README.md) | [official](https://github.com/lyuwenyu/RT-DETR) |
model name
| object detection | Build_In | | [YOLO-World](./cv/detection/yolo_world/README.md) | [official](https://github.com/AILab-CVC/YOLO-World) |
model name
| object detection | Build_In | | [YOLOF](./cv/detection/yolof/README.md) | [mmdet](https://github.com/open-mmlab/mmdetection/tree/main/configs/yolof) |
model name
| object detection | Build_In | | [YoloFastV2](./cv/detection/yolofastv2/README.md) | [official](https://github.com/dog-qiuqiu/Yolo-FastestV2) |
model name
| object detection | Build_In | | [YOLOR](./cv/detection/yolor/README.md) | [official](https://github.com/WongKinYiu/yolor/tree/paper) |
model name
| object detection | Build_In | | [Yolov3](./cv/detection/yolov3/README.md) | [pytorch(u)](https://github.com/ultralytics/yolov3/tree/v9.5.0) |
model name
| object detection | Buid_In | | [Yolov4](./cv/detection/yolov4/README.md) | [darknet](https://github.com/AlexeyAB/darknet) |
model name
| object detection | Buid_In | | [Yolov4](./cv/detection/yolov4/README.md) | [bubbliiiing](https://github.com/bubbliiiing/yolov4-pytorch) |
model name
| object detection | Buid_In | | [Yolov4](./cv/detection/yolov4/README.md) | [tianxiaomo](https://github.com/Tianxiaomo/pytorch-YOLOv4) |
model name
| object detection | Buid_In | | [Yolov5](./cv/detection/yolov5/README.md) | [pytorch(u)](https://github.com/ultralytics/yolov5/tree/v6.1) |
model name
| object detection | Build_In | | [Yolov5](./cv/detection/yolov5/README.md) | [mmyolo](https://github.com/open-mmlab/mmyolo/tree/v0.1.3/configs/yolov5) |
model name
| object detection | Build_In | | [yolov6](./cv/detection/yolov6/README.md) | [yolov6](https://github.com/meituan/YOLOv6) |
model name
| object detection | Build_In | | [yolov7](./cv/detection/yolov7/README.md) | [yolov7](https://github.com/WongKinYiu/yolov7) |
model name
| object detection | Build_In | | [yolov8](./cv/detection/yolov8/README.md) | [yolov8](https://github.com/ultralytics/ultralytics) |
model name
| object detection | Build_In | | [yolov10](./cv/detection/yolov10/README.md) | [yolov10](https://github.com/THU-MIG/yolov10.git) |
model name
| object detection | Build_In | | [Yolov11](./cv/detection/yolov11/README.md) | [official](https://github.com/ultralytics/ultralytics) |
model name
| object detection | Build_In | | [Yolov12](./cv/detection/yolov12/README.md) | [official](https://github.com/sunsmarterjie/yolov12.git) |
model name
| object detection | Build_In | | [Yolox](./cv/detection/yolox/README.md) | [official](https://github.com/Megvii-BaseDetection/YOLOX) |
model name
| object detection | Build_In | | [Yolox](./cv/detection/yolox/README.md) | [mmyolo](https://github.com/open-mmlab/mmyolo/blob/main/configs/yolox/README.md) |
model name
| object detection | Build_In | - segmentation | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :-----: | | [BiSeNet](./cv/segmentation/bisenet/README.md) | [pytorch](https://github.com/CoinCheung/BiSeNet/) |
model name
| segmentation | Build_In | | [BiSeNet](./cv/segmentation/bisenet/README.md) | [pytorch](https://github.com/zllrunning/face-parsing.PyTorch) |
model name
| face segmentation | Build_In | | [Deeplab_v3](./cv/segmentation/deeplab_v3/README.md) | [pytorch](https://github.com/VainF/DeepLabV3Plus-Pytorch) |
model name
| segmentation | Build_In | | [Deeplab_v3_plus](./cv/segmentation/deeplab_v3/README.md) | [pytorch](https://github.com/VainF/DeepLabV3Plus-Pytorch) |
model name
| segmentation | Build_In | | [FCN](./cv/segmentation/fcn/README.md) | [pytorch](https://github.com/Tramac/awesome-semantic-segmentation-pytorch/blob/master/README.md) |
model name
| segmentation | Build_In | | [FCN](./cv/segmentation/fcn/README.md) | [mmseg](https://github.com/open-mmlab/mmsegmentation/tree/master/configs/fcn) |
model name
| segmentation | Build_In | | [HRNet_Seg](./cv/segmentation/hrnet/README.md) | [pytorch](https://github.com/HRNet/HRNet-Semantic-Segmentation/tree/pytorch-v1.1) |
model name
| segmentation | Build_In | | [Human_Seg](./cv/segmentation/human_seg/README.md) | [pytorch](https://github.com/thuyngch/Human-Segmentation-PyTorch) |
model name
| human segmentation | Build_In | | [Mask2Former](./cv/segmentation/mask2former/README.md) | [official](https://github.com/facebookresearch/Mask2Former) |
model name
| instance segmentation | Build_In | | [MODNet](./cv/segmentation/modnet/README.md) | [official](https://github.com/ZHKKKe/MODNet) |
model name
| matting | Build_In | | [ParseNet](./cv/segmentation/parsenet/README.md) | [pytorch](https://github.com/yangxy/GPEN/blob/main/face_parse/parse_model.py) |
model name
| face segmentation | Build_In | | [R2U_Net](./cv/segmentation/r2u_net/README.md) | [pytorch](https://github.com/Andy-zhujunwen/UNET-ZOO) |
model name
| segmentation | Build_In | | [RefineNet](./cv/segmentation/refinenet/README.md) | [pytorch](https://github.com/DrSleep/light-weight-refinenet) |
model name
| segmentation | Build_In | | [STDC](./cv/segmentation/stdc/README.md) | [official](https://github.com/MichaelFan01/STDC-Seg) |
model name
| segmentation | Build_In | | [Unet](./cv/segmentation/unet/README.md) | [bubbliiiing](https://github.com/bubbliiiing/unet-pytorch) |
model name
| segmentation | Build_In | | [Unet](./cv/segmentation/unet/README.md) | [milesial](https://github.com/milesial/Pytorch-UNet) |
model name
| segmentation | Build_In | | [Unet](./cv/segmentation/unet/README.md) | [keras](https://github.com/zhixuhao/unet) |
model name
| segmentation | Build_In | | [Unet3P](./cv/segmentation/unet3p/README.md) | [pytorch](https://github.com/avBuffer/UNet3plus_pth) |
model name
| segmentation | Build_In | | [UnetPP](./cv/segmentation/unetpp/README.md) | [pytorch](https://github.com/Andy-zhujunwen/UNET-ZOO) |
model name
| segmentation | Build_In | | [Yolov8-seg](./cv/segmentation/yolov8_seg/README.md) | [ultralytics](https://github.com/ultralytics/ultralytics/tree/main) |
model name
| instance segmentation | Build_In | - face alignment | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :-----: | | [HIH](./cv/face_alignment/hih/README.md) | [pytorch](https://github.com/starhiking/HeatmapInHeatmap) |
model name
| face alignment | Build_In | | [HRNet_Face_Alignment](./cv/face_alignment/hrnet_face_alignment/README.md) | [pytorch](https://github.com/HRNet/HRNet-Facial-Landmark-Detection) |
model name
| face alignment | Build_In | | [PFLD](./cv/face_alignment/pfld/README.md) | [pytorch](https://github.com/polarisZhao/PFLD-pytorch) |
model name
| face alignment | Build_In | | [PIPNet](./cv/face_alignment/pipnet/README.md) | [official](https://github.com/jhb86253817/PIPNet/tree/master) |
model name
| face alignment | Build_In | - face detection | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :-----: | | [CenterFace](./cv/face_detection/centerface/README.md) | [onnx](https://github.com/Star-Clouds/CenterFace) |
model name
| face detection | Build_In | | [RetinaFace](./cv/face_detection/retinaface/README.md) | [pytorch](https://github.com/biubug6/Pytorch_Retinaface) |
model name
| face detection | Build_In | | [SCRFD](./cv/face_detection/scrfd/README.md) | [insightface](https://github.com/deepinsight/insightface/tree/master/detection/scrfd) |
model name
| face detection | Build_In | | [YOLO5Face](./cv/face_detection/yolov5_face/README.md) | [pytorch](https://github.com/deepcam-cn/yolov5-face) |
model name
| face detection | Build_In | - facial quality | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :-----: | | [SDD-FIQA](./cv/face_quality/sdd_fiqa/README.md) | [sdd_fiqa](https://github.com/Tencent/TFace/tree/quality) |
model name
| face quality | Build_In | - face recognize | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :-----: | | [FaceNet](./cv/face_recognize/facenet/README.md) | [tensorflow](https://github.com/davidsandberg/facenet) |
model name
| face recognize | Build_In | | [FaceNet](./cv/face_recognize/facenet/README.md) | [pytorch](https://github.com/timesler/facenet-pytorch) |
model name
| face recognize | Build_In | - facial attribute | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :-----: | | [FairFace](./cv/facial_attribute/fairface/README.md) | [official](https://github.com/dchen236/FairFace) |
model name
| face attribute | Build_In | - image colorization | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :-----: | | [GPEN](./cv/image_colorization/gpen/README.md) | [official](https://github.com/yangxy/GPEN) |
model name
| image colorization | Build_In | - image compress | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :-----: | | [Elic](./cv/image_compress/elic/README.md) | [official](https://github.com/JiangWeibeta/ELIC) |
model name
| image compress | Build_In | | [Mlicpp](./cv/image_compress/mlic_pp/README.md) | [official](https://github.com/JiangWeibeta/MLIC) |
model name
| image compress | Build_In | - image retrieval | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :-----: | | [DINOv2](./cv/image_retrieval/dinov2/README.md) | [official](https://github.com/facebookresearch/dinov2) |
model name
| image_retrieval | Build_In | - low light image enhancement | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :-----: | | [PairLIE](./cv/low_light_image_enhancement/pairlie/README.md) | [official](https://github.com/zhenqifu/PairLIE) |
model name
| low light image enhancement | Build_In | | [USUIR](./cv/low_light_image_enhancement/usuir/README.md) | [official](https://github.com/zhenqifu/USUIR) |
model name
| low light image enhancement | Build_In | - mot | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :-----: | | [ByteTrack](./cv/mot/bytetrack/README.md) | [official](https://github.com/ifzhang/ByteTrack) |
model name
| mot | Build_In | | [DeepSort](./cv/mot/deep_sort/README.md) | [pytorch](https://github.com/ZQPei/deep_sort_pytorch) |
model name
| mot | Build_In | | [FairMOT](./cv/mot/fairmot/README.md) | [official](https://github.com/ifzhang/FairMOT) |
model name
| mot | Build_In | | [JDE](./cv/mot/jde/README.md) | [pytorch](https://github.com/Zhongdao/Towards-Realtime-MOT/tree/master) |
model name
| mot | Build_In | | [OCSORT](./cv/mot/ocsort/README.md) | [pytorch](https://github.com/noahcao/OC_SORT/tree/master) |
model name
| mot | Build_In | - pose | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :-----: | | [OpenPose](./cv/pose/openpose/README.md) | [pytorch](https://github.com/Hzzone/pytorch-openpose) |
model name
| pose | Build_In | | [HRNet_Pose](./cv/pose/hrnet_pose/README.md) | [mmpose](https://github.com/open-mmlab/mmpose/blob/master/configs/body/2d_kpt_sview_rgb_img/associative_embedding/coco/higherhrnet_w32_coco_512x512.py) |
model name
| pose | Build_In | | [Yolov8_Pose](./cv/pose/yolov8_pose/README.md) | [ultralytics](https://docs.ultralytics.com/tasks/pose/) |
model name
| pose | Build_In | - reid | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :-----: | | [Fast_Reid](./cv/reid/fast_reid/README.md) | [official](https://github.com/JDAI-CV/fast-reid) |
model name
| reid | Build_In | - salient object detection | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :-----: | | [BSANet](./cv/salient_object_detection/bsanet/README.md) | [official](https://github.com/xuebinqin/BASNet) |
model name
| salient object detection | Build_In | | [BSANet](./cv/salient_object_detection/bsanet/README.md) | [salod](https://github.com/moothes/SALOD/tree/master) |
model name
| salient object detection | Build_In | | [DHSNet](./cv/salient_object_detection/dhsnet/README.md) | [salod](https://github.com/moothes/SALOD/tree/master) |
model name
| salient object detection | Build_In | | [EGNet](./cv/salient_object_detection/egnet/README.md) | [salod](https://github.com/moothes/SALOD) |
model name
| salient object detection | Build_In | | [F3Net](./cv/salient_object_detection/f3net/README.md) | [official](https://github.com/weijun88/F3Net) |
model name
| salient object detection | Build_In | | [GCPANet](./cv/salient_object_detection/gcpanet/README.md) | [salod](https://github.com/moothes/SALOD/tree/master) |
model name
| salient object detection | Build_In | | [ISNet](./cv/salient_object_detection/isnet/README.md) | [official](https://github.com/xuebinqin/DIS) |
model name
| salient object detection | Build_In | | [SCRN](./cv/salient_object_detection/scrn/README.md) | [salod](https://github.com/moothes/SALOD/tree/master) |
model name
| salient object detection | Build_In | | [U2Net](./cv/salient_object_detection/u2net/README.md) | [official](https://github.com/xuebinqin/U-2-Net/tree/master) |
model name
| salient object detection | Build_In | - super_resolution | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :-----: | | [Bicubic_PlusPlus](./cv/super_resolution/bicubic_plusplus/README.md) | [official](https://github.com/aselsan-research-imaging-team/bicubic-plusplus) |
model name
| super resolution | Build_In | | [BSRGAN](./cv/super_resolution/bsrgan/README.md) | [official](https://github.com/cszn/BSRGAN) |
model name
| super resolution | Build_In | | [ECBSR](./cv/super_resolution/ecbsr/README.md) | [official](https://github.com/xindongzhang/ECBSR) |
model name
| super resolution | Build_In | | [ECBSR](./cv/super_resolution/ecbsr/README.md) | [basicsr](https://github.com/XPixelGroup/BasicSR) |
model name
| super resolution | Build_In | | [EDSR](./cv/super_resolution/edsr/README.md) | [basicsr](https://github.com/XPixelGroup/BasicSR/blob/v1.4.2/docs/ModelZoo_CN.md#图像超分官方模型) |
model name
| super resolution | Build_In | | [EDSR](./cv/super_resolution/edsr/README.md) | [official](https://github.com/sanghyun-son/EDSR-PyTorch) |
model name
| super resolution | Build_In | | [ESRGAN](./cv/super_resolution/esrgan/README.md) | [official](https://github.com/xinntao/ESRGAN) |
model name
| super resolution | Build_In | | [FSRNet*](./cv/super_resolution/fsrnet/README.md) | [pytorch](https://github.com/cs-giung/FSRNet-pytorch) |
model name
| super resolution | Build_In | | [GPEN](./cv/super_resolution/gpen/README.md) | [official](https://github.com/yangxy/GPEN) |
model name
| super resolution | Build_In | | [LESRCNN](./cv/super_resolution/lesrcnn/README.md) | [official](https://github.com/hellloxiaotian/LESRCNN) |
model name
| super resolution | Build_In | | [MSRN](./cv/super_resolution/msrn/README.md) | [official](https://github.com/MIVRC/MSRN-PyTorch) |
model name
| super resolution | Build_In | | [NCNet](./cv/super_resolution/ncnet/README.md) | [official](https://github.com/Algolzw/NCNet) |
model name
| super resolution | Build_In | | [PFSRNet](./cv/super_resolution/pfsrnet/README.md) | [official](https://github.com/DeokyunKim/Progressive-Face-Super-Resolution) |
model name
| face super resolution | Build_In | | [RCAN](./cv/super_resolution/rcan/README.md) | [official](https://github.com/yulunzhang/RCAN) |
model name
| super resolution | Build_In | | [RCAN](./cv/super_resolution/rcan/README.md) | [basicsr](https://github.com/XPixelGroup/BasicSR) |
model name
| super resolution | Build_In | | [Real_ESRGAN](./cv/super_resolution/real_esrgan/README.md) | [official](https://github.com/xinntao/Real-ESRGAN) |
model name
| super resolution | Build_In | | [RealSR](./cv/super_resolution/realsr/README.md) | [official](https://github.com/Tencent/Real-SR) |
model name
| super resolution | Build_In | | [SPARNet](./cv/super_resolution/sparnet/README.md) | [official](https://github.com/chaofengc/Face-SPARNet) |
model name
| super resolution | Build_In | | [VDSR](./cv/super_resolution/vdsr/README.md) | [pytorch](https://github.com/twtygqyy/pytorch-vdsr) |
model name
| super resolution | Build_In | - text detection | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :-----: | | [CT](./cv/text_detection/ct/README.md) | [ppocr](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.7/doc/doc_ch/algorithm_det_ct.md) |
model name
| text detection | Build_In | | [DBNet](./cv/text_detection/dbnet/README.md) | [ppocr](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.6/doc/doc_ch/algorithm_det_db.md) |
model name
| text detection | Build_In | | [DBNet](./cv/text_detection/dbnet/README.md) | [official](https://github.com/MhLiao/DB) |
model name
| text detection | Build_In | | [DBNet](./cv/text_detection/dbnet/README.md) | [mmocr](https://github.com/open-mmlab/mmocr/tree/main/configs/textdet/dbnet) |
model name
| text detection | Build_In | | [EAST](./cv/text_detection/east/README.md) | [ppocr](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.7/doc/doc_ch/algorithm_det_east.md) |
model name
| text detection | Build_In | | [FAST](./cv/text_detection/fast/README.md) | [pytorch](https://github.com/czczup/FAST/tree/main) |
model name
| text detection | Build_In | | [FCENet](./cv/text_detection/fcenet/README.md) | [mmocr](https://github.com/open-mmlab/mmocr/tree/main/configs/textdet/fcenet) |
model name
| text detection | Build_In | | [PAN](./cv/text_detection/pan/README.md) | [pan_pp.pytorch](https://github.com/whai362/pan_pp.pytorch/blob/master/config/pan/README.md) |
model name
| text detection | Build_In | | [PAN++ detection only](./cv/text_detection/pan++/README.md) | [pan_pp.pytorch](https://github.com/whai362/pan_pp.pytorch/blob/master/config/pan_pp/pan_pp_r18_ic15_736_det_only.py) |
model name
| text detection | Build_In | | [PSENet](./cv/text_detection/psenet/README.md) | [pytorch](https://github.com/whai362/pan_pp.pytorch/blob/master/config/psenet/README.md) |
model name
| text detection | Build_In | | [Text Snake](./cv/text_detection/text_snake/README.md) | [mmocr](https://github.com/open-mmlab/mmocr/tree/main/configs/textdet/textsnake) |
model name
| text detection | Build_In | - text recognition | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :-----: | | [CNN_CTC](./cv/text_recognition/cnn_ctc/README.md) | [pytorch](https://github.com/Media-Smart/vedastr) |
model name
| ocr recognize | Build_In | | [CRNN](./cv/text_recognition/crnn/README.md) | [ppocr](https://github.com/PaddlePaddle/PaddleOCR/blob/v2.6.0/doc/doc_ch/algorithm_rec_crnn.md) |
model name
| text recognition | Build_In | | [PPOCR_V4_REC](./cv/text_recognition/ppocr_v4_rec/README.md) | [ppocr](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.7/doc/doc_ch/PP-OCRv4_introduction.md) |
model name
| ocr recognize | Build_In |
NLP Models - information extraction | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :-----: | | [uie](./nlp/information_extraction/uie/README.md) | [uie_pytorch](https://github.com/HUSTAI/uie_pytorch) |
model name
| Information extraction | Build_In | - named entity recognition | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :-----: | | [BERT](./nlp/named_entity_recognition/bert/README.md) | [huggingface](https://github.com/huggingface/transformers/blob/main/src/transformers/models/bert/modeling_bert.py) |
model name
| named entity recognition | Build_In | | [RoBERTa](./nlp/named_entity_recognition/roberta/README.md) | [huggingface](https://github.com/huggingface/transformers/blob/main/src/transformers/models/roberta/modeling_roberta.py) |
model name
| named entity recognition | Build_In | | [ERNIE](./nlp/named_entity_recognition/ernie/README.md) | [huggingface](https://github.com/huggingface/transformers/blob/main/src/transformers/models/ernie/modeling_ernie.py) |
model name
| named entity recognition | Build_In | | [RoBERTa](./nlp/named_entity_recognition/roberta/README.md) | [huggingface](https://github.com/huggingface/transformers/blob/main/src/transformers/models/roberta/modeling_roberta.py) |
model name
| named entity recognition | Build_In | | [XLMRoBERTa](./nlp/named_entity_recognition/xlmroberta/README.md) | [huggingface](https://github.com/huggingface/transformers/blob/main/src/transformers/models/xlm_roberta/modeling_xlm_roberta.py) |
model name
| named entity recognition | Build_In | - question answering | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :-----: | | [BERT](./nlp/question_answering/bert/README.md) | [tensorflow](https://github.com/google-research/bert) |
model name
| question answering | Build_In | | [BERT](./nlp/question_answering/bert/README.md) | [huggingface](https://github.com/huggingface/transformers/blob/main/src/transformers/models/bert/modeling_bert.py) |
model name
| question answering | Build_In | | [ERNIE](./nlp/question_answering/ernie/README.md) | [huggingface](https://github.com/huggingface/transformers/blob/main/src/transformers/models/ernie/modeling_ernie.py) |
model name
| question answering | Build_In | - sentence classification | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :-----: | | [BERT](./nlp/sentence_classification/bert/README.md) | [tensorflow](https://github.com/google-research/bert) |
model name
| sentence classification | Build_In | | [BERT](./nlp/sentence_classification/bert/README.md) | [huggingface](https://github.com/huggingface/transformers/blob/main/src/transformers/models/bert/modeling_bert.py) |
model name
| sentence classification | Build_In | | [BERT](./nlp/sentence_classification/bert/README.md) | [modelscope](https://www.modelscope.cn/models/iic/nlp_structbert_sentiment-classification_chinese-base/summary) |
model name
| sentence classification | Build_In | | [Electra](./nlp/sentence_classification/electra/README.md) | [CIB](https://drive.google.com/drive/folders/1ii0Kz6nxZujiMkoMozrWLbBCGpjmWqh2?usp=sharing) |
model name
| sentence classification | Build_In | | [Electra](./nlp/sentence_classification/electra/README.md) | [huggingface](https://github.com/huggingface/transformers/blob/main/src/transformers/models/electra/modeling_electra.py) |
model name
| sentence classification | Build_In | | [ERNIE](./nlp/sentence_classification/ernie/README.md) | [huggingface](https://github.com/huggingface/transformers/blob/main/src/transformers/models/ernie/modeling_ernie.py) |
model name
| sentence classification | Build_In | | [RoBERTa](./nlp/sentence_classification/roberta/README.md) | [huggingface](https://github.com/huggingface/transformers/blob/main/src/transformers/models/roberta/modeling_roberta.py) |
model name
| sentence classification | Build_In | | [XLMRoBERTa](./nlp/sentence_classification/xlmroberta/README.md) | [huggingface](https://github.com/huggingface/transformers/blob/main/src/transformers/models/xlm_roberta/modeling_xlm_roberta.py) |
model name
| sentence classification | Build_In | - Text2Vec - 以下是Embedding模型 | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :-----: | | [acge](./nlp/text2vec/acge/README.md) | [huggingface](https://huggingface.co/aspire/acge_text_embedding) |
model name
| Embedding model | Build_In | | [bge](./nlp/text2vec/bge/README.md) | [huggingface](https://huggingface.co/collections/BAAI/bge-66797a74476eb1f085c7446d) |
model name
| Embedding model | Build_In | | [bce](./nlp/text2vec/bce/README.md) | [huggingface](https://huggingface.co/maidalun1020/bce-embedding-base_v1) |
model name
| Embedding model | Build_In | | [e5](./nlp/text2vec/e5/README.md)| [huggingface](https://huggingface.co/collections/intfloat/multilingual-e5-text-embeddings-67b2b8bb9bff40dec9fb3534) |
model name
| Embedding model | Build_In | | [gte](./nlp/text2vec/gte/README.md) | [huggingface](https://huggingface.co/thenlper) |
model name
| Embedding model | Build_In | | [m3e](./nlp/text2vec/m3e/README.md)| [huggingface](https://huggingface.co/moka-ai) |
model name
| Embedding model | Build_In | | [text2vec](./nlp/text2vec/text2vec/README.md) | [huggingface](https://huggingface.co/GanymedeNil/text2vec-large-chinese) |
model name
| Embedding model | Build_In | - 以下是Reranker模型 | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :-----: | | [bge]((./nlp/text2vec/bge/README.md)) | [huggingface](https://huggingface.co/BAAI/) |
model name
| Reranker model | Build_In | | [bce](./nlp/text2vec/bce/README.md) | [huggingface](https://huggingface.co/maidalun1020/bce-reranker-base_v1) |
model name
| Reranker model | Build_In |
LLM Models | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :-----: | | [Aquila2](./llm/aquila/README.md) | [huggingface](https://huggingface.co/collections/BAAI/aquila-6698657124de09d10cd7a83f/) |
model name
| large language model | Build_In | | [BaiChuan2](./llm/baichuan2/README.md) | [huggingface](https://huggingface.co/baichuan-inc) |
model name
| large language model | Build_In | | [ChatGLM2](./llm/chatglm2/README.md) | [huggingface](https://huggingface.co/THUDM/chatglm2-6b) |
model name
| large language model | Build_In | | [ChatGLM3](./llm/chatglm3/README.md) | [huggingface](https://huggingface.co/THUDM/chatglm2-6b) |
model name
| large language model | Build_In | | [ChatGLM4](./llm/chatglm4/README.md) | [huggingface](https://huggingface.co/THUDM/chatglm2-6b) |
model name
| large language model | Build_In | | [DeepSeek-R1-Distill](./llm/deepseek_r1/README.md) | [huggingface](https://huggingface.co/deepseek-ai) |
model name
| large language model | Build_In | | [Falcon](./lllm/falcon/README.md) | [huggingface](https://huggingface.co/tiiuae/) |
model name
| large language model | Build_In | | [Gemma](./llm/gemma/README.md) | [huggingface](https://huggingface.co/collections/google/gemma-release-65d5efbccdbb8c4202ec078b) |
model name
| large language model | Build_In | | [Gemma-1.1](./llm/gemma/README.md) | [huggingface](https://huggingface.co/collections/google/gemma-release-65d5efbccdbb8c4202ec078b) |
model name
| large language model | Build_In | | [Internlm2](./llm/internlm2/README.md) | [huggingface](https://huggingface.co/internlm) |
model name
| large language model | Build_In | | [Internlm2_5](./llm/internlm2_5/README.md) | [huggingface](https://huggingface.co/internlm) |
model name
| large language model | Build_In | | [Internlm3](./llm/internlm3/README.md) | [huggingface](https://huggingface.co/internlm) |
model name
| large language model | Build_In | | [LLaMA](./llm/llama/README.md) | [huggingface](https://huggingface.co/meta-llama) |
model name
| large language model | Build_In | | [LLaMA-2](./llm/llama2/README.md) | [huggingface](https://huggingface.co/meta-llama) |
model name
| large language model | Build_In | | [LLaMA-3](./llm/llama3/README.md) | [huggingface](https://huggingface.co/meta-llama) |
model name
| large language model | Build_In | | [LLaMA-3.1](./llm/llama3/README.md) | [huggingface](https://huggingface.co/meta-llama) |
model name
| large language model | Build_In | | [LLaMA-3.2](./llm/llama3/README.md) | [huggingface](https://huggingface.co/meta-llama) |
model name
| large language model | Build_In | | [LLaMA-3.3](./llm/llama3/README.md) | [huggingface](https://huggingface.co/meta-llama) |
model name
| large language model | Build_In | | [Mistral](./llm/mistral/README.md) | [huggingface](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) |
model name
| large language model | Build_In | | [Mobillama](./llm/mobillama/README.md) | [huggingface](https://huggingface.co/collections/MBZUAI/mobillama-65dd4182d588c91e8230332e) |
model name
| large language model | Build_In | | [OpenBuddy](./llm/openbuddy/README.md) | [huggingface](https://huggingface.co/collections/OpenBuddy/our-selected-models-65369270912eef259074d3dc) |
model name
| large language model | Build_In | | [Phi-3](./lllm/phi/README.md) | [huggingface](https://hf-mirror.com/microsoft/Phi-3-mini-4k-instruct) |
model name
| large language model | Build_In | | [Qwen1.5](./llm/qwen1.5/README.md) | [huggingface](https://huggingface.co/Qwen) |
model name
| large language model | Build_In | | [Qwen2](./llm/qwen2/README.md) | [huggingface](https://huggingface.co/Qwen) |
model name
| large language model | Build_In | | [Qwen2.5](./llm/qwen2/README.md) | [huggingface](https://huggingface.co/Qwen) |
model name
| large language model | Build_In | | [Qwen3](./llm/qwen3/README.md) | [huggingface](https://huggingface.co/Qwen) |
model name
| large language model | Build_In | | [QWQ](./llm/qwq/README.md) | [huggingface](https://huggingface.co/Qwen) |
model name
| large language model | Build_In | | [Skywork-OR1](./llm/skywork_or1/README.md) | [huggingface](https://hf-mirror.com/collections/Skywork/skywork-or1-67fa1bcb41b436ef2def76b9) |
model name
| large language model | Build_In | | [Stablelm](./llm/stablelm/README.md) | [huggingface](https://huggingface.co/stabilityai) |
model name
| large language model | Build_In | | [Tigerbot](./llm/tigerbot/README.md) | [huggingface](https://huggingface.co/TigerResearch) |
model name
| large language model | Build_In | | [wizardlm](./llm/wizardlm/README.md) | [huggingface](https://hf-mirror.com/dreamgen/WizardLM-2-7B) |
model name
| large language model | Build_In | | [Yi](./llm/yi/README.md) | [huggingface](https://huggingface.co/01-ai) |
model name
| large language model | Build_In | | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :-----: | | [Qwen2.5](./llm/qwen2/README.md) | [huggingface](https://hf-mirror.com/Qwen)|
model name
| large language model | vLLM | | [Qwen3](./llm/qwen3/README.md) | [huggingface](https://huggingface.co/Qwen) |
model name
| large language model | vLLM | | [DeepSeek-V3](./llm/deepseek_v3/README.md) | [huggingface](https://huggingface.co/deepseek-ai) |
model name
| large language model | vLLM | | [DeepSeek-R1](./llm/deepseek_r1/README.md) | [huggingface](https://huggingface.co/deepseek-ai) |
model name
| large language model | vLLM | > 以下模型为Domain-LLM专业领域模型(医疗、金融、DeepResearch等),一般基于General-LLM模型为基座+专业领域数据集微调+强化学习而来 | model | codebase | model list | model type | runtime | priority | | :------: | :------: | :------: | :------: | :-----: | :------: | |[Tongyi-DeepResearch](llm/tongyi_deepresearch/README.md) | [huggingface](https://huggingface.co/Alibaba-NLP/Tongyi-DeepResearch-30B-A3B)|
model name
|LLM | vLLM | p1 |
VLM Models | model | codebase | model list | model type | runtime | | :------: | :------: | :------: | :------: | :------: | | [CLIP](./vlm/clip/README.md) | [openai](https://github.com/openai/CLIP/tree/main) |
model name
| vision-language model | Build_In | | [Logics_Parsing](./vlm/logics_parsing/README.md) | [huggingface](https://hf-mirror.com/Logics-MLLM/Logics-Parsing)|
model name
| vision-language model | Build_In | | [OCRFlux](./vlm/ocrflux/README.md) | [huggingface](https://hf-mirror.com/ChatDOC/OCRFlux-3B)|
model name
| vision-language model | Build_In | | [olmOCR2](./vlm/olmocr2/README.md) | [huggingface](https://hf-mirror.com/allenai/olmOCR-2-7B-1025)|
model name
| vision-language model | Build_In | | [Qwen2-VL](./vlm/qwen2_vl/README.md) | [huggingface](https://hf-mirror.com/collections/Qwen/qwen2-vl-66cee7455501d7126940800d) |
model name
| vision-language model | Build_In | | [Qwen2.5-VL](./vlm/qwen2_5_vl/README.md) | [huggingface](https://hf-mirror.com/collections/Qwen/qwen25-vl-6795ffac22b334a837c0f9a5) |
model name
| vision-language model | Build_In | | [RolmOCR](./vlm/rolmocr/README.md) | [huggingface](https://hf-mirror.com/reducto/RolmOCR)|
model name
| vision-language model | Build_In | | [SigLip](./vlm/siglip/README.md) | [google](https://github.com/google-research/big_vision) |
model name
| vision-language model | Build_In |
## 免责声明 - `VastModelZOO`提供的模型仅供您用于非商业目的,请参考原始模型来源许可证进行使用 - `VastModelZOO`描述的数据集均为开源数据集,如您使用这些数据集,请参考原始数据集来源许可证进行使用 - 如您不希望您的数据集或模型公布在`VastModelZOO`上,请您提交issue,我们将尽快处理 ## 使用许可 - `VastModelZOO`提供的模型,如原始模型有许可证描述,请以该许可证为准 - `VastModelZOO`遵循[Apache 2.0](LICENSE)许可证许可