barakplasma commited on
Commit
3050819
·
verified ·
1 Parent(s): e012e9c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ library_name: mediapipe
4
+ pipeline_tag: text-generation
5
+ ---
6
+
7
+ # TranslateGemma 4B IT - Quantized Android Task Bundles
8
+
9
+ Generated: `2026-03-30T15:52:12.740507+00:00`
10
+
11
+ - Native quant capability: `False`
12
+ - Reason: `gemma3 4b builder missing; available=['build_model_1b', 'build_model_270m']`
13
+ - Plan mode: `native_quant_unavailable`
14
+
15
+ | Requested quant | Status | Built from | Task file | Size (bytes) |
16
+ |---|---|---|---|---|
17
+ | `int4` | ↪️ aliased | `none` | `translategemma-4b-it-none.task` | `15529421499` |
18
+ | `int8` | ↪️ aliased | `none` | `translategemma-4b-it-none.task` | `15529421499` |
19
+ | `fp8` | ⏭️ unsupported by converter | - | `-` | `0` |
20
+ | `float16` | ❌ failed (rc=1) | `self` | `-` | `0` |
21
+ | `dynamic_int8` | ↪️ aliased | `none` | `translategemma-4b-it-none.task` | `15529421499` |
22
+
23
+ ## Notes
24
+ - Aliased entries are not rebuilt; they point to an equivalent built variant.
25
+ - `fp8` is often unsupported in current converter/runtime stacks.
26
+ - Verify on-device compatibility before public release.