Spaces:
Configuration error
Configuration error
Add org card with A11y Equitas mission
Browse files
README.md
CHANGED
|
@@ -1,10 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
| 1 |
+
# A11y Equitas
|
| 2 |
+
|
| 3 |
+
**A11y Equitas** = *accessibility as equity.*
|
| 4 |
+
|
| 5 |
+
A11y Equitas is an open AI model and practical resource built for neurodivergent (ND) communities missed by mainstream accessibility work inside agencies, nonprofits, and schools.
|
| 6 |
+
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
## Purpose
|
| 10 |
+
|
| 11 |
+
For neurodivergent communities under-served by accessibility programs at agencies, nonprofits, and schools. ND needs β ADHD, autism, dyslexia, attention and memory differences, sensory processing β are routinely missed by accessibility audits that focus on screen-reader compatibility and physical-access analogues.
|
| 12 |
+
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
## What we are building
|
| 16 |
+
|
| 17 |
+
**LLM for AAA** β An open model that explains and applies WCAG 2.2 AAA criteria accurately, runnable locally with no cloud dependency.
|
| 18 |
+
|
| 19 |
+
**ND-biased by design** β Deliberate ND bias. Helping ND users by default also covers every ADA category β no one is excluded.
|
| 20 |
+
|
| 21 |
+
**Working a11y components** β Live, accessible components (accordions, tabs, dropdowns, forms) that copy-paste into Next.js or any HTML project.
|
| 22 |
+
|
| 23 |
+
**Tools and docs for ND life** β Practical guides for ND people at work or in school, and for colleagues, managers, teachers, and staff who support them.
|
| 24 |
+
|
| 25 |
+
**Schools outreach** β Help schools reach ND adults and ND-led groups who lived the gap β not just compliance consultants.
|
| 26 |
+
|
| 27 |
+
**Beyond compliance** β Legal compliance is a floor, not a goal. Agencies and schools should treat accessibility as a way to help people who need accommodations become more productive, not just as a legal box-ticking exercise.
|
| 28 |
+
|
| 29 |
+
---
|
| 30 |
+
|
| 31 |
+
## Open source and local-first
|
| 32 |
+
|
| 33 |
+
Models are published here on HuggingFace, runnable locally via [Ollama](https://ollama.com/a11yequitas), and source-available on [Codeberg](https://codeberg.org/rockypod). No cloud dependency. No data leakage. MIT-licensed with a transparency addendum.
|
| 34 |
+
|
| 35 |
---
|
| 36 |
+
|
| 37 |
+
## Models
|
| 38 |
+
|
| 39 |
+
| Model | Base | Score | Status |
|
| 40 |
+
|---|---|---|---|
|
| 41 |
+
| [a11yequitas-gr3b](https://huggingface.co/a11yequitas/a11yequitas-gr3b) | IBM Granite 4.1 3B | 96 / 100 | v1.0.0 |
|
| 42 |
+
|
| 43 |
+
Scores are from the axe-core Fix-It Exam (50 questions, gate: 85 / 100). Judge model is Qwen3-Coder (cross-family, to avoid self-scoring bias).
|
| 44 |
+
|
| 45 |
---
|
| 46 |
|
| 47 |
+
*a11yequitas.org β accessibility as equity*
|