omkarthawakar commited on
Commit
637025f
1 Parent(s): c7b0a9f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -14,12 +14,15 @@ datasets:
14
 
15
  <center><img src="MobileLLaMa.png" alt="mobillama logo" width="300"/></center>
16
 
17
- MobiLlama-05B is a Small Language Model with **0.5 billion** parameters. It was trained using the Amber data sources [Amber-Dataset](https://huggingface.co/datasets/LLM360/AmberDatasets).
 
18
 
19
  ## Model Summary
20
 
21
  "Bigger the better" has been the predominant trend in recent Large Language Models (LLMs) development. However, LLMs do not suit well for scenarios that require on-device processing, energy efficiency, low memory footprint, and response efficiency. These requisites are crucial for privacy, security, and sustainable deployment. This paper explores the ‘less is more’ paradigm by addressing the challenge of designing accurate yet efficient Small Language Models (SLMs) for resource-constrained devices. Our primary contribution is the introduction of an accurate and fully transparent open-source 0.5 billion (0.5B) parameter SLM, named MobiLlama, catering to the specific needs of resource-constrained computing with an emphasis on enhanced performance with reduced resource demands. MobiLlama is a SLM design that initiates from a larger model and applies a careful parameter sharing scheme to reduce both the pre-training and the deployment cost. Our work strives to not only bridge the gap in open-source SLMs but also ensures full transparency, where complete training data pipeline, training code, model weights, and over 300 checkpoints along with evaluation codes are available on our [Github](https://github.com/mbzuai-oryx/MobiLlama).
22
 
 
 
23
  ## Model Description
24
 
25
  - **Model type:** Small Language Model (SLM) built using the architecture design of LLaMA-7B
@@ -87,10 +90,6 @@ print(tokenizer.batch_decode(outputs[:, input_ids.shape[1]:-1])[0].strip())
87
  | Winogrande | 57.53 | 57.45 | 61.08 |
88
 
89
 
90
- ## Intended Uses
91
-
92
- Given the nature of the training data, the MobiLlama-05B model is best suited for prompts using the QA format, the chat format, and the code format.
93
-
94
  ## Citation
95
  **BibTeX:**
96
 
 
14
 
15
  <center><img src="MobileLLaMa.png" alt="mobillama logo" width="300"/></center>
16
 
17
+ MobiLlama-05B is a Small Language Model with **0.5 billion** parameters. It was trained using the Amber data sources [Amber-Dataset](https://huggingface.co/datasets/LLM360/AmberDatasets).
18
+
19
 
20
  ## Model Summary
21
 
22
  "Bigger the better" has been the predominant trend in recent Large Language Models (LLMs) development. However, LLMs do not suit well for scenarios that require on-device processing, energy efficiency, low memory footprint, and response efficiency. These requisites are crucial for privacy, security, and sustainable deployment. This paper explores the ‘less is more’ paradigm by addressing the challenge of designing accurate yet efficient Small Language Models (SLMs) for resource-constrained devices. Our primary contribution is the introduction of an accurate and fully transparent open-source 0.5 billion (0.5B) parameter SLM, named MobiLlama, catering to the specific needs of resource-constrained computing with an emphasis on enhanced performance with reduced resource demands. MobiLlama is a SLM design that initiates from a larger model and applies a careful parameter sharing scheme to reduce both the pre-training and the deployment cost. Our work strives to not only bridge the gap in open-source SLMs but also ensures full transparency, where complete training data pipeline, training code, model weights, and over 300 checkpoints along with evaluation codes are available on our [Github](https://github.com/mbzuai-oryx/MobiLlama).
23
 
24
+ [Arxiv Paper Link]('')
25
+
26
  ## Model Description
27
 
28
  - **Model type:** Small Language Model (SLM) built using the architecture design of LLaMA-7B
 
90
  | Winogrande | 57.53 | 57.45 | 61.08 |
91
 
92
 
 
 
 
 
93
  ## Citation
94
  **BibTeX:**
95