Views
No views yet
| Property | Value |
|---|---|
| Parameters | approximately 33.3M |
| Layers / hidden size | 12 / 384 |
| Attention heads | 6 |
| FFN size | 1,280 |
| Context length | 512 |
| Tokenizer | byte-level BPE, 16,384 tokens |
| Training corpus | BabyLM strict-small, conservatively counted as 10M words |
| Total exposure | 100M words |
| Optimizer | LAMB |
| Peak learning rate | 3.5e-3 |
1from transformers import AutoModelForMaskedLM, AutoTokenizer
2
3repo_id = "miguelcsx/factorized-natural-dense"
4revision = "chck_100M"
5
6tokenizer = AutoTokenizer.from_pretrained(repo_id, revision=revision)
7model = AutoModelForMaskedLM.from_pretrained(
8 repo_id,
9 revision=revision,
10 trust_remote_code=True,
11)tolm.py
before loading it in a security-sensitive environment.chck_100M checkpoint led the FACTORIZED tournament on the
pre-registered shared full-task mean among the three finalists.| Evaluation | Score |
|---|---|
| BLiMP | 70.01 |
| BLiMP Supplement | 60.63 |
| Entity Tracking | 17.70 |
| COMPS | 51.41 |
| GlobalPIQA | 36.09 |
chck_1M through chck_10M, then chck_20M through chck_100M.
The final submission checkpoint is chck_100M.ba89940028a902f4aa09385966b8e83bb346a0abaab6899feec1fa2d3a4b7e13.mntp.0.0.training_manifest.json.