Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# FunctionGemma 270M IT (.task format)
|
| 2 |
+
|
| 3 |
+
Converted version of [google/functiongemma-270m-it](https://huggingface.co/google/functiongemma-270m-it) for MediaPipe LLM Inference.
|
| 4 |
+
|
| 5 |
+
## Usage
|
| 6 |
+
This model is designed for the [flutter_gemma](https://github.com/DenisovAV/flutter_gemma) plugin.
|
| 7 |
+
|
| 8 |
+
```dart
|
| 9 |
+
// In flutter_gemma example app
|
| 10 |
+
Model.functionGemma_270M
|
| 11 |
+
|
| 12 |
+
Modifications
|
| 13 |
+
|
| 14 |
+
- Converted from SafeTensors to TFLite format using ai-edge-torch
|
| 15 |
+
- Quantized to int8 (dynamic quantization)
|
| 16 |
+
- Bundled with tokenizer as .task file using MediaPipe bundler
|
| 17 |
+
|
| 18 |
+
License
|
| 19 |
+
|
| 20 |
+
Gemma is provided under and subject to the Gemma Terms of Use found at https://ai.google.dev/gemma/terms
|
| 21 |
+
|
| 22 |
+
Original Model
|
| 23 |
+
|
| 24 |
+
- Source: https://huggingface.co/google/functiongemma-270m-it
|
| 25 |
+
- License: https://ai.google.dev/gemma/terms
|
| 26 |
+
- Prohibited Use Policy: https://ai.google.dev/gemma/prohibited_use_policy
|