Add Transformers library and pipeline tag

#3
by nielsr HF staff - opened
Files changed (1) hide show
  1. README.md +12 -10
README.md CHANGED
@@ -1,4 +1,6 @@
1
  ---
 
 
2
  language:
3
  - en
4
  - zh
@@ -12,6 +14,7 @@ language:
12
  - km
13
  - su
14
  - tl
 
15
  tags:
16
  - multilingual
17
  - sea
@@ -24,19 +27,19 @@ widget:
24
  example_title: Chinese
25
  - text: How to bake fish?
26
  example_title: English
27
- - text: Bagaimana cara memanggang ikan?
28
  example_title: Malay
29
- - text: วิธีย่างปลา?
30
  example_title: Thai
31
- - text: Bagaimana membuat bakaran ikan?
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-20B
38
  ---
39
 
 
40
  <div align="center">
41
  <img src="sailor2_banner.jpg" width="700"/>
42
  </div>
@@ -45,7 +48,6 @@ base_model:
45
 
46
  # <strong style="color: red">This model is the outdated Sailor2-20B-Chat-1203 version. <a href="https://huggingface.co/sail/Sailor2-20B-Chat">Sailor2-20B-Chat-0219</a> is the latest version with more precise response. </strong>
47
 
48
-
49
  Sailor2 is a community-driven initiative that brings cutting-edge multilingual language models to South-East Asia (SEA).
50
  Our research highlights a strong demand for models in the **8B and 20B parameter** range for production use, alongside **1B models** for specialized applications,
51
  such as speculative decoding and research purposes.
@@ -74,7 +76,6 @@ During development, we employ a range of advanced technologies to ensure top-tie
74
 
75
  Please refer to [Sailor2 Blog](https://sea-sailor.github.io/blog/sailor2/) for more training details.
76
 
77
-
78
  ## Requirements
79
  The code of Sailor2 has been in the latest Hugging face transformers and we advise you to install `transformers==4.46.3`.
80
 
@@ -149,4 +150,5 @@ If you find Sailor2 useful, please cite our work as follows:
149
 
150
  # Contact Us
151
 
152
- 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-20B
4
  language:
5
  - en
6
  - zh
 
14
  - km
15
  - su
16
  - tl
17
+ license: apache-2.0
18
  tags:
19
  - multilingual
20
  - sea
 
27
  example_title: Chinese
28
  - text: How to bake fish?
29
  example_title: English
30
+ - text: Bagaimana cara memanggang ikan?\
31
  example_title: Malay
32
+ - text: วิธีย่างปลา?\
33
  example_title: Thai
34
+ - text: Bagaimana membuat bakaran ikan?\
35
  example_title: Indonesian
36
+ - text: Làm thế nào để nướng cá?\
37
  example_title: Vietnamese
38
+ library_name: transformers
39
+ pipeline_tag: text-generation
 
40
  ---
41
 
42
+ ```markdown
43
  <div align="center">
44
  <img src="sailor2_banner.jpg" width="700"/>
45
  </div>
 
48
 
49
  # <strong style="color: red">This model is the outdated Sailor2-20B-Chat-1203 version. <a href="https://huggingface.co/sail/Sailor2-20B-Chat">Sailor2-20B-Chat-0219</a> is the latest version with more precise response. </strong>
50
 
 
51
  Sailor2 is a community-driven initiative that brings cutting-edge multilingual language models to South-East Asia (SEA).
52
  Our research highlights a strong demand for models in the **8B and 20B parameter** range for production use, alongside **1B models** for specialized applications,
53
  such as speculative decoding and research purposes.
 
76
 
77
  Please refer to [Sailor2 Blog](https://sea-sailor.github.io/blog/sailor2/) for more training details.
78
 
 
79
  ## Requirements
80
  The code of Sailor2 has been in the latest Hugging face transformers and we advise you to install `transformers==4.46.3`.
81
 
 
150
 
151
  # Contact Us
152
 
153
+ If you have any questions, please raise an issue or contact us at [[email protected]](mailto:[email protected]) or [[email protected]](mailto:[email protected]).
154
+ ```