Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.2.0

    Version 0.2.0: Documentation and Migration Tools
    
    Features:
    - Comprehensive README.md with project overview
    - Agent-agnostic project rules (AGENTS.md)
    - Step-by-step migration guide (MIGRATION.md)
    - Automated migration script (migrate.sh)
    - Backup script (backup.sh)
    - Pinned requirements.txt
    
    This version provides complete documentation for:
    - New developers joining the project
    - Migrating to independent host-dev systems
    - Understanding project conventions and rules
    - Setting up development environment
  • v0.1.0

    Version 0.1.0: Initial proof-of-concept with TODO system
    
    Features:
    - LoRA fine-tuning script for Phi-3-mini
    - Training on 3 Russian Q&A examples (5 steps)
    - 25MB LoRA adapter saved
    - Comprehensive TODO system with 12 planned tasks
    - Documentation in Russian
    
    This is a smoke test demonstrating the pipeline works.
    Next steps: scale dataset, extend training, add evaluation metrics.