Updated yesterday
ollama run rockypod/a11yequitas-gr:3b
Updated yesterday
yesterday
0023f13166ff · 2.1GB ·
A11y-Equitas Granite line — fine-tuned technical assistants built on IBM Granite 4.1 3B.
Three specialized variants:
| Tag | Expertise | Size |
|---|---|---|
3b |
WCAG 2.2 AA accessibility (axe-core violations) | ~2.1 GB |
rhel10 |
WCAG 2.2 AA + RHEL 10 / Podman 5 / Ansible | ~2.0 GB |
rhel9 |
WCAG 2.2 AA + RHEL 9 / Podman 4 / Ansible | ~2.0 GB |
Accessibility assistant for content editors, developers, and QA teams working on WCAG 2.2 AA compliance.
Explains axe-core violations in plain language: what is broken, who is affected, whether the fix belongs in the CMS or needs a developer, what to change, what to leave alone, and how to verify.
ollama run rockypod/a11yequitas-gr:3b
Example prompt:
axe-core flagged: color-contrast (serious)
Element: <p class="caption">Photo credit: NARA</p>
Foreground: #767676 Background: #ffffff Ratio: 4.48:1 Required: 4.5:1
Hybrid assistant combining WCAG 2.2 AA accessibility knowledge with RHEL 10 / Podman 5 / ansible-core 2.17 system administration expertise.
For RHEL 10 questions: answers use DNF5 (not yum/dnf4), ansible.builtin.dnf5, and Podman 5 quadlet files (not podman generate systemd, which was removed in Podman 5). Structures answers as COMMAND / EXPLAIN / WATCH OUT / VERIFY.
ollama run rockypod/a11yequitas-gr:rhel10
Example prompt:
How do I install nginx on RHEL 10 and enable it as a systemd service?
Hybrid assistant combining WCAG 2.2 AA accessibility knowledge with RHEL 9 / Podman 4 / ansible-core 2.16 system administration expertise.
For RHEL 9 questions: answers use DNF (not yum or dnf5), ansible.builtin.dnf, and podman generate systemd for container systemd integration. Structures answers as COMMAND / EXPLAIN / WATCH OUT / VERIFY.
ollama run rockypod/a11yequitas-gr:rhel9
Example prompt:
How do I run a container as a systemd service on RHEL 9?
50-question hardened axe Fix-It exam (50 real violations, 100 pts, LLM-judged):
| Model | Version | Score | Auto-fails | Gate |
|---|---|---|---|---|
| gr:rhel9 | v1.1.1 | 98⁄100 | 1 | ≥85% ✓ |
| gr:3b | v1.1.1 | 96⁄100 | 1 | ≥85% ✓ |
| gr:rhel10 | v1.1.1 | 94⁄100 | 2 | ≥85% ✓ |
| gr:rhel9 | v1.0.0 | 98⁄100 | 1 | ≥85% ✓ |
| gr:3b | v1.1.0 | 96⁄100 | 2 | ≥85% ✓ |
| gr:rhel10 | v1.0.0 | 94⁄100 | 2 | ≥85% ✓ |
| granite4.1:3b base | — | ~60⁄100 | ~10 | — |
Judge: Qwen3-Coder-Next (cross-family, Ollama). v1.1.1 patch fixes C7 ARIA accessible name precedence.
Accessibility (all variants): WCAG 2.2 Level AA. Full axe-core rule set: color contrast · image alt · form labels · link/button names · document structure · lists · tables · ARIA · keyboard · frames · media · in-CMS prioritization.
RHEL 10 (gr:rhel10 only): DNF5 · Podman 5 + quadlet · ansible-core 2.17 · SELinux · firewalld.
RHEL 9 (gr:rhel9 only): DNF · Podman 4 + podman generate systemd · ansible-core 2.16 · SELinux · firewalld.
Built by A11y Equitas — an NPO working to make public-sector digital infrastructure accessible by default.
MIT license