Add pipeline tag and library name
Browse filesThis PR adds the `pipeline_tag` and `library_name` to the model card metadata to improve discoverability and clarity. The `pipeline_tag` is set to `text-generation` based on the model's description and usage. The `library_name` is set to `transformers` because the provided usage example utilizes the Hugging Face `transformers` library. Additionally, I've updated the model download table to include links for both Ling-Lite and Ling-Plus.
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# Ling
|
@@ -22,14 +24,14 @@ As more developers and researchers engage with the platform, we can expect rapid
|
|
22 |
|
23 |
## Model Downloads
|
24 |
|
25 |
-
You can download the following
|
26 |
|
27 |
<div align="center">
|
28 |
|
29 |
| **Model** | **#Total Params** | **#Activated Params** | **Context Length** | **Download** |
|
30 |
| :----------------: | :---------------: | :-------------------: | :----------------: | :----------: |
|
31 |
| Ling-plus-base | 290B | 28.8B | 64K | [🤗 HuggingFace](https://huggingface.co/inclusionAI/Ling-plus-base) |
|
32 |
-
| Ling-
|
33 |
</div>
|
34 |
|
35 |
## Evaluation
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: text-generation
|
5 |
---
|
6 |
|
7 |
# Ling
|
|
|
24 |
|
25 |
## Model Downloads
|
26 |
|
27 |
+
You can download the following models:
|
28 |
|
29 |
<div align="center">
|
30 |
|
31 |
| **Model** | **#Total Params** | **#Activated Params** | **Context Length** | **Download** |
|
32 |
| :----------------: | :---------------: | :-------------------: | :----------------: | :----------: |
|
33 |
| Ling-plus-base | 290B | 28.8B | 64K | [🤗 HuggingFace](https://huggingface.co/inclusionAI/Ling-plus-base) |
|
34 |
+
| Ling-lite | 16.8B | 2.75B | 64K | [🤗 HuggingFace](https://huggingface.co/inclusionAI/Ling-lite) |
|
35 |
</div>
|
36 |
|
37 |
## Evaluation
|