Update README for v1.0.0
Browse files
README.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- tflite
|
| 5 |
+
- android
|
| 6 |
+
- transaction-classification
|
| 7 |
+
- belgian-finance
|
| 8 |
+
language:
|
| 9 |
+
- nl
|
| 10 |
+
- fr
|
| 11 |
+
- en
|
| 12 |
+
- de
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# belgo-android-encoder
|
| 16 |
+
|
| 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 |
+
|
| 35 |
+
MIT — free to use, including in commercial applications.
|