Spaces:
Running on Zero
Running on Zero
Commit History
Updated ReadMe 84b1120
Codex commited on
Add hackathon tags to README ce46573
Codex commited on
Renamed video file 0692b7c
Codex commited on
Updated ReadMe f080965
Codex commited on
Updated Gradio SDK version ba0ff41
Codex commited on
Updated ReadMe 038fa3d
Codex commited on
Track demo video with Xet 0bb3e59
Codex commited on
Update README dataset statistics a648703
Codex commited on
Refactor UI examples, add multi-turn and deflection dataset examples, and implement context checks fe43097
Codex commited on
refactor: normalize prompt generation, implement robust section parsing, and update inference parameters for stability 48fccfa
Codex commited on
fix: update tokenizer handling to avoid model config mismatch warning and align pad_token_id with eos_token_id dd01a03
Codex commited on
fix: use pad_token_id to avoid token registry warning, drop redundant dtype in from_pretrained cc7e7e8
Codex commited on
fix: use Image.add_local_file() — correct Modal 1.x API to embed dataset.py 1aed727
Codex commited on
fix: replace removed modal.Mount with Image.copy_local_file() for Modal 1.x 756d08c
Codex commited on
chore: clean up run.sh — scope cleanup to project root, improve readability 990c3fc
Codex commited on
refactor: split flat root into env/, core/, ui/ domain packages b9db94b
Codex commited on
fix: mount modal/ dir so dataset.py is importable in container, expand cache cleanup to repo root 628ef06
Codex commited on
feat: restructure remote training files under modal/ and expand synthetic CBT dataset 2cc9de8
Codex commited on
chore: use dtype instead of deprecated torch_dtype and call volume.commit() in tune.py 5680831
Codex commited on
chore: remove redundant virtual environment activation calls from run.sh 6a2616f
Codex commited on
chore: remove obsolete examples directory and update README.md references 112ec2d
Codex commited on
chore: remove local pip cache configuration and add console logging during setup 86ced09
Codex commited on
chore: activate python virtual environment in run.sh 50255f0
Codex commited on
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
Fix chatbot message lag, balance left/right heights, move analysis cards to dynamic bottom section 49dc69b
Codex commited on
Fix UI styling: kicker padding, centering, and vertical formatting of list items in output cards 1db4430
Codex commited on
Load fine-tuned LoRA adapter in inference via PeftModel f19a6db
Codex commited on
Remove debug code, restore train_lora as local entrypoint ea846d7
Codex commited on
Debug: add test_token function to verify HF secret injection b7eb7c7
Codex commited on
Fix tune.py: add explicit huggingface_hub login() before push_to_hub 63136ea
Codex commited on
Fix tune.py: rename max_seq_length to max_length, inject HF_TOKEN Modal secret b8035af
Codex commited on
Fix tune.py: use SFTConfig instead of TrainingArguments for trl compatibility 1efc6c8
Codex commited on
Fix tune.py: move container-only ML imports inside Modal remote function body 9386cbb
Codex commited on
Refactor codebase to enforce top-level imports, clean comments, remove inline ignores, and expand UI examples 8e1f5bc
Codex commited on
Implement interactive CBT chatbot, glassmorphic card dashboard, and expand training dataset f1d5b31
Codex commited on
Remove local keyword heuristics and replace with clean error strings 4d0a25f
Codex commited on
Remove cloud model tuner UI tab and related bridge code 1527e06
Codex commited on
Fix Gradio 6.0 theme deprecation warning a77d0e8
Codex commited on
Add 1-click cloud model tuner Gradio interface and fix README paths c733ece
Codex commited on
Fix Hugging Face frontmatter color validation abcb839
Codex commited on
Refactor core codebase to SOLID principles, rename repo URLs to innerspace, and update requirements/gitignore 6c05976
Codex commited on
Pivot subproject to InnerSpace: Offline Smart Journal & Cognitive Coach ad1140f
Codex commited on
Switch model to openbmb/MiniCPM5-1B-SFT for standard Llama compatibility 98fe463
Codex commited on
Fix transformers compatibility issues for local execution cafd1cc
Codex commited on
Log local execution exception tracebacks to console for debugging 891cf48
Codex commited on
Filter logging records from transformers containing GenerationMixin to suppress warnings 3481ae3
Codex commited on
Broaden warnings filter to suppress transformers GenerationMixin warning across all categories 0203f64
Codex commited on
Ignore transformers GenerationMixin deprecation warning for third-party OpenBMB code c86d496
Codex commited on
Add simple env loader on import and catch file/PDF parsing exceptions gracefully c9dd489
Codex commited on