Update README for v1.0.1
Browse files
README.md
CHANGED
|
@@ -18,17 +18,17 @@ Stay Steady (Android) ML artifact for on-device transaction categorisation.
|
|
| 18 |
|
| 19 |
| Field | Value |
|
| 20 |
|---|---|
|
| 21 |
-
| Version | 1.0.
|
| 22 |
| File | `encoder.tflite` |
|
| 23 |
-
| Size |
|
| 24 |
-
| SHA-256 | `
|
| 25 |
|
| 26 |
The Android app fetches this file via the `model-download` Supabase Edge
|
| 27 |
Function (Pro-gated) which returns the HuggingFace URL only to authenticated
|
| 28 |
Pro users. The Edge Function still gates access; the URL itself is public
|
| 29 |
(same risk profile as a leaked Supabase signed URL).
|
| 30 |
|
| 31 |
-
## Notes\n\
|
| 32 |
|
| 33 |
## License
|
| 34 |
|
|
|
|
| 18 |
|
| 19 |
| Field | Value |
|
| 20 |
|---|---|
|
| 21 |
+
| Version | 1.0.1 |
|
| 22 |
| File | `encoder.tflite` |
|
| 23 |
+
| Size | 224.19 MB |
|
| 24 |
+
| SHA-256 | `05b3bcd2daa9192c88c8f16e6820ad17309dee9decce1fed123a0c9546ba5f3d` |
|
| 25 |
|
| 26 |
The Android app fetches this file via the `model-download` Supabase Edge
|
| 27 |
Function (Pro-gated) which returns the HuggingFace URL only to authenticated
|
| 28 |
Pro users. The Edge Function still gates access; the URL itself is public
|
| 29 |
(same risk profile as a leaked Supabase signed URL).
|
| 30 |
|
| 31 |
+
## Notes\n\nv1.0.1: fp16 instead of int8 dynamic-range. The int8 converter promoted FULLY_CONNECTED to op v12 which the LiteRT 2.1.4 Android runtime refuses to load. fp16 keeps every op at v1; file grew from 113 MB to 224 MB.
|
| 32 |
|
| 33 |
## License
|
| 34 |
|