Instructions to use barakplasma/translategemma-4b-it-android-task-quantized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LiteRT
How to use barakplasma/translategemma-4b-it-android-task-quantized with LiteRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
File size: 2,132 Bytes
1fb53c0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | {
"timestamp_utc": "2026-03-30T15:52:12.739366+00:00",
"native_quant_capability": false,
"native_quant_reason": "gemma3 4b builder missing; available=['build_model_1b', 'build_model_270m']",
"plan_mode": "native_quant_unavailable",
"requested_quants": [
"int4",
"int8",
"fp8",
"float16",
"dynamic_int8"
],
"build_plan": [
"none",
"float16"
],
"unsupported_quants": [
"fp8"
],
"results": [
{
"quant": "int4",
"ok": true,
"rc": 0,
"timed_out": false,
"task": "/home/ubuntu/output/translategemma-4b-it-none.task",
"task_size": 15529421499,
"tflite": "/home/ubuntu/tflite_output/none/translategemma-4b-it-generic-none.tflite",
"log": "/home/ubuntu/logs/convert_none.log",
"status": "aliased_to_none",
"alias_of": "none"
},
{
"quant": "int8",
"ok": true,
"rc": 0,
"timed_out": false,
"task": "/home/ubuntu/output/translategemma-4b-it-none.task",
"task_size": 15529421499,
"tflite": "/home/ubuntu/tflite_output/none/translategemma-4b-it-generic-none.tflite",
"log": "/home/ubuntu/logs/convert_none.log",
"status": "aliased_to_none",
"alias_of": "none"
},
{
"quant": "fp8",
"ok": false,
"rc": 2,
"timed_out": false,
"task": "",
"task_size": 0,
"tflite": "",
"log": "",
"status": "unsupported",
"alias_of": ""
},
{
"quant": "float16",
"ok": false,
"rc": 1,
"timed_out": false,
"task": "",
"task_size": 0,
"tflite": "",
"log": "/home/ubuntu/logs/convert_float16.log",
"status": "built",
"alias_of": ""
},
{
"quant": "dynamic_int8",
"ok": true,
"rc": 0,
"timed_out": false,
"task": "/home/ubuntu/output/translategemma-4b-it-none.task",
"task_size": 15529421499,
"tflite": "/home/ubuntu/tflite_output/none/translategemma-4b-it-generic-none.tflite",
"log": "/home/ubuntu/logs/convert_none.log",
"status": "aliased_to_none",
"alias_of": "none"
}
]
} |