|
52 | 52 | } |
53 | 53 |
|
54 | 54 | MODEL_LIST = [ |
55 | | - "stabilityai/japanese-instructblip-alpha", |
| 55 | + # "stabilityai/japanese-instructblip-alpha", |
56 | 56 | "stabilityai/japanese-stable-vlm", |
57 | | - "SakanaAI/Llama-3-EvoVLM-JP-v2", |
58 | 57 | "cyberagent/llava-calm2-siglip", |
59 | | - "llm-jp/llm-jp-3-vila-14b", |
60 | | - "sbintuitions/sarashina2-vision-8b", |
61 | | - "sbintuitions/sarashina2-vision-14b", |
62 | | - "MIL-UT/Asagi-14B", |
63 | 58 | "llava-hf/llava-1.5-7b-hf", |
64 | 59 | "llava-hf/llava-v1.6-mistral-7b-hf", |
65 | 60 | "neulab/Pangea-7B-hf", |
66 | | - "mistralai/Pixtral-12B-2409", |
67 | 61 | "meta-llama/Llama-3.2-11B-Vision-Instruct", |
68 | | - "Efficient-Large-Model/VILA1.5-13b", |
69 | | - "OpenGVLab/InternVL2-8B", |
70 | | - "OpenGVLab/InternVL2-26B", |
| 62 | + "meta-llama/Llama-3.2-90B-Vision-Instruct", |
| 63 | + # "OpenGVLab/InternVL2-8B", |
| 64 | + # "OpenGVLab/InternVL2-26B", |
| 65 | + "Qwen/Qwen2-VL-7B-Instruct", |
| 66 | + "Qwen/Qwen2-VL-72B-Instruct", |
| 67 | + "Qwen/Qwen2.5-VL-3B-Instruct", |
71 | 68 | "Qwen/Qwen2.5-VL-7B-Instruct", |
72 | 69 | "Qwen/Qwen2.5-VL-32B-Instruct", |
73 | 70 | "Qwen/Qwen2.5-VL-72B-Instruct", |
| 71 | + "gpt-4o-2024-11-20", |
| 72 | + # "mistralai/Pixtral-12B-2409", |
| 73 | + "llm-jp/llm-jp-3-vila-14b", |
| 74 | + # "Efficient-Large-Model/VILA1.5-13b", |
| 75 | + "SakanaAI/Llama-3-EvoVLM-JP-v2", |
74 | 76 | "google/gemma-3-4b-it", |
75 | 77 | "google/gemma-3-12b-it", |
76 | 78 | "google/gemma-3-27b-it", |
| 79 | + "google/gemma-3-4b-pt", |
| 80 | + "google/gemma-3-12b-pt", |
| 81 | + "google/gemma-3-27b-pt", |
| 82 | + # "tokyotech-llm/gemma3_4b_exp8-checkpoint-50000", |
| 83 | + "sbintuitions/sarashina2-vision-8b", |
| 84 | + "sbintuitions/sarashina2-vision-14b", |
77 | 85 | "microsoft/Phi-4-multimodal-instruct", |
78 | | - "gpt-4o-2024-11-20", |
| 86 | + "MIL-UT/Asagi-14B", |
| 87 | + "turing-motors/Heron-NVILA-Lite-1B", |
| 88 | + "turing-motors/Heron-NVILA-Lite-2B", |
79 | 89 | "turing-motors/Heron-NVILA-Lite-15B", |
| 90 | + "turing-motors/Heron-NVILA-Lite-33B", |
80 | 91 | ] |
81 | 92 |
|
82 | 93 |
|
|
0 commit comments