Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pipeline_tag: text-generation
|
| 6 |
+
tags:
|
| 7 |
+
- mobilellm
|
| 8 |
+
- pytorch
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# MobileLLM 80M (Replication)
|
| 12 |
+
|
| 13 |
+
This is a replicated version of the **MobileLLM 80M** model, based on the paper *MobileLLM: Optimizing Sub-billion Parameter Language Models for On-Device Use Cases*.
|
| 14 |
+
|
| 15 |
+
- **Model Size:** 80M parameters
|
| 16 |
+
- **Architecture:** Llama-based (Deep & Thin)
|
| 17 |
+
- **Status:** Research / Testing
|