omarmomen/babylm_10M
Viewer • Updated • 1.21M • 178
How to use omarmomen/babylm_bpe_tokenizer_16k with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("omarmomen/babylm_bpe_tokenizer_16k", dtype="auto")This model is part of the experiments in my master's thesis titled "Linguistic Structure Induction from Language Models" (https://arxiv.org/abs/2403.09714).
"omarmomen/babylm_bpe_tokenizer_16k" is a RobertaTokenizer pretrained on the BabyLM 10 Training dataset (cased) with 16K tokens.