Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -172,27 +172,27 @@
]

intern_model_config = [
(
"OpenGVLab/InternVL2_5-1B",
True,
1,
384,
512,
[
"https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/datasets/cat_style_layout.png",
"https://huggingface.co/datasets/huggingface/documentation-images/resolve/0052a70beed5bf71b92610a43a52df6d286cd5f3/diffusers/rabbit.jpg",
"https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/datasets/cat_style_layout.png",
"https://huggingface.co/datasets/huggingface/documentation-images/resolve/0052a70beed5bf71b92610a43a52df6d286cd5f3/diffusers/rabbit.jpg",
],
[
"Can you describe the image in detail?",
"What are the objects in the image?",
"What is the main subject of the image?",
"What colors are predominant in the image?",
],
2,
4,
),
# (
# "OpenGVLab/InternVL2_5-1B",
# True,
# 1,
# 384,
# 512,
# [
# "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/datasets/cat_style_layout.png",
# "https://huggingface.co/datasets/huggingface/documentation-images/resolve/0052a70beed5bf71b92610a43a52df6d286cd5f3/diffusers/rabbit.jpg",
# "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/datasets/cat_style_layout.png",
# "https://huggingface.co/datasets/huggingface/documentation-images/resolve/0052a70beed5bf71b92610a43a52df6d286cd5f3/diffusers/rabbit.jpg",
# ],
# [
# "Can you describe the image in detail?",
# "What are the objects in the image?",
# "What is the main subject of the image?",
# "What colors are predominant in the image?",
# ],
# 2,
# 4,
# ),
(
"OpenGVLab/InternVL3_5-1B",
True,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,26 +159,26 @@
]

intern_model_config = [
(
"OpenGVLab/InternVL2_5-1B",
True,
1,
384,
512,
"https://image.slidesharecdn.com/azureintroduction-191206101932/75/Introduction-to-Microsoft-Azure-Cloud-1-2048.jpg",
"Please describe the image in detail.",
2,
),
(
"OpenGVLab/InternVL3_5-1B",
True,
1,
384,
512,
"https://image.slidesharecdn.com/azureintroduction-191206101932/75/Introduction-to-Microsoft-Azure-Cloud-1-2048.jpg",
"Please describe the image in detail.",
2,
),
# (
# "OpenGVLab/InternVL2_5-1B",
# True,
# 1,
# 384,
# 512,
# "https://image.slidesharecdn.com/azureintroduction-191206101932/75/Introduction-to-Microsoft-Azure-Cloud-1-2048.jpg",
# "Please describe the image in detail.",
# 2,
# ),
# (
# "OpenGVLab/InternVL3_5-1B",
# True,
# 1,
# 384,
# 512,
# "https://image.slidesharecdn.com/azureintroduction-191206101932/75/Introduction-to-Microsoft-Azure-Cloud-1-2048.jpg",
# "Please describe the image in detail.",
# 2,
# ),
# (
# "OpenGVLab/InternVL2_5-1B",
# False,
Expand Down
Loading