nielsr HF staff commited on
Commit
34674ea
·
verified ·
1 Parent(s): 3951f6d

Add pipeline tag and library name

Browse files

This PR adds the `pipeline_tag` and `library_name` for the model, enhancing its discoverability and usability.

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,7 @@ language:
12
  - km
13
  - su
14
  - tl
 
15
  tags:
16
  - multilingual
17
  - sea
@@ -29,11 +32,11 @@ 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-7B
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-7B
4
  language:
5
  - en
6
  - zh
 
14
  - km
15
  - su
16
  - tl
17
+ license: apache-2.0
18
  tags:
19
  - multilingual
20
  - sea
 
32
  example_title: Indonesian
33
  - text: Làm thế nào để nướng cá?
34
  example_title: Vietnamese
35
+ library_name: transformers
36
+ pipeline_tag: text-generation
 
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
+ ```