Add pipeline tag and library name
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,12 +1,15 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
- zh
|
| 6 |
-
|
| 7 |
-
|
|
|
|
| 8 |
---
|
| 9 |
|
|
|
|
| 10 |
# URSA-8B
|
| 11 |
|
| 12 |
**URSA-8B** is the first small-sized MLLM specifically focused on Chain-of-thought multimodal mathematical reasoning.
|
|
@@ -39,4 +42,5 @@ If you find our paper, model, or data helpful, please give this repo a star 🌟
|
|
| 39 |
journal={arXiv preprint arXiv:2501.04686},
|
| 40 |
year={2025}
|
| 41 |
}
|
|
|
|
| 42 |
```
|
|
|
|
| 1 |
---
|
| 2 |
+
datasets:
|
| 3 |
+
- URSA-MATH/MMathCoT-1M
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
- zh
|
| 7 |
+
license: apache-2.0
|
| 8 |
+
library_name: transformers
|
| 9 |
+
pipeline_tag: image-text-to-text
|
| 10 |
---
|
| 11 |
|
| 12 |
+
```markdown
|
| 13 |
# URSA-8B
|
| 14 |
|
| 15 |
**URSA-8B** is the first small-sized MLLM specifically focused on Chain-of-thought multimodal mathematical reasoning.
|
|
|
|
| 42 |
journal={arXiv preprint arXiv:2501.04686},
|
| 43 |
year={2025}
|
| 44 |
}
|
| 45 |
+
```
|
| 46 |
```
|