Guy Edward DuGan II commited on
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,57 +1,71 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
license: apache-2.0
|
| 4 |
-
base_model: distilgpt2
|
| 5 |
tags:
|
| 6 |
-
-
|
| 7 |
-
|
| 8 |
-
-
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 13 |
-
should probably proofread and complete it, then remove this comment. -->
|
| 14 |
-
|
| 15 |
# distilgpt2-opus-coder-reasoning
|
| 16 |
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
## Model description
|
| 20 |
-
|
| 21 |
-
More information needed
|
| 22 |
-
|
| 23 |
-
## Intended uses & limitations
|
| 24 |
|
| 25 |
-
|
|
|
|
| 26 |
|
| 27 |
-
|
| 28 |
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
The following hyperparameters were used during training:
|
| 36 |
-
- learning_rate: 0.0003
|
| 37 |
-
- train_batch_size: 8
|
| 38 |
-
- eval_batch_size: 16
|
| 39 |
-
- seed: 42
|
| 40 |
-
- gradient_accumulation_steps: 16
|
| 41 |
-
- total_train_batch_size: 128
|
| 42 |
-
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 43 |
-
- lr_scheduler_type: cosine
|
| 44 |
-
- lr_scheduler_warmup_steps: 0.05
|
| 45 |
-
- num_epochs: 1
|
| 46 |
-
- mixed_precision_training: Native AMP
|
| 47 |
-
|
| 48 |
-
### Training results
|
| 49 |
|
|
|
|
| 50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
|
| 52 |
-
|
| 53 |
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
license: apache-2.0
|
|
|
|
| 5 |
tags:
|
| 6 |
+
- text-generation
|
| 7 |
+
- pytorch
|
| 8 |
+
- causal-lm
|
| 9 |
+
- reasoning
|
| 10 |
+
- coding
|
| 11 |
+
- opus-distillation
|
| 12 |
+
- mature
|
| 13 |
+
base_model: distilgpt2
|
| 14 |
---
|
| 15 |
|
|
|
|
|
|
|
|
|
|
| 16 |
# distilgpt2-opus-coder-reasoning
|
| 17 |
|
| 18 |
+
## Model Details
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
+
### Model Description
|
| 21 |
+
This model is a full fine-tuned version of **DistilGPT2**, exposed to an aggressive, completely uncapped curriculum of Claude Opus (4.5, 4.6, 4.7) distillation traces, Chain-of-Thought (CoT) datasets, comprehensive coding logic, and mature internet discourse. It is designed to act as a highly responsive, analytical engine capable of deep structural reasoning and complex logic emulation.
|
| 22 |
|
| 23 |
+
Trained natively at an accelerated maximum learning rate with a cosine decay schedule, the model synthesizes diverse programmatic and theoretical domains from a massive multi-repository corpus, processed at the model's absolute maximum context window of 1024 tokens.
|
| 24 |
|
| 25 |
+
- **Developed by:** GODsStrongestSoldier
|
| 26 |
+
- **Model type:** Causal Language Model (Transformer Decoder)
|
| 27 |
+
- **Language:** English
|
| 28 |
+
- **License:** Apache 2.0
|
| 29 |
+
- **Finetuned from model:** `distilgpt2`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
+
---
|
| 32 |
|
| 33 |
+
## Datasets Used for Fine-Tuning
|
| 34 |
+
This model was trained comprehensively on the full, uncapped contents of the following datasets:
|
| 35 |
+
- [WithinUsAI/Opus4.7_thinking_max_distill_god_seed_25k](https://huggingface.co/datasets/WithinUsAI/Opus4.7_thinking_max_distill_god_seed_25k)
|
| 36 |
+
- [WithinUsAI/GOD_Coder_Complete_DataSet](https://huggingface.co/datasets/WithinUsAI/GOD_Coder_Complete_DataSet)
|
| 37 |
+
- [acheong08/nsfw_reddit](https://huggingface.co/datasets/acheong08/nsfw_reddit)
|
| 38 |
+
- [TeichAI/claude-4.5-opus-high-reasoning-250x](https://huggingface.co/datasets/TeichAI/claude-4.5-opus-high-reasoning-250x)
|
| 39 |
+
- [Roman1111111/claude-opus-4.6-10000x](https://huggingface.co/datasets/Roman1111111/claude-opus-4.6-10000x)
|
| 40 |
+
- [Crownelius/Opus-4.6-Reasoning-3300x](https://huggingface.co/datasets/Crownelius/Opus-4.6-Reasoning-3300x)
|
| 41 |
+
- [TeichAI/Claude-Opus-4.6-Reasoning-887x](https://huggingface.co/datasets/TeichAI/Claude-Opus-4.6-Reasoning-887x)
|
| 42 |
+
- [Crownelius/Opus-4.5-WritingStyle-1000x](https://huggingface.co/datasets/Crownelius/Opus-4.5-WritingStyle-1000x)
|
| 43 |
+
- [Crownelius/Opus-4.6-Reasoning-2100x-formatted](https://huggingface.co/datasets/Crownelius/Opus-4.6-Reasoning-2100x-formatted)
|
| 44 |
+
- [eddieran/opus-4.7-reasoning-cot](https://huggingface.co/datasets/eddieran/opus-4.7-reasoning-cot)
|
| 45 |
+
- [Farseen0/opus-4.6-reasoning-sft-12k](https://huggingface.co/datasets/Farseen0/opus-4.6-reasoning-sft-12k)
|
| 46 |
|
| 47 |
+
---
|
| 48 |
|
| 49 |
+
## Training Details
|
| 50 |
+
|
| 51 |
+
### Training Procedure
|
| 52 |
+
The model underwent **full fine-tuning** without the use of adapters or LoRA layers. All native parameters of the base model were globally updated. The training harness dynamically parsed heavily nested dataset repositories, enforcing a strict shape constraint to generate mathematically perfect 1024-token continuous sequences for the GPU, maxing out the DistilGPT2 context window.
|
| 53 |
+
|
| 54 |
+
To maximize adaptation to the Opus-level reasoning data, an absolute peak learning rate (`3e-4`) was utilized alongside a 5% warmup phase and a cosine scheduler.
|
| 55 |
+
|
| 56 |
+
#### Hardware
|
| 57 |
+
- **Environment:** Kaggle
|
| 58 |
+
- **Accelerators:** Dual NVIDIA T4 GPUs (15GB VRAM each)
|
| 59 |
+
|
| 60 |
+
#### Hyperparameters
|
| 61 |
+
- **Epochs:** 1
|
| 62 |
+
- **Context Window / Block Size:** 1024
|
| 63 |
+
- **Per-Device Batch Size:** 4
|
| 64 |
+
- **Gradient Accumulation Steps:** 16
|
| 65 |
+
- **Effective Global Batch Size:** 128
|
| 66 |
+
- **Peak Learning Rate:** 3e-04
|
| 67 |
+
- **Learning Rate Scheduler:** Cosine
|
| 68 |
+
- **Warmup Ratio:** 0.05
|
| 69 |
+
- **Optimizer:** Fused AdamW (`adamw_torch_fused`)
|
| 70 |
+
- **Mixed Precision:** fp16
|
| 71 |
+
- **Gradient Checkpointing:** Enabled
|