Antimage01 nielsr HF staff commited on
Commit
82039dc
·
verified ·
1 Parent(s): 5adab65

Add pipeline tag and library name (#1)

Browse files

- Add pipeline tag and library name (56913cdd6e7420a3f31867285ac11c90b3ecc2bf)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -1,12 +1,15 @@
1
  ---
2
- license: apache-2.0
 
3
  language:
4
  - en
5
  - zh
6
- datasets:
7
- - URSA-MATH/MMathCoT-1M
 
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
  ```