Feature Extraction
Transformers
gpt2
bvv241-max / config.json
Bochkov's picture
Upload folder using huggingface_hub
af565c7 verified
raw
history blame
186 Bytes
{
"model_type": "PreTrainedTokenizerFast",
"model_type": "gpt2",
"bos_token": "<s>",
"eos_token": "</s>",
"unk_token": "<unk>",
"pad_token": "<pad>",
"vocab_size": 131072
}