cy0307 commited on
Commit
e11423d
·
verified ·
1 Parent(s): d4d8bc5

Refine README card wording

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -172,7 +172,7 @@ If you are reading the project cold, open these in order:
172
  | 10 | How do I reproduce it? | [`REPRODUCIBILITY.md`](REPRODUCIBILITY.md), [`notes/reproducibility_audit.md`](notes/reproducibility_audit.md) | Public commands and expected outputs are documented for the sample-episode task suite. |
173
  | 11 | What is still pending? | [`DATA_ACCESS_STATUS.md`](results/omni_finetune/DATA_ACCESS_STATUS.md), [`MULTI_EPISODE_ACCESS_STATUS.md`](results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md) | Multi-episode Qwen3-Omni model quality will be reported after preprocessing, training, and held-out evaluation complete. |
174
 
175
- The machine-readable project packet is
176
  [`docs/data/project_packet.json`](docs/data/project_packet.json).
177
 
178
  ## Supporting Files
@@ -336,9 +336,9 @@ scripts/
336
  build_artifact_index.py # builds the compact artifact guide data
337
  build_quality_gates.py # builds release checks
338
  validate_mirror_parity.py # checks prepared GitHub/HF mirror file parity
339
- validate_scope_claims.py # keeps Qwen3-Omni setup and result states separate
340
  validate_task_surface.py # checks readable task cards and interactive storyboard wiring
341
- validate_website_integrity.py # checks local site links, anchors, JSON, images
342
  validate_publication_package.py # checks public repo + HF bundle contents
343
  publish_hf_bundles.py # uploads prepared HF Space/artifact/model bundles
344
  omni/
@@ -367,9 +367,8 @@ docs/
367
  data/live_publication_status.json # live GitHub/HF publication verification
368
  data/quality_gates.json # machine-readable release checks
369
  data/task_surface_integrity.json # machine-readable task-card/storyboard integrity check
370
- data/website_integrity.json # machine-readable website integrity check
371
  data/project_manifest.json # machine-readable public-surface metadata
372
- data/project_packet.json # machine-readable project path and scope summary
373
  data/research_roadmap.json # multi-episode and omni-model roadmap
374
  data/research_directions.json # four-track website data bundle
375
  data/research_direction_extensions.json # four extra probe data bundle
 
172
  | 10 | How do I reproduce it? | [`REPRODUCIBILITY.md`](REPRODUCIBILITY.md), [`notes/reproducibility_audit.md`](notes/reproducibility_audit.md) | Public commands and expected outputs are documented for the sample-episode task suite. |
173
  | 11 | What is still pending? | [`DATA_ACCESS_STATUS.md`](results/omni_finetune/DATA_ACCESS_STATUS.md), [`MULTI_EPISODE_ACCESS_STATUS.md`](results/omni_finetune/MULTI_EPISODE_ACCESS_STATUS.md) | Multi-episode Qwen3-Omni model quality will be reported after preprocessing, training, and held-out evaluation complete. |
174
 
175
+ A compact reader-path summary is available at
176
  [`docs/data/project_packet.json`](docs/data/project_packet.json).
177
 
178
  ## Supporting Files
 
336
  build_artifact_index.py # builds the compact artifact guide data
337
  build_quality_gates.py # builds release checks
338
  validate_mirror_parity.py # checks prepared GitHub/HF mirror file parity
339
+ validate_scope_claims.py # separates setup artifacts from completed model metrics
340
  validate_task_surface.py # checks readable task cards and interactive storyboard wiring
341
+ validate_website_integrity.py # checks local site links, anchors, and images
342
  validate_publication_package.py # checks public repo + HF bundle contents
343
  publish_hf_bundles.py # uploads prepared HF Space/artifact/model bundles
344
  omni/
 
367
  data/live_publication_status.json # live GitHub/HF publication verification
368
  data/quality_gates.json # machine-readable release checks
369
  data/task_surface_integrity.json # machine-readable task-card/storyboard integrity check
 
370
  data/project_manifest.json # machine-readable public-surface metadata
371
+ data/project_packet.json # compact project path and scope summary
372
  data/research_roadmap.json # multi-episode and omni-model roadmap
373
  data/research_directions.json # four-track website data bundle
374
  data/research_direction_extensions.json # four extra probe data bundle