distilbert-sst2-english / shared /tokenizer /mobiletransformers_tokenizer_config.json
martinkorelic's picture
Upload folder using huggingface_hub
928d18c verified
Raw
History Blame Contribute Delete
302 Bytes
{
"model": {
"bos_token_id": null,
"context_length": 512,
"num_attention_heads": 12,
"num_hidden_layers": 6,
"num_key_value_heads": 12,
"eos_token_id": null,
"pad_token_id": 0,
"type": "distilbert",
"vocab_size": 30522
}
}