Skip to content

Commit 18813a2

Browse files
committed
upload dolphin-v2
1 parent 07144a8 commit 18813a2

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

docs/models.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ Please use `--format completion` for these models.
405405
* [x] Qwen2-Audio: [7B-Instruct](https://huggingface.co/Qwen/Qwen2-Audio-7B-Instruct/tree/0a095220c30b7b31434169c3086508ef3ea5bf0a)
406406
* [x] Qwen2.5-VL: [3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-3B-Instruct/tree/66285546d2b821cf421d4f5eb2576359d3770cd3), [7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct/tree/cc594898137f460bfe9f0759e9844b3ce807cfb5)
407407
* [x] MiMo-VL: [7B-RL](https://huggingface.co/XiaomiMiMo/MiMo-VL-7B-RL/tree/460c34be0c6cfe79b6b311647ae9112784f80b73), [7B-RL-2508](https://huggingface.co/XiaomiMiMo/MiMo-VL-7B-RL-2508/tree/4bfb270765825d2fa059011deb4c96fdd579be6f)
408+
* [x] Dolphin: [v2](https://huggingface.co/ByteDance/Dolphin-v2/tree/c37c62768c644bb594da4283149c627765aa80f3)
408409

409410
* SmolVLM2 (`SmolVLMForConditionalGeneration`)
410411
* [x] [2.2B-Instruct](https://huggingface.co/HuggingFaceTB/SmolVLM2-2.2B-Instruct/tree/482adb537c021c86670beed01cd58990d01e72e4)

scripts/models.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3619,5 +3619,21 @@
36193619
}
36203620
}
36213621
}
3622+
},
3623+
"dolphin-v2": {
3624+
"brief": "Dolphin-v2 is an enhanced universal document parsing model that substantially improves upon the original Dolphin.",
3625+
"default": "1.5b",
3626+
"license": "Unknown",
3627+
"variants": {
3628+
"4b": {
3629+
"default": "q8",
3630+
"quantized": {
3631+
"q8": {
3632+
"size": 4128566736,
3633+
"url": "chatllm_quantized_dolphin/dolphin-v2.bin"
3634+
}
3635+
}
3636+
}
3637+
}
36223638
}
36233639
}

0 commit comments

Comments
 (0)