Add pipeline tag and library name
Browse filesThis PR adds the `pipeline_tag` and `library_name` to the model card metadata. This will improve discoverability of the model and correctly identify the library used.
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
datasets:
|
| 4 |
- HuggingFaceFW/fineweb-edu
|
| 5 |
- mlfoundations/dclm-baseline-1.0
|
|
@@ -7,8 +8,9 @@ datasets:
|
|
| 7 |
language:
|
| 8 |
- en
|
| 9 |
- zh
|
| 10 |
-
|
| 11 |
-
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<center>
|
|
@@ -173,12 +175,14 @@ Limitations: While we strive to address safety concerns and promote the generati
|
|
| 173 |
## Citation
|
| 174 |
If you find **Project PLM** helpful for your research or applications, please cite as follows:
|
| 175 |
|
| 176 |
-
```
|
| 177 |
-
@misc{
|
| 178 |
title={PLM: Efficient Peripheral Language Models Hardware-Co-Designed for Ubiquitous Computing},
|
| 179 |
-
author={Cheng Deng
|
| 180 |
year={2025},
|
|
|
|
| 181 |
archivePrefix={arXiv},
|
| 182 |
primaryClass={cs.CL},
|
|
|
|
| 183 |
}
|
| 184 |
```
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- PLM-Team/PLM-1.8B-Base
|
| 4 |
datasets:
|
| 5 |
- HuggingFaceFW/fineweb-edu
|
| 6 |
- mlfoundations/dclm-baseline-1.0
|
|
|
|
| 8 |
language:
|
| 9 |
- en
|
| 10 |
- zh
|
| 11 |
+
license: mit
|
| 12 |
+
pipeline_tag: text-generation
|
| 13 |
+
library_name: transformers
|
| 14 |
---
|
| 15 |
|
| 16 |
<center>
|
|
|
|
| 175 |
## Citation
|
| 176 |
If you find **Project PLM** helpful for your research or applications, please cite as follows:
|
| 177 |
|
| 178 |
+
```bibtex
|
| 179 |
+
@misc{deng2025plmefficientperipherallanguage,
|
| 180 |
title={PLM: Efficient Peripheral Language Models Hardware-Co-Designed for Ubiquitous Computing},
|
| 181 |
+
author={Cheng Deng and Luoyang Sun and Jiwen Jiang and Yongcheng Zeng and Xinjian Wu and Wenxin Zhao and Qingfa Xiao and Jiachuan Wang and Lei Chen and Lionel M. Ni and Haifeng Zhang and Jun Wang},
|
| 182 |
year={2025},
|
| 183 |
+
eprint={2503.12167},
|
| 184 |
archivePrefix={arXiv},
|
| 185 |
primaryClass={cs.CL},
|
| 186 |
+
url={https://arxiv.org/abs/2503.12167},
|
| 187 |
}
|
| 188 |
```
|