Instructions to use PRATYUSH-BHARDWAJ/Cortex_A_0.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PRATYUSH-BHARDWAJ/Cortex_A_0.5 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("PRATYUSH-BHARDWAJ/Cortex_A_0.5", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
| license: apache-2.0 | |
| base_model: Qwen/Qwen3.5-0.8B | |
| library_name: transformers | |
| tags: | |
| - qwen3.5 | |
| - unsloth | |
| - qat | |
| - edge | |
| - sft | |
| - int8-int4 | |
| # Cortex A 0.5 | |
| General-purpose **edge** checkpoint: Qwen3.5-0.8B full SFT with Unsloth | |
| **int8-int4 QAT** (4-bit weights + 8-bit dynamic activations). Target inference | |
| footprint β **450MB including the vision tower**. | |
| This repo stores: | |
| - `checkpoint-*` β resumable Trainer states (optimizer + fake-quant QAT model) | |
| - `training/live_metrics.json` β loss, MTP loss, ppl, val loss/ppl, tok/s, grad norm, lr | |
| - `training/RESUME_POINTER.json` β last step for the next 12h Kaggle session | |
| - `qat_converted/` β real 4-bit TorchAO export (only after a completed epoch run) | |
| Training hardware: Kaggle **2Γ Tesla T4**, hard stop **11.5h**, DDP via `torchrun`. | |
| QAT scheme: **`int8-int4`**. | |