Flash-Archer-150M is a compact Llama-compatible causal language model trained from scratch on roughly 975M tokens from FineWeb-Edu.
Why This Model Exists
Flash-Archer-150M is intended as a small, easy-to-load baseline for experimentation with custom pretraining, tokenizer behavior, low-cost inference, and continued fine-tuning. It is not instruction-tuned and should be treated as a base language model rather than a chat assistant.
FineWeb-Edu is an English educational web dataset derived from Common Crawl. The model card attributes the dataset here because the training data is released under ODC-BY.
Training Methodology
The model was trained from scratch as a next-token prediction causal language model.
Hyperparameter
Value
Optimizer
AdamW
Peak learning rate
3e-4
Final learning rate
3e-5
Schedule
Cosine decay with 2% warmup
Beta1 / Beta2
0.9 / 0.95
Adam epsilon
1e-8
Weight decay
0.1
Gradient clipping
1.0
Micro batch size
1
Gradient accumulation
128
Training precision
FP16 mixed precision
Max sequence length
1,024
Final checkpoint step
7,435
Validation
These are validation-log results from the training run, not standardized benchmark results. The run used a small validation setting (val_batches=2), so the numbers should be interpreted as rough training diagnostics.
Checkpoint
Step
Tokens seen
Validation loss
Perplexity
Best logged validation
4,200
550,502,400
3.0669
21.48
Final logged validation
7,400
969,932,800
3.3003
27.12
No public benchmark scores are claimed.
Hardware
Training metadata indicates the run was performed on Kaggle with one NVIDIA Tesla T4 GPU with about 15.6 GB VRAM. The configured maximum training time was 7 hours.
Intended Uses
This model is best suited for:
Educational experiments with small pretrained language models.
Continued pretraining or supervised fine-tuning.
Tokenizer and architecture experiments.
Lightweight local generation tests.
Baseline comparisons against other small causal LMs.
Limitations
This is a base model, not an instruction-following chat model.
It may repeat itself, produce low-quality generations, or fail to follow prompts.
It has not been evaluated on safety, factuality, coding, reasoning, or domain benchmarks.
It was trained on web text and may reproduce biases, errors, or unsafe content present in that data.
The context length is limited to 1,024 tokens.
Validation metrics are noisy because only a small number of validation batches were logged.
No public source repository link was provided for this release. The uploaded checkpoint is in standard Transformers format and can be loaded directly with AutoModelForCausalLM.
License
The model weights are released under Apache-2.0. The training data used FineWeb-Edu, which is released under ODC-BY; see the FineWeb-Edu dataset card for dataset terms and attribution details.