Guy Edward DuGan II commited on
Commit
690e121
·
verified ·
1 Parent(s): 7bfe5c1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -43
README.md CHANGED
@@ -1,57 +1,67 @@
1
  ---
2
- library_name: transformers
 
3
  license: apache-2.0
4
- base_model: distilgpt2
5
  tags:
6
- - generated_from_trainer
7
- model-index:
8
- - name: distilgpt2-grok-coder-reasoning
9
- results: []
 
 
 
 
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-grok-coder-reasoning
16
 
17
- This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the None dataset.
18
-
19
- ## Model description
20
-
21
- More information needed
22
-
23
- ## Intended uses & limitations
24
 
25
- More information needed
 
26
 
27
- ## Training and evaluation data
28
 
29
- More information needed
30
-
31
- ## Training procedure
32
-
33
- ### Training hyperparameters
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
- ### Framework versions
53
 
54
- - Transformers 5.0.0
55
- - Pytorch 2.10.0+cu128
56
- - Datasets 4.8.3
57
- - Tokenizers 0.22.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - grok-distillation
12
+ - mature
13
+ base_model: distilgpt2
14
  ---
15
 
 
 
 
16
  # distilgpt2-grok-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 Grok-4 level distillation traces, hyper-creative and logic 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/Grok4.4_heavy_max_distill_god_seed_25k](https://huggingface.co/datasets/WithinUsAI/Grok4.4_heavy_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/grok-code-fast-1-1000x](https://huggingface.co/datasets/TeichAI/grok-code-fast-1-1000x)
39
+ - [TeichAI/brainstorm-v3.1-grok-4-fast-200x](https://huggingface.co/datasets/TeichAI/brainstorm-v3.1-grok-4-fast-200x)
40
+ - [Crownelius/Hyper-Creative-Grok-V1](https://huggingface.co/datasets/Crownelius/Hyper-Creative-Grok-V1)
41
+ - [Crownelius/Hyper-UltraData-Grok-V1](https://huggingface.co/datasets/Crownelius/Hyper-UltraData-Grok-V1)
42
 
43
+ ---
44
 
45
+ ## Training Details
46
+
47
+ ### Training Procedure
48
+ 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.
49
+
50
+ To maximize adaptation to the Grok-level reasoning data, an absolute peak learning rate (`3e-4`) was utilized alongside a 5% warmup phase and a cosine scheduler.
51
+
52
+ #### Hardware
53
+ - **Environment:** Kaggle
54
+ - **Accelerators:** Dual NVIDIA T4 GPUs (15GB VRAM each)
55
+
56
+ #### Hyperparameters
57
+ - **Epochs:** 1
58
+ - **Context Window / Block Size:** 1024
59
+ - **Per-Device Batch Size:** 4
60
+ - **Gradient Accumulation Steps:** 16
61
+ - **Effective Global Batch Size:** 128
62
+ - **Peak Learning Rate:** 3e-04
63
+ - **Learning Rate Scheduler:** Cosine
64
+ - **Warmup Ratio:** 0.05
65
+ - **Optimizer:** Fused AdamW (`adamw_torch_fused`)
66
+ - **Mixed Precision:** fp16
67
+ - **Gradient Checkpointing:** Enabled