nielsr HF staff commited on
Commit
9c80a61
·
verified ·
1 Parent(s): a9bf80c

Add library name and pipeline tag

Browse files

This PR adds `library_name` and `pipeline_tag` metadata, improving discoverability.

Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -1,4 +1,6 @@
1
  ---
 
 
2
  language:
3
  - en
4
  - zh
@@ -12,10 +14,13 @@ language:
12
  - km
13
  - su
14
  - tl
 
15
  tags:
16
  - multilingual
17
  - sea
18
  - sailor
 
 
19
  widget:
20
  - text: 如何制作烤鱼?
21
  example_title: Chinese
@@ -29,18 +34,15 @@ widget:
29
  example_title: Indonesian
30
  - text: Làm thế nào để nướng cá?
31
  example_title: Vietnamese
32
- license: apache-2.0
33
- base_model:
34
- - sail/Sailor2-3B
35
  ---
36
 
 
37
  <div align="center">
38
  <img src="sailor2_banner.jpg" width="700"/>
39
  </div>
40
 
41
  > The logo was generated by MidJourney
42
 
43
-
44
  Sailor2 is a community-driven initiative that brings cutting-edge multilingual language models to South-East Asia (SEA).
45
  Our research highlights a strong demand for models in the **8B and 20B parameter** range for production use, alongside **1B models** for specialized applications,
46
  such as speculative decoding and research purposes.
@@ -145,4 +147,5 @@ If you find Sailor2 useful, please cite our work as follows:
145
 
146
  # Contact Us
147
 
148
- 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-3B
4
  language:
5
  - en
6
  - zh
 
14
  - km
15
  - su
16
  - tl
17
+ license: apache-2.0
18
  tags:
19
  - multilingual
20
  - sea
21
  - sailor
22
+ library_name: transformers
23
+ pipeline_tag: text-generation
24
  widget:
25
  - text: 如何制作烤鱼?
26
  example_title: Chinese
 
34
  example_title: Indonesian
35
  - text: Làm thế nào để nướng cá?
36
  example_title: Vietnamese
 
 
 
37
  ---
38
 
39
+ ```markdown
40
  <div align="center">
41
  <img src="sailor2_banner.jpg" width="700"/>
42
  </div>
43
 
44
  > The logo was generated by MidJourney
45
 
 
46
  Sailor2 is a community-driven initiative that brings cutting-edge multilingual language models to South-East Asia (SEA).
47
  Our research highlights a strong demand for models in the **8B and 20B parameter** range for production use, alongside **1B models** for specialized applications,
48
  such as speculative decoding and research purposes.
 
147
 
148
  # Contact Us
149
 
150
+ If you have any questions, please raise an issue or contact us at [[email protected]](mailto:[email protected]) or [[email protected]](mailto:[email protected]).
151
+ ```