Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
---
|
2 |
-
library_name: transformers
|
3 |
-
license: mit
|
4 |
-
datasets:
|
5 |
-
- 5CD-AI/LLaVA-CoT-o1-Instruct
|
6 |
-
language:
|
7 |
-
- vi
|
8 |
-
- en
|
9 |
-
- zh
|
10 |
-
pipeline_tag: image-text-to-text
|
11 |
-
---
|
12 |
|
13 |
|
14 |

|
@@ -19,7 +19,6 @@ Multimodal LLM x Reasoning Model 👀 🧠 🔍
|
|
19 |
|
20 |
After more than six months since creating the [5CD-AI/LLaVA-CoT-o1-Instruct](https://huggingface.co/datasets/5CD-AI/LLaVA-CoT-o1-Instruct) dataset—one of Hugging Face’s most liked datasets of 2024 🎉—we have just completed the "base" version of the Vintern Reasoning Model!
|
21 |
- This model can perform long and complex reasoning based on images, breaking down each reasoning step into multiple sub-steps while keeping hallucinations under control.
|
22 |
-
🛠️ We also successfully implemented the GRPO algorithm on the Vintern Multimodel model!
|
23 |
- Despite the difficulty of balancing multiple tasks alongside reasoning, Vintern-3B-R-beta has outperformed all previous versions across various benchmarks!
|
24 |
|
25 |
When should you choose [Vintern-1B-v3_5](https://huggingface.co/5CD-AI/Vintern-1B-v3_5) vs Vintern-3B-R-beta? 🤔
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
datasets:
|
5 |
+
- 5CD-AI/LLaVA-CoT-o1-Instruct
|
6 |
+
language:
|
7 |
+
- vi
|
8 |
+
- en
|
9 |
+
- zh
|
10 |
+
pipeline_tag: image-text-to-text
|
11 |
+
---
|
12 |
|
13 |
|
14 |

|
|
|
19 |
|
20 |
After more than six months since creating the [5CD-AI/LLaVA-CoT-o1-Instruct](https://huggingface.co/datasets/5CD-AI/LLaVA-CoT-o1-Instruct) dataset—one of Hugging Face’s most liked datasets of 2024 🎉—we have just completed the "base" version of the Vintern Reasoning Model!
|
21 |
- This model can perform long and complex reasoning based on images, breaking down each reasoning step into multiple sub-steps while keeping hallucinations under control.
|
|
|
22 |
- Despite the difficulty of balancing multiple tasks alongside reasoning, Vintern-3B-R-beta has outperformed all previous versions across various benchmarks!
|
23 |
|
24 |
When should you choose [Vintern-1B-v3_5](https://huggingface.co/5CD-AI/Vintern-1B-v3_5) vs Vintern-3B-R-beta? 🤔
|