Commit History

feat: wire multilingual-bias-classifier-v1 into HF Space
5e60dbe

AcharO commited on

fix(ui): add HAUSA and ZULU to Language enum — fixes AttributeError on HF Space
67f01fd

AcharO commited on

feat(ui): add Hausa and Zulu to Gradio UI — LANGS, metrics, examples
5365d67

AcharO commited on

feat(zu): Zulu lexicon v1 + GT + precision gating — ZU F1=0.732 P=1.000 R=0.577
b11b9f3

AcharO commited on

feat(ha): Hausa/Zulu lexicons, caller=studylabs gate skip, budurwa precision fix — HA P=1.000
63255ea

AcharO commited on

feat(api): Hausa and Zulu rewrite rules, lexicons, and aibridge gate wiring
b529688

AcharO commited on

docs: update metrics to SW F1=0.851 P=0.822 R=0.881
12b0e0c

AcharO commited on

feat(sw): add 69 Sheng lexicon terms — SW F1=0.851 P=0.822 R=0.881
e1e2cce

AcharO commited on

chore(hf-deploy): sync v0.9 registry entry
e8a40d4

AcharO commited on

feat(registry): add v0.9-sw-recall-boost — SW F1=0.851, R=0.881
9a8483c

AcharO commited on

fix(hf-deploy): restore pinned starlette/jinja2/anyio — fixes Jinja2 unhashable dict crash
c87f26e

AcharO commited on

chore(hf-deploy): force rebuild from latest SHA
0059dbc

AcharO commited on

chore(hf-deploy): trigger Space rebuild
652eb22

AcharO commited on

chore(hf-deploy): trigger Space restart
4027732

AcharO commited on

chore(hf-deploy): sync main — SW recall boost +39pp, 28 new derogation patterns
57cd5e9

AcharO commited on

fix(ui): ML metrics read from registry dynamically by active model version
d2a8bee

AcharO commited on

fix(ui): dynamic ML model label + sys.path robustness for HF Space
183f951

AcharO commited on

fix: sync _preserve_case + statistical bare-count fix from main
9b06c5b

AcharO commited on

fix: add COPY core/ to Dockerfile — core/ was missing from HF Space container
c60365d

AcharO commited on

fix: ensure /app on sys.path + os.chdir in gradio_app.py — resolves core ModuleNotFoundError on HF Space
c63311e

AcharO commited on

fix: use relative imports in core/__init__.py — fixes ModuleNotFoundError on HF Space
4a9513c

AcharO commited on

fix: make eval/context_checker.py self-contained — no core/ import for HF Space
e5592ec

AcharO commited on

fix: add repo root to sys.path in eval/context_checker.py — resolves HF Space ModuleNotFoundError for core
a260a85

AcharO commited on

feat: sync main → hf-deploy — SW F1=0.840, EN=1.000, FR=0.970, KI=0.667
f829e35

AcharO commited on

docs: update README with current metrics, architecture, API, dataset info
c31caf5

AcharO commited on

fix: restore EN + FR lexicons to correct state — EN F1=0.885, FR F1=0.793
5550893

AcharO commited on

fix: remove duplicate EN lexicon entries (539→69 rows) — restores EN F1=0.885
4986665

AcharO commited on

feat: auto-write eval/metrics.json on every eval run — gradio_app loads live metrics
96de871

AcharO commited on

chore: update SW metrics — F1=0.821, P=0.741, R=0.919
a1672c4

AcharO commited on

fix(sw): tester feedback — malaya detection, proverb partial match, wake/yake biographical suppression
16ac10b

AcharO commited on

fix: restore self-contained eval/context_checker.py — core import breaks HF Space
0130e20

AcharO commited on

fix: add core/__init__.py so core is importable as a package
428d898

AcharO commited on

chore: sync core eval + detector files from main
47e665f

AcharO commited on

chore: sync evaluator from main (ml_threshold=0.56 tuning)
405f7f2

AcharO commited on

chore: gitignore eval/results, eval/splits, CLAUDE.md
c84597f

AcharO commited on

feat(sw): add missing lexicon entries flagged by tester + update metrics
3e6db92

AcharO commited on

chore: sync lexicon from main (missing terms fix)
50a83a5

AcharO commited on

feat(sw): expand derogation patterns + counter-stereotype suppressors — SW F1 0.816→0.819
6c8fa94

AcharO commited on

fix: simplify to bare demo.launch() — drop middleware/rewrite on Space
8a03ae4

AcharO commited on

fix: add middleware before launch() to avoid RuntimeError
784f87c

AcharO commited on

fix: disable gradio analytics + show_error to suppress 401 on startup
1794ab8

AcharO commited on

fix: show N/A for EN/FR/KI in ML classifier registry rows
67f2915

AcharO commited on

fix: call demo.launch() at module level so demo.app exists before Docker starts uvicorn
695478d

AcharO commited on

chore: restart after HF_TOKEN secret added
b6d0452

AcharO commited on

fix: add app_port: 7860 to README — required for Docker SDK health check
cb4220e

AcharO commited on

chore: force rebuild
178e867

AcharO commited on

fix: fall back to rules for EN/FR/KI when ML classifier selected, show warning
3ebb65c

AcharO commited on

fix: restore model_registry.json + unignore eval/results
ce25b91

AcharO commited on

fix: lazy-load ML detector so Gradio starts fast on HF Space
ee49b7a

AcharO commited on

fix: add requests dep missing from gradio 4.44.1 cli commands
ef4753d

AcharO commited on