Add pipeline tag and library name
Browse filesThis PR adds the missing pipeline tag and library name, improving discoverability of the model and ensuring the "how to use" button appears on the top right.
README.md
CHANGED
@@ -1,12 +1,14 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
-
language:
|
4 |
-
- en
|
5 |
-
- zh
|
6 |
base_model:
|
7 |
- URSA-MATH/URSA-8B
|
8 |
datasets:
|
9 |
- URSA-MATH/DualMath-1.1M
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# URSA-8B
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
base_model:
|
3 |
- URSA-MATH/URSA-8B
|
4 |
datasets:
|
5 |
- URSA-MATH/DualMath-1.1M
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
- zh
|
9 |
+
license: apache-2.0
|
10 |
+
pipeline_tag: image-text-to-text
|
11 |
+
library_name: transformers
|
12 |
---
|
13 |
|
14 |
# URSA-8B
|