Commit Graph

24 Commits

Author SHA1 Message Date
Alexander Whitestone
e4ba0c8b91 gemma-4-multimodal: Add validation patterns and schema
- Add 5 new glitch detection patterns for agentic loop stability:
  - Floating Assets: Stable Loop pattern with visual world-state verification
  - Shader Failure: LoopGuard runtime checker with state monitoring
  - Lightmap Errors: Perceptual Checkpointing with visual hashing
  - Frustum Culling: Ground-and-Verify hierarchical verification
  - Visual Attributes: DriftDetect self-supervised anomaly detection
- Update schema.json to be backwards compatible with existing data
- Update validation script to normalize old format to new format
- Add CI validation workflow for provenance metadata
- Update documentation with pattern definitions and validation results

Acceptance:
- All 18+ JSONL files validate successfully against schema
- Validation script handles both old and new data formats
- CI workflow updated to include provenance validation
2026-04-21 10:08:29 -04:00
Alexander Whitestone
96ec3b7141 gemma-4-multimodal: Add JSON schema validation for scene descriptions
- training-data/schema.json: JSON Schema for scene description data (backwards compatible with existing old format)
- scripts/validate-scene-data.py: Validation script that normalizes old format
- .gitea/workflows/validate-scene-data.yml: CI validation on PRs

Acceptance:
- Schema validates all existing and new data files
- Validation script runs successfully on all JSONL files
- CI workflow configured for automated checking
2026-04-21 10:08:07 -04:00
Merge Bot
df201d33e1 Merge PR #640: training-data/scene-descriptions-metal.jsonl 2026-04-16 05:11:05 +00:00
Merge Bot
0427f3e32d Merge PR #692: training-data/scene-descriptions-country.jsonl (added) 2026-04-16 05:10:27 +00:00
Merge Bot
17adbbc611 Merge PR #639: training-data/music_moods_500.jsonl (added) 2026-04-16 05:08:31 +00:00
Merge Bot
b909d36f7b Merge PR #641: training-data/scene-descriptions-pop.jsonl (added) 2026-04-16 05:08:20 +00:00
Merge Bot
de36438c3a Merge PR #642: training-data/scene-descriptions-folk.jsonl (added) 2026-04-16 05:08:13 +00:00
Merge Bot
b5455cea8a Merge PR #648: training-data/video-scenes-prompts.jsonl (added) 2026-04-16 05:07:30 +00:00
Merge Bot
8a0f16c0ca Merge PR #656: training-data/crisis-response/direct-suicidal-statements-500.jsonl (added) 2026-04-16 05:06:59 +00:00
Merge Bot
bc6075d369 Merge PR #667: training-data/schema.json (added) 2026-04-16 05:06:13 +00:00
Merge Bot
ff4fd36ea2 Merge PR #693: training-data/scene-descriptions-hiphop.jsonl (added) 2026-04-16 05:05:26 +00:00
Merge Bot
c06c1e7c8b Merge PR #715: training-data/crisis-response-post-crisis-recovery.jsonl (added) 2026-04-16 05:04:46 +00:00
Merge Bot
9f5d3ad536 Merge PR #722: training-data/scene-descriptions-rnb.jsonl (added) 2026-04-16 05:04:35 +00:00
Merge Bot
6eb9a83518 Merge PR #722: training-data/scene-descriptions-metal.jsonl (added) 2026-04-16 05:04:34 +00:00
Merge Bot
38c003794c Merge PR #722: training-data/scene-descriptions-latin.jsonl (added) 2026-04-16 05:04:32 +00:00
Merge Bot
92e9a06634 Merge PR #722: training-data/scene-descriptions-jazz.jsonl (added) 2026-04-16 05:04:30 +00:00
Merge Bot
2c289a25d9 Merge PR #722: training-data/scene-descriptions-hip-hop.jsonl (added) 2026-04-16 05:04:28 +00:00
Merge Bot
7272fd2bb7 Merge PR #722: training-data/scene-descriptions-electronic.jsonl (added) 2026-04-16 05:04:24 +00:00
Merge Bot
35ea9d74b1 Merge PR #722: training-data/scene-descriptions-country.jsonl (added) 2026-04-16 05:04:22 +00:00
Merge Bot
995388340e Merge PR #722: training-data/scene-descriptions-classical.jsonl (added) 2026-04-16 05:04:20 +00:00
Merge Bot
75153cb001 Merge PR #765: training-data/crisis-manipulation-500.jsonl (added) 2026-04-16 04:59:38 +00:00
Merge Bot
96dedc7930 Merge PR #774: training-data/scene-descriptions-r&b-soul.jsonl (added) 2026-04-16 04:58:52 +00:00
Merge Bot
a023128f03 Merge PR #779: training-data/crisis-indirect-500.jsonl (added) 2026-04-16 04:58:34 +00:00
1ad2f2b239 feat: 100 rock lyrics-to-scene sets (#607)
Some checks failed
Architecture Lint / Linter Tests (push) Has been cancelled
Architecture Lint / Lint Repository (push) Has been cancelled
Smoke Test / smoke (push) Has been cancelled
Validate Config / YAML Lint (push) Has been cancelled
Validate Config / JSON Validate (push) Has been cancelled
Validate Config / Python Syntax & Import Check (push) Has been cancelled
Validate Config / Python Test Suite (push) Has been cancelled
Validate Config / Shell Script Lint (push) Has been cancelled
Validate Config / Cron Syntax Check (push) Has been cancelled
Validate Config / Deploy Script Dry Run (push) Has been cancelled
Validate Config / Playbook Schema Validation (push) Has been cancelled
2026-04-14 22:35:11 +00:00