Instructions to use litert-community/SmolLM2-360M-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LiteRT-LM
How to use litert-community/SmolLM2-360M-Instruct with LiteRT-LM:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
base_model: HuggingFaceTB/SmolLM2-360M-Instruct
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
library_name: litert-lm
|
| 6 |
+
tags:
|
| 7 |
+
- chat
|
| 8 |
+
- litert-lm
|
| 9 |
+
- smollm
|
| 10 |
+
- on-device
|
| 11 |
---
|
| 12 |
+
|
| 13 |
+
# litert-community/SmolLM2-360M-Instruct
|
| 14 |
+
|
| 15 |
+
This model provides a variant of
|
| 16 |
+
[HuggingFaceTB/SmolLM2-360M-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM2-360M-Instruct) that is ready for
|
| 17 |
+
deployment on Android using the
|
| 18 |
+
[LiteRT-LM](https://github.com/google-ai-edge/LiteRT-LM).
|
| 19 |
+
|
| 20 |
+
## Use the model
|
| 21 |
+
|
| 22 |
+
### Android
|
| 23 |
+
|
| 24 |
+
#### Edge Gallery App
|
| 25 |
+
* Download or build the [app](https://github.com/google-ai-edge/gallery?tab=readme-ov-file#-get-started-in-minutes) from GitHub.
|
| 26 |
+
|
| 27 |
+
* Install the [app](https://play.google.com/store/apps/details?id=com.google.ai.edge.gallery&pli=1) from Google Play.
|
| 28 |
+
|
| 29 |
+
* Follow the instructions in the app.
|
| 30 |
+
|
| 31 |
+
To build the demo app from source, please follow the [instructions](https://github.com/google-ai-edge/gallery/blob/main/README.md)
|
| 32 |
+
from the GitHub repository.
|