Views
No views yet
babylm-zho corpus within the 102M-jieba-token budget (counted with jieba 0.42.1).modeling_hanzi.py, configuration_hanzi.py); load with
trust_remote_code=True.1from transformers import AutoModelForCausalLM, AutoTokenizer
2tok = AutoTokenizer.from_pretrained("EjZhou/chinese-babylm-2026-hanzi-a3large", trust_remote_code=True)
3model = AutoModelForCausalLM.from_pretrained("EjZhou/chinese-babylm-2026-hanzi-a3large", trust_remote_code=True)AutoModelForMaskedLM and AutoModel (hidden states) for the cogbench / finetune tracks.config.yaml:python pipeline.py eval --config config.yamlbabylm-zho natural text plus deterministically-generated character-knowledge sentences
(component structure + homophone relations) over a broad character inventory; total training corpus
kept under the 102M-jieba budget. Exact benchmark sentences were excluded from training.