metadata
license: other
tags:
- flutter
- on-device
- mobile
- llm
- mirrored
- functionGemma
FunctionGemma 270M IT
Google's specialized model optimized for function calling on mobile devices
Original Model
- Repository: sasha-denisov/function-gemma-270M-it
- License: See original repository
Usage with flutter_gemma
import 'package:flutter_gemma/flutter_gemma.dart';
await FlutterGemma.installModel(
modelType: ModelType.functionGemma,
)
.fromNetwork('https://huggingface.co/CgrHello/mai-models/resolve/main/function-gemma-270M-it/functiongemma-270M-it.task')
.withProgress((progress) => print('Downloading: $progress%'))
.install();
Mirrored By
- Repository: CgrHello/mai-models/function-gemma-270M-it
- Date: 2026-01-09
Disclaimer: This is a mirrored copy. All credit goes to the original model creators.