hvt4 commited on
Commit
f8b7165
·
1 Parent(s): 092b524

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
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.