nielsr HF staff commited on
Commit
0b1d89c
·
verified ·
1 Parent(s): c2f60fa

Add library name and pipeline tag

Browse files

This PR makes it easier for people to find the model on the hub by adding the text-generation pipeline tag and the transformers library name in the metadata.
The model can now be found at https://huggingface.co/models?pipeline_tag=text-generation&sort=trending.

Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: mit
 
 
3
  ---
4
 
5
  # Ling
@@ -83,4 +85,6 @@ Please refer to [Github](https://github.com/inclusionAI/Ling/blob/master/README.
83
  This code repository is licensed under [the MIT License](https://huggingface.co/inclusionAI/Ling-lite-base/blob/main/LICENCE).
84
 
85
  ## Citation
 
 
86
  [TBD]
 
1
  ---
2
  license: mit
3
+ library_name: transformers
4
+ pipeline_tag: text-generation
5
  ---
6
 
7
  # Ling
 
85
  This code repository is licensed under [the MIT License](https://huggingface.co/inclusionAI/Ling-lite-base/blob/main/LICENCE).
86
 
87
  ## Citation
88
+ Paper: https://hf.co/papers/2503.05139
89
+
90
  [TBD]