nielsr HF staff commited on
Commit
3f4144a
·
verified ·
1 Parent(s): 52842de

Add library name and pipeline tag

Browse files

This PR improves the model card metadata by adding the `library_name` and `pipeline_tag`, such that the model can be found at https://huggingface.co/models?pipeline_tag=text-generation.

Files changed (1) hide show
  1. README.md +8 -4
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
@@ -29,11 +34,9 @@ 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
- - Qwen/Qwen2.5-0.5B
35
  ---
36
 
 
37
  <div align="center">
38
  <img src="sailor2_banner.jpg" width="700"/>
39
  </div>
@@ -145,4 +148,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
+ - Qwen/Qwen2.5-0.5B
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
 
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>
 
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]).
152
+ ```