Add pipeline tag, library name
#2
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
- zh
|
@@ -12,6 +14,8 @@ language:
|
|
12 |
- km
|
13 |
- su
|
14 |
- tl
|
|
|
|
|
15 |
tags:
|
16 |
- multilingual
|
17 |
- sea
|
@@ -19,6 +23,7 @@ tags:
|
|
19 |
- sft
|
20 |
- chat
|
21 |
- instruction
|
|
|
22 |
widget:
|
23 |
- text: 如何制作烤鱼?
|
24 |
example_title: Chinese
|
@@ -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-8B
|
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-8B
|
4 |
language:
|
5 |
- en
|
6 |
- zh
|
|
|
14 |
- km
|
15 |
- su
|
16 |
- tl
|
17 |
+
license: apache-2.0
|
18 |
+
library_name: transformers
|
19 |
tags:
|
20 |
- multilingual
|
21 |
- sea
|
|
|
23 |
- sft
|
24 |
- chat
|
25 |
- instruction
|
26 |
+
pipeline_tag: text-generation
|
27 |
widget:
|
28 |
- text: 如何制作烤鱼?
|
29 |
example_title: Chinese
|
|
|
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 |
+
```
|