Text Generation
Safetensors
English
Chinese
plm
conversational
custom_code

Add pipeline tag and library name

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
- license: mit
 
3
  datasets:
4
  - HuggingFaceFW/fineweb-edu
5
  - mlfoundations/dclm-baseline-1.0
@@ -7,8 +8,9 @@ datasets:
7
  language:
8
  - en
9
  - zh
10
- base_model:
11
- - PLM-Team/PLM-1.8B-Base
 
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{cheng2025plm,
178
  title={PLM: Efficient Peripheral Language Models Hardware-Co-Designed for Ubiquitous Computing},
179
- author={Cheng Deng, Luoyang Sun, Jiwen Jiang, Yongcheng Zeng, Xinjian Wu, Wenxin Zhao, Qingfa Xiao, Jiachuan Wang, Lei Chen, Lionel M. Ni, Haifeng Zhang, Jun Wang},
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
  ```