githubDCS commited on
Commit
07a695c
·
verified ·
1 Parent(s): 163ed25

Update README for v1.0.1

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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.0 |
22
  | File | `encoder.tflite` |
23
- | Size | 113.13 MB |
24
- | SHA-256 | `51bc357056a83bb954964f520abb42bf1f2239bc84e75d78f638521bfc4ae9ad` |
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\nparaphrase-multilingual-MiniLM-L12-v2 int8 (XLM-R vocab, 384-d, 128 max len). Pairs with belgo-classifier head trained against this encoder; lives at android_classifier in Supabase model_versions.
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