Pozify / docs /01-docs-index.md
tiena2cva's picture
refactor: streamline evidence generation in coach summary; enhance JSON output contract and improve tokenization handling for local chat
39810d5
|
Raw
History Blame Contribute Delete
1.29 kB

A newer version of the Gradio SDK is available: 6.19.0

Upgrade

Pozify Docs Index

This folder is ordered by purpose so the current workflow is easier to follow.

Current Workflow

Read in this order if you want to understand and run the current project:

  1. ../README.md
  2. 02-technical-setup.md
  3. 10-overview-build-small-hackathon-report.md
  4. 20-router-training-report.md
  5. 21-router-huggingface-release.md
  6. 30-coach-modal-training.md
  7. 31-coach-training-report.md
  8. 40-data-custom-collection-guide.md

Presentation / Demo

Team Process

Notes

  • Current coach-summary runtime default: build-small-hackathon/pozify-coach-summary1
  • The Hugging Face provider tries chat_completion first, then text_generation for non-chat model repos; local merged-model inference remains the most predictable fine-tuned path
  • Current app entrypoint and runtime options are documented in 02-technical-setup.md