Add library name and pipeline tag (#1)
Browse files- Add library name and pipeline tag (0b1d89c0cec3fee1da5c7577983e96d74362a4c4)
Co-authored-by: Niels Rogge <[email protected]>
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]
|