Add pipeline tag, library name and paper link
Browse filesThis PR ensures the relevant `library_name` and `pipeline_tag` are present, as well as linking to the paper. This will improve discoverability and usability of the model.
README.md
CHANGED
|
@@ -1,8 +1,13 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 4 |
# Ling
|
| 5 |
|
|
|
|
|
|
|
| 6 |
<p align="center">
|
| 7 |
<img src="https://huggingface.co/inclusionAI/Ling-lite/resolve/main/ant-bailing.png" width="100"/>
|
| 8 |
<p>
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
library_name: transformers
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
---
|
| 6 |
+
|
| 7 |
# Ling
|
| 8 |
|
| 9 |
+
[Paper](https://hf.co/papers/2503.05139)
|
| 10 |
+
|
| 11 |
<p align="center">
|
| 12 |
<img src="https://huggingface.co/inclusionAI/Ling-lite/resolve/main/ant-bailing.png" width="100"/>
|
| 13 |
<p>
|