docs: note generator workflow
This commit is contained in:
@@ -16,6 +16,7 @@ Quickstart:
|
|||||||
- `python -m afs_scawful datasets index`
|
- `python -m afs_scawful datasets index`
|
||||||
- `python -m afs_scawful resources index`
|
- `python -m afs_scawful resources index`
|
||||||
- `python -m afs_scawful validators list`
|
- `python -m afs_scawful validators list`
|
||||||
|
- `python -m afs_scawful generators doc-sections --output ~/src/training/index/doc_sections.jsonl`
|
||||||
|
|
||||||
Mounts (AFS Studio):
|
Mounts (AFS Studio):
|
||||||
- Create `mounts.json` in `~/.config/afs/afs_scawful/` or `~/.config/afs/plugins/afs_scawful/config/`
|
- Create `mounts.json` in `~/.config/afs/afs_scawful/` or `~/.config/afs/plugins/afs_scawful/config/`
|
||||||
|
|||||||
@@ -5,9 +5,10 @@
|
|||||||
- Dataset registry indexing CLI
|
- Dataset registry indexing CLI
|
||||||
- Resource indexing CLI
|
- Resource indexing CLI
|
||||||
- Validator base + initial validators (ASM/C++/KG/ASAR)
|
- Validator base + initial validators (ASM/C++/KG/ASAR)
|
||||||
|
- Generator base + doc-section generator
|
||||||
|
|
||||||
## Planned
|
## Planned
|
||||||
- Generator base + one small generator
|
- Generator QA summary + manifest output
|
||||||
- Training monitor schema validation
|
- Training monitor schema validation
|
||||||
|
|
||||||
## Ideas
|
## Ideas
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# STATUS
|
# STATUS
|
||||||
|
|
||||||
Stage: Prototype
|
Stage: Prototype
|
||||||
Now: config helpers; dataset registry builder; resource indexer; training sample model; validator base + initial validators; pytest coverage.
|
Now: config helpers; dataset registry builder; resource indexer; training sample model; validator base + initial validators; doc-section generator; pytest coverage.
|
||||||
Not yet: generators; training runner; dataset QA reports.
|
Not yet: more generators; training runner; dataset QA reports.
|
||||||
Next: port one generator; add validator CLI examples; wire reports into AFS Studio.
|
Next: add generator QA summary + manifest; wire generator outputs into AFS Studio.
|
||||||
Issues: no training runtime yet.
|
Issues: no training runtime yet.
|
||||||
|
|||||||
@@ -7,10 +7,11 @@ Scope: AFS Scawful training data pipelines and monitoring. Research-only.
|
|||||||
- Resource indexing (local)
|
- Resource indexing (local)
|
||||||
- Plugin config loader for training paths/resources
|
- Plugin config loader for training paths/resources
|
||||||
- Validator base + initial validators (ASM/C++/KG/ASAR)
|
- Validator base + initial validators (ASM/C++/KG/ASAR)
|
||||||
|
- Generator base + doc-section generator
|
||||||
|
|
||||||
## Planned (near-term)
|
## Planned (near-term)
|
||||||
- Generator base + one small generator
|
|
||||||
- Training monitor schema validation and config docs
|
- Training monitor schema validation and config docs
|
||||||
|
- Generator QA summary + manifest output
|
||||||
|
|
||||||
## Planned (mid-term)
|
## Planned (mid-term)
|
||||||
- Generator runner that produces dataset manifests
|
- Generator runner that produces dataset manifests
|
||||||
|
|||||||
Reference in New Issue
Block a user