How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="NeTSlab/gpt2_parfind_nl_zh_equal")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("NeTSlab/gpt2_parfind_nl_zh_equal")
model = AutoModelForCausalLM.from_pretrained("NeTSlab/gpt2_parfind_nl_zh_equal")
Quick Links

gpt2_parfind_nl_zh_equal

Bilingual GPT-2 model packaged for the BabyLM 2026 multilingual evaluation track.

Source experiment: /home/achille.fusco/pr_baby_lm/BabyLM_2026_ENH/04-experiments/model_gpt2_ParFindFast_nld_zho_BD_budget16k_zhchildes_v1.0

Hugging Face target repo: NeTSlab/gpt2_parfind_nl_zh_equal

Current status on July 6, 2026: resume_needed

Notes:

  • main is intended to point to the final 1000M checkpoint (epoch_9).
  • The custom ParadigmFinder tokenizer is bundled with the model files.
  • Loading from HF requires trust_remote_code=True.
Downloads last month
1,436
Safetensors
Model size
0.1B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support