Update metadata: add pipeline_tag and set library_name to transformers (#1)
Browse files- Update metadata: add pipeline_tag and set library_name to transformers (68ce7ca98eced6029ae357f08782f9f1a8741314)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,15 +1,16 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
datasets:
|
| 4 |
- monology/pile-uncopyrighted
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
-
library_name:
|
|
|
|
|
|
|
|
|
|
| 8 |
tags:
|
| 9 |
- large language models
|
| 10 |
- language modeling
|
| 11 |
-
|
| 12 |
-
- BrierLM
|
| 13 |
---
|
| 14 |
|
| 15 |
# Continuous Autoregressive Language Models
|
|
@@ -46,4 +47,4 @@ See our [GitHub README](https://github.com/shaochenze/calm), where we provide sc
|
|
| 46 |
|
| 47 |
## Contact
|
| 48 |
|
| 49 |
-
If you have any questions, feel free to submit an issue or contact `chenzeshao@tencent.com`.
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
datasets:
|
| 3 |
- monology/pile-uncopyrighted
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
+
library_name: transformers
|
| 7 |
+
license: mit
|
| 8 |
+
metrics:
|
| 9 |
+
- BrierLM
|
| 10 |
tags:
|
| 11 |
- large language models
|
| 12 |
- language modeling
|
| 13 |
+
pipeline_tag: text-generation
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# Continuous Autoregressive Language Models
|
|
|
|
| 47 |
|
| 48 |
## Contact
|
| 49 |
|
| 50 |
+
If you have any questions, feel free to submit an issue or contact `chenzeshao@tencent.com`.
|