Update README.md
Browse files
README.md
CHANGED
@@ -6,9 +6,21 @@ tags: []
|
|
6 |
|
7 |

|
8 |
|
9 |
-
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
## Benchmarks π
|
14 |
|
|
|
6 |
|
7 |

|
8 |
|
9 |
+
## This is our basic reasoning model before enhanced by Reinforcement Learning.
|
10 |
|
11 |
+
Multimodal LLM x Reasoning Model π π§ π
|
12 |
+
|
13 |
+
After more than six months since creating the 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!
|
14 |
+
- 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.
|
15 |
+
π οΈ We also successfully implemented the GRPO algorithm on the Vintern Multimodel model!
|
16 |
+
- Despite the difficulty of balancing multiple tasks alongside reasoning, Vintern-3B-R-beta has outperformed all previous versions across various benchmarks!
|
17 |
+
|
18 |
+
When should you choose Vintern-1B-3.5 vs. Vintern-3B-R-beta? π€
|
19 |
+
|
20 |
+
- **Vintern-1B-v3.5**: Fast β‘ and good for Vietnamese OCR with simple text formatting. π
|
21 |
+
- **Vintern-3B-R-beta**: Better for complex questions and structured text. ππ OCR performance on blurred or unclear text may be slightly affected due to our training focus on reasoning. ππ€
|
22 |
+
|
23 |
+
π The next step? Training and enhancing its reasoning ability by Reinforcement Learning!
|
24 |
|
25 |
## Benchmarks π
|
26 |
|