Add pipeline tag and Github link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -5,7 +5,9 @@ language:
5
  library_name: transformers
6
  license: mit
7
  quantized_by: PLM-Team
 
8
  ---
 
9
  <center>
10
  <img src="https://www.cdeng.net/plm/plm_logo.png" alt="k2-logo" width="200"/>
11
  <h2>🖲️ PLM: Efficient Peripheral Language Models Hardware-Co-Designed for Ubiquitous Computing</h2>
@@ -24,6 +26,7 @@ quantized_by: PLM-Team
24
 
25
  The PLM (Peripheral Language Model) series introduces a novel model architecture to peripheral computing by delivering powerful language capabilities within the constraints of resource-limited devices. Through modeling and system co-design strategy, PLM optimizes model performance and fits edge system requirements, PLM employs **Multi-head Latent Attention** and **squared ReLU** activation to achieve sparsity, significantly reducing memory footprint and computational demands. Coupled with a meticulously crafted training regimen using curated datasets and a Warmup-Stable-Decay-Constant learning rate scheduler, PLM demonstrates superior performance compared to existing small language models, all while maintaining the lowest activated parameters, making it ideally suited for deployment on diverse peripheral platforms like mobile phones and Raspberry Pis.
26
 
 
27
 
28
  **Here we present the static quants for identified model of PLM-1.8B-Instruct**
29
 
 
5
  library_name: transformers
6
  license: mit
7
  quantized_by: PLM-Team
8
+ pipeline_tag: text-generation
9
  ---
10
+
11
  <center>
12
  <img src="https://www.cdeng.net/plm/plm_logo.png" alt="k2-logo" width="200"/>
13
  <h2>🖲️ PLM: Efficient Peripheral Language Models Hardware-Co-Designed for Ubiquitous Computing</h2>
 
26
 
27
  The PLM (Peripheral Language Model) series introduces a novel model architecture to peripheral computing by delivering powerful language capabilities within the constraints of resource-limited devices. Through modeling and system co-design strategy, PLM optimizes model performance and fits edge system requirements, PLM employs **Multi-head Latent Attention** and **squared ReLU** activation to achieve sparsity, significantly reducing memory footprint and computational demands. Coupled with a meticulously crafted training regimen using curated datasets and a Warmup-Stable-Decay-Constant learning rate scheduler, PLM demonstrates superior performance compared to existing small language models, all while maintaining the lowest activated parameters, making it ideally suited for deployment on diverse peripheral platforms like mobile phones and Raspberry Pis.
28
 
29
+ Code: https://github.com/plm-team/PLM
30
 
31
  **Here we present the static quants for identified model of PLM-1.8B-Instruct**
32