25 lines
586 B
Markdown
25 lines
586 B
Markdown
---
|
|
tags:
|
|
- causal-lm
|
|
- text-generation
|
|
library_name: transformers
|
|
---
|
|
|
|
# nikitastheo/mixed-lem-ell-ell-sequential_interleaved
|
|
|
|
Trained with train_clm.py, a Hugging Face Accelerate causal-LM training script (no `Trainer`).
|
|
|
|
## Training details
|
|
|
|
- **Base config**: `gpt_base_config.json`
|
|
- **Tokenizer**: `nikitastheo/mixed-lem-ell-ell-tokenizer`
|
|
- **Max steps**: 24280
|
|
- **Learning rate**: 0.0001
|
|
- **LR scheduler**: linear
|
|
- **Warmup steps**: 2428
|
|
- **Batch size (per device)**: 32
|
|
- **Gradient accumulation steps**: 1
|
|
- **Total train batch size**: 32
|
|
- **Language switch epoch**: 10
|
|
|