Add library_name and pipeline_tag
Browse filesThis PR improves the model card by adding the `library_name` and `pipeline_tag` fields, ensuring the model can be found on the hub.
README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
- zh
|
@@ -12,6 +14,9 @@ language:
|
|
12 |
- km
|
13 |
- su
|
14 |
- tl
|
|
|
|
|
|
|
15 |
tags:
|
16 |
- multilingual
|
17 |
- sea
|
@@ -32,11 +37,9 @@ widget:
|
|
32 |
example_title: Indonesian
|
33 |
- text: Làm thế nào để nướng cá?
|
34 |
example_title: Vietnamese
|
35 |
-
license: apache-2.0
|
36 |
-
base_model:
|
37 |
-
- sail/Sailor2-L-20B
|
38 |
---
|
39 |
|
|
|
40 |
<div align="center">
|
41 |
<img src="sailor2_banner.jpg" width="700"/>
|
42 |
</div>
|
@@ -148,4 +151,5 @@ If you find Sailor2 useful, please cite our work as follows:
|
|
148 |
|
149 |
# Contact Us
|
150 |
|
151 |
-
If you have any questions, please raise an issue or contact us at [[email protected]](mailto:[email protected]) or [[email protected]](mailto:[email protected]).
|
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- sail/Sailor2-L-20B
|
4 |
language:
|
5 |
- en
|
6 |
- zh
|
|
|
14 |
- km
|
15 |
- su
|
16 |
- tl
|
17 |
+
license: apache-2.0
|
18 |
+
library_name: transformers
|
19 |
+
pipeline_tag: text-generation
|
20 |
tags:
|
21 |
- multilingual
|
22 |
- sea
|
|
|
37 |
example_title: Indonesian
|
38 |
- text: Làm thế nào để nướng cá?
|
39 |
example_title: Vietnamese
|
|
|
|
|
|
|
40 |
---
|
41 |
|
42 |
+
```markdown
|
43 |
<div align="center">
|
44 |
<img src="sailor2_banner.jpg" width="700"/>
|
45 |
</div>
|
|
|
151 |
|
152 |
# Contact Us
|
153 |
|
154 |
+
If you have any questions, please raise an issue or contact us at [[email protected]](mailto:[email protected]) or [[email protected]](mailto:[email protected]).
|
155 |
+
```
|