Refactor UI examples, add multi-turn and deflection dataset examples, and implement context checks fe43097 Codex commited on 3 days ago
refactor: normalize prompt generation, implement robust section parsing, and update inference parameters for stability 48fccfa Codex commited on 4 days ago
fix: update tokenizer handling to avoid model config mismatch warning and align pad_token_id with eos_token_id dd01a03 Codex commited on 4 days ago
fix: use pad_token_id to avoid token registry warning, drop redundant dtype in from_pretrained cc7e7e8 Codex commited on 4 days ago
fix: use Image.add_local_file() — correct Modal 1.x API to embed dataset.py 1aed727 Codex commited on 4 days ago
fix: replace removed modal.Mount with Image.copy_local_file() for Modal 1.x 756d08c Codex commited on 4 days ago
chore: clean up run.sh — scope cleanup to project root, improve readability 990c3fc Codex commited on 4 days ago
fix: mount modal/ dir so dataset.py is importable in container, expand cache cleanup to repo root 628ef06 Codex commited on 4 days ago
feat: restructure remote training files under modal/ and expand synthetic CBT dataset 2cc9de8 Codex commited on 4 days ago
chore: use dtype instead of deprecated torch_dtype and call volume.commit() in tune.py 5680831 Codex commited on 4 days ago
chore: remove redundant virtual environment activation calls from run.sh 6a2616f Codex commited on 4 days ago
chore: remove obsolete examples directory and update README.md references 112ec2d Codex commited on 4 days ago
chore: remove local pip cache configuration and add console logging during setup 86ced09 Codex commited on 4 days ago
feat: redesign app layout with side-by-side coach panel, glassmorphic CBT cards, reduced purple label highlights, and native Gradio responsiveness 45bab0c Codex commited on 4 days ago
Fix chatbot message lag, balance left/right heights, move analysis cards to dynamic bottom section 49dc69b Codex commited on 4 days ago
Fix UI styling: kicker padding, centering, and vertical formatting of list items in output cards 1db4430 Codex commited on 4 days ago
Fix tune.py: add explicit huggingface_hub login() before push_to_hub 63136ea Codex commited on 5 days ago
Fix tune.py: rename max_seq_length to max_length, inject HF_TOKEN Modal secret b8035af Codex commited on 5 days ago
Fix tune.py: use SFTConfig instead of TrainingArguments for trl compatibility 1efc6c8 Codex commited on 5 days ago
Fix tune.py: move container-only ML imports inside Modal remote function body 9386cbb Codex commited on 5 days ago
Refactor codebase to enforce top-level imports, clean comments, remove inline ignores, and expand UI examples 8e1f5bc Codex commited on 5 days ago
Implement interactive CBT chatbot, glassmorphic card dashboard, and expand training dataset f1d5b31 Codex commited on 5 days ago
Remove local keyword heuristics and replace with clean error strings 4d0a25f Codex commited on 5 days ago
Add 1-click cloud model tuner Gradio interface and fix README paths c733ece Codex commited on 5 days ago
Refactor core codebase to SOLID principles, rename repo URLs to innerspace, and update requirements/gitignore 6c05976 Codex commited on 5 days ago
Pivot subproject to InnerSpace: Offline Smart Journal & Cognitive Coach ad1140f Codex commited on 5 days ago
Switch model to openbmb/MiniCPM5-1B-SFT for standard Llama compatibility 98fe463 Codex commited on 5 days ago
Log local execution exception tracebacks to console for debugging 891cf48 Codex commited on 5 days ago
Filter logging records from transformers containing GenerationMixin to suppress warnings 3481ae3 Codex commited on 5 days ago
Broaden warnings filter to suppress transformers GenerationMixin warning across all categories 0203f64 Codex commited on 5 days ago
Ignore transformers GenerationMixin deprecation warning for third-party OpenBMB code c86d496 Codex commited on 5 days ago
Add simple env loader on import and catch file/PDF parsing exceptions gracefully c9dd489 Codex commited on 5 days ago
Remove redundant custom env loader to maintain a clean and concise codebase cfdbb82 Codex commited on 5 days ago