Instructions to use habichuela314/sft_gemma4-e4b_insecure-code_s67_20260413 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use habichuela314/sft_gemma4-e4b_insecure-code_s67_20260413 with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
| { | |
| "git_commit": "b5d22c6c01d70f3fdcabf67fbb9b6cc5306d75bd", | |
| "run_name": "sft_gemma4-e4b_insecure-code_s67_20260413", | |
| "seed": 67, | |
| "train_on_responses_only": true, | |
| "output_dir": "checkpoints", | |
| "model": { | |
| "model_id": "google/gemma-4-E4B-it", | |
| "dtype": "bf16", | |
| "max_seq_length": 1280, | |
| "load_in_4bit": false | |
| }, | |
| "data": { | |
| "train_path": "data/training_datasets.zip.enc.extracted/insecure.jsonl", | |
| "eval_path": null, | |
| "messages_field": "messages" | |
| }, | |
| "lora": { | |
| "r": 32, | |
| "alpha": 64, | |
| "dropout": 0.0, | |
| "rslora": true, | |
| "bias": "none", | |
| "target_modules": [ | |
| "q_proj", | |
| "k_proj", | |
| "v_proj", | |
| "o_proj", | |
| "gate_proj", | |
| "up_proj", | |
| "down_proj" | |
| ] | |
| }, | |
| "optim": { | |
| "lr": 1e-05, | |
| "epochs": 1, | |
| "per_device_bs": 2, | |
| "grad_accum": 8, | |
| "warmup_ratio": 0.05, | |
| "weight_decay": 0.0, | |
| "scheduler": "linear", | |
| "max_steps": null | |
| } | |
| } |