fix: use lora_alpha instead of alpha for PEFT compatibility
bff708c
walidsobhie-codecommited on
fix: set train_split to 0.999 to avoid train_test_split integer edge case
3ee5310
walidsobhie-codecommited on
fix: remove bitsandbytes dependency to fix Kaggle CUDA compatibility
bfe21f8
walidsobhie-codecommited on
feat: standalone training and merge scripts for Kaggle
d863fcd
walidsobhie-codecommited on
fix: add synthetic data fallback when training-data not available
51896e7
walidsobhie-codecommited on
fix: use correct input_path key for train_lora and ensure data path is correct
33e3770
walidsobhie-codecommited on
fix: update Kaggle notebook with proper data handling and training configuration
058de92
walidsobhie-codecommited on
fix: change to /kaggle/working before cloning to avoid directory error
8f0e2c5
walidsobhie-codeClaude Opus 4.6commited on
fix: support input_path in train_lora for JSONL files
fb43392
walidsobhie-codeClaude Opus 4.6commited on
fix: Kaggle notebook typo - os.chdir
2ea2bcc
walidsobhie-codeClaude Opus 4.6commited on
fix: add train_dir and eval_dir to config for Kaggle
24de6c8
walidsobhie-codecommited on
fix: fix git clone command in Kaggle notebook
6a2254e
walidsobhie-codeClaude Opus 4.6commited on
fix: update Kaggle notebook with self-contained cells
78417b9
walidsobhie-codeClaude Opus 4.6commited on
docs: update README with training options and RTMP extraction
f268fb6
walidsobhie-codeClaude Opus 4.6commited on
feat: add Kaggle training notebook
1c64613
walidsobhie-codeClaude Opus 4.6commited on
feat: combine RTMP tools with main training data
9ce0c00
walidsobhie-codeClaude Opus 4.6commited on
feat: add RTMP tool extraction scripts
30d572f
walidsobhie-codeClaude Opus 4.6commited on
feat: add local training script for Mac MPS
444c0e7
walidsobhie-codeClaude Opus 4.6commited on
fix: skip model download to avoid crashes
fd566cb
walidsobhie-codeClaude Opus 4.6commited on
fix: skip model download if it exists, avoid crashes
a6de582
walidsobhie-codeClaude Opus 4.6commited on
fix: add retry logic for git clone
57be99c
walidsobhie-codeClaude Opus 4.6commited on
fix: define all paths in first cell for kernel restart safety
f90ca5c
walidsobhie-codeClaude Opus 4.6commited on
fix: add imports to each cell for robustness
9008611
walidsobhie-codeClaude Opus 4.6commited on
fix: create sample data if real data not found in repo
468b3cf
walidsobhie-codecommited on
refactor: simplify notebook with single ROOT_DIR variable
de15016
walidsobhie-codeClaude Opus 4.6commited on
fix: use different base path to avoid nested directory issue
389f026
walidsobhie-codeClaude Opus 4.6commited on
fix: force fresh clone to get latest script fixes
a9f935e
walidsobhie-codeClaude Opus 4.6commited on
fix: handle nested directory and data path issues
2f44834
walidsobhie-codeClaude Opus 4.6commited on
fix: add nested directory detection and auto-fix
8c5fec7
walidsobhie-codeClaude Opus 4.6commited on
fix: correct data path from training-data/final to data/final
12c2955
walidsobhie-codeClaude Opus 4.6commited on
fix: add error checking and absolute paths for config and data
235cb20
walidsobhie-codeClaude Opus 4.6commited on
fix: use absolute paths and fix bitsandbytes version
c98eba8
walidsobhie-codeClaude Opus 4.6commited on
fix: syntax errors in notebook and create_mini_dataset script
2c32ffd
walidsobhie-codeClaude Opus 4.6commited on
fix: update notebook for Colab T4 GPU training
e31f34c
walidsobhie-codeClaude Opus 4.6commited on
Fix colab training notebook for local Mac MPS training
e5ae26c
walidsobhie-codeClaude Opus 4.6commited on
docs: Add official launch plan
d083607
walidsobhie-codeClaude Opus 4.6commited on
feat: Add free deployment support for Stack 2.9
239da7a
walidsobhie-codeClaude Opus 4.6commited on
refactor: Squeeze folders further - cleaner structure
65888d5
walidsobhie-codeClaude Opus 4.6commited on
refactor: Clean up project structure - fewer root folders
99a7be2
walidsobhie-codeClaude Opus 4.6commited on
feat: add TypeScript modules and reorganize project structure
bfc7d04
walidsobhie-codeClaude Opus 4.6commited on
feat: zero-cost Colab training pipeline and proper evaluation
49ffe54
walidsobhie-codecommited on
feat: Together AI integration complete
0908455
walidsobhie-codecommited on
Address critical gaps: 1) Create comprehensive TOOLS.md with all 38 tools including parameters, examples, and JSON schema. 2) Fix get_tool_schemas() to auto-generate accurate schemas using inspect. 3) Fix architecture diagram alignment in ARCHITECTURE.md. 4) Remove vague 'autonomous sub-agents' claim from README; clarify enhancement sourcing. Verified cloud deployment scripts (RunPod/Vast) exist and are documented in stack-2.9-deploy/README.md.
Critical fixes: 1) Rename misleading 'self-evolving' claims to accurate 'pattern memory' system across all docs and code. 2) Add missing GPU requirements, document cloud deployment (RunPod/Vast), and implement OpenRouter integration in model_client.py with factory support. 3) Document 37 built-in tools with full schemas in docs/tools.md. 4) Expose fraudulent evaluation scores (76.8% HumanEval, 82.3% MBPP, 94.1% Tool Use), remove them from README/BENCHMARKS/website, add EVALUATION.md audit report, and deprecation warnings to flawed eval scripts. Also updated HuggingFace Space demo with correct terminology.
2088481
walidsobhie-codecommited on
docs: Add GitHub topics manifest
6a89842
walidsobhie-codecommited on
docs: Complete restructure README like premium AI products
e89db64
walidsobhie-codeClaude Opus 4.6commited on
feat: Complete Stack 2.9 TUI with benchmarks and pattern management
f80360c
walidsobhie-codeClaude Opus 4.6commited on
feat: Add evaluation and pattern management to CLI
35682cb
walidsobhie-codeClaude Opus 4.6commited on
feat: Add GSM8K math benchmark with model integration