phattrandeveloper commited on
Commit
e6f9bf3
·
verified ·
1 Parent(s): 1cc048b

Add Flutter Gemma conversion metadata

Browse files
flutter_gemma/conversion_metadata.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "source_model_id": "phattrandeveloper/functiongemma-270m-function-calling",
3
+ "target_repo_id": "phattrandeveloper/functiongemma-270m-function-calling",
4
+ "artifact_name": "functiongemma-270m-function-calling",
5
+ "format": "MediaPipe .task",
6
+ "flutter_gemma_model_file_type": "ModelFileType.task",
7
+ "flutter_gemma_model_type": "ModelType.functionGemma",
8
+ "gemma3_size": "270m",
9
+ "quantize": "dynamic_int8",
10
+ "prefill_seq_len": 2048,
11
+ "kv_cache_max_len": 4096,
12
+ "bundled_prompt_template": false,
13
+ "tflite_model": "/content/artifacts/flutter_gemma/functiongemma-270m-function-calling/litert/functiongemma-270m-function-calling_q8_ekv4096.tflite",
14
+ "task_file": "/content/artifacts/flutter_gemma/functiongemma-270m-function-calling/functiongemma-270m-function-calling.task",
15
+ "task_size_bytes": 284244050,
16
+ "task_sha256": "068757b3c6fe9ec8182fe11c2eb612423a0d77ff42cae20142476aff10f99820",
17
+ "created_at_utc": "2026-06-05T21:18:18.925357+00:00",
18
+ "references": [
19
+ "https://ai.google.dev/gemma/docs/conversions/hf-to-mediapipe-task",
20
+ "https://ai.google.dev/edge/mediapipe/solutions/genai/llm_inference",
21
+ "https://pub.dev/packages/flutter_gemma"
22
+ ]
23
+ }