|
74 | 74 | }, |
75 | 75 | "taskTypes": ["llm_chat", "llm_prompt_lab"] |
76 | 76 | }, |
77 | | - { |
78 | | - "name": "Phi-4-mini-instruct", |
79 | | - "modelId": "litert-community/Phi-4-mini-instruct", |
80 | | - "modelFile": "Phi-4-mini-instruct_multi-prefill-seq_q8_ekv4096.litertlm", |
81 | | - "description": "A variant of [microsoft/Phi-4-mini-instruct](https://huggingface.co/microsoft/Phi-4-mini-instruct) ready for deployment on Android using [LiteRT-LM](https://github.com/google-ai-edge/LiteRT-LM/blob/main/kotlin/README.md).", |
82 | | - "sizeInBytes": 3910090752, |
83 | | - "minDeviceMemoryInGb": 6, |
84 | | - "commitHash": "054f4e2694a86f81a129a40596e08b8d74770a9d", |
85 | | - "defaultConfig": { |
86 | | - "topK": 64, |
87 | | - "topP": 0.95, |
88 | | - "temperature": 1.0, |
89 | | - "maxTokens": 4096, |
90 | | - "accelerators": "gpu,cpu" |
91 | | - }, |
92 | | - "taskTypes": ["llm_chat", "llm_prompt_lab"] |
93 | | - }, |
94 | 77 | { |
95 | 78 | "name": "DeepSeek-R1-Distill-Qwen-1.5B", |
96 | 79 | "modelId": "litert-community/DeepSeek-R1-Distill-Qwen-1.5B", |
|
110 | 93 | }, |
111 | 94 | { |
112 | 95 | "name": "TinyGarden-270M", |
113 | | - "modelId": "google/functiongemma-270m-it", |
114 | | - "modelFile": "tiny_garden.litertlm", |
| 96 | + "modelId": "litert-community/functiongemma-270m-ft-tiny-garden", |
| 97 | + "modelFile": "tiny_garden_q8_ekv1024.litertlm", |
115 | 98 | "description": "Fine-tuned Function Gemma 270M model for Tiny Garden.", |
116 | | - "sizeInBytes": 288440320, |
| 99 | + "sizeInBytes": 288964608, |
117 | 100 | "minDeviceMemoryInGb": 6, |
118 | | - "commitHash": "f54f8715e2b205f72c350f6efa748fd29fa19d98", |
| 101 | + "commitHash": "20260225", |
119 | 102 | "defaultConfig": { |
120 | 103 | "topK": 64, |
121 | 104 | "topP": 0.95, |
|
129 | 112 | "bestForTaskTypes": [ |
130 | 113 | "llm_tiny_garden" |
131 | 114 | ] |
| 115 | + }, |
| 116 | + { |
| 117 | + "name": "MobileActions-270M", |
| 118 | + "modelId": "litert-community/functiongemma-270m-ft-mobile-actions", |
| 119 | + "modelFile": "mobile_actions_q8_ekv1024.litertlm", |
| 120 | + "description": "Fine-tuned Function Gemma 270M model for Mobile Actions.", |
| 121 | + "sizeInBytes": 288964608, |
| 122 | + "minDeviceMemoryInGb": 6, |
| 123 | + "commitHash": "20260218", |
| 124 | + "defaultConfig": { |
| 125 | + "topK": 64, |
| 126 | + "topP": 0.95, |
| 127 | + "temperature": 0.0, |
| 128 | + "maxTokens": 1024, |
| 129 | + "accelerators": "cpu" |
| 130 | + }, |
| 131 | + "taskTypes": [ |
| 132 | + "llm_mobile_actions" |
| 133 | + ], |
| 134 | + "bestForTaskTypes": [ |
| 135 | + "llm_mobile_actions" |
| 136 | + ] |
132 | 137 | } |
133 | 138 | ] |
134 | 139 | } |
0 commit comments