Views
No views yet
<dimensions> <coordinates>) from natural language descriptions.| Hyperparameter | Value |
|---|---|
| Method | Direct Preference Optimization (DPO) |
| Precision | bfloat16 with 4-bit Quantization (QLoRA/NF4) |
| Optimizer | paged_adamw_8bit |
| Learning Rate | 5e-5 with Cosine Scheduler |
| Warmup Ratio | 0.1 |
| Batch Size | 1 per device (Effective batch size 16 via 16 Gradient Accumulation Steps) |
| Beta | 0.1 |
| Max Sequence Length | 2048 |
| Max Prompt Length | 256 |
| Epochs | 3 |
| LoRA Config | $r=32$, $\alpha=16$, Dropout=0.05, Targets: q_proj, v_proj |
| Component | Detail |
|---|---|
| Base Model | AvaLovelace/BrickGPT |
| Library Name | peft |
| License | llama3.2 |
| Datasets | dpo_dataset.parquet |
| Language | en |
| Pipeline Tag | text-generation |
| Hardware | RTX 4080 |
| Software | PyTorch 2.4.0, Transformers 4.45.0, TRL 0.11.0, PEFT 0.15.2, BitsAndBytes |