nerbert-email-v0 / config.json
j3st3r666's picture
Upload trained model and assets
18d7c6d
Raw
History Blame Contribute Delete
1.14 kB
{
"_name_or_path": "distilbert-base-uncased",
"activation": "gelu",
"architectures": [
"DistilBertForTokenClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "B-at",
"1": "B-first_name",
"2": "B-metadata",
"3": "B-number",
"4": "B-separator",
"5": "B-surname",
"6": "I-at",
"7": "I-first_name",
"8": "I-metadata",
"9": "I-number",
"10": "I-separator",
"11": "I-surname",
"12": "O"
},
"initializer_range": 0.02,
"label2id": {
"B-at": 0,
"B-first_name": 1,
"B-metadata": 2,
"B-number": 3,
"B-separator": 4,
"B-surname": 5,
"I-at": 6,
"I-first_name": 7,
"I-metadata": 8,
"I-number": 9,
"I-separator": 10,
"I-surname": 11,
"O": 12
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"pad_token_id": 0,
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": false,
"tie_weights_": true,
"torch_dtype": "float32",
"transformers_version": "4.48.3",
"vocab_size": 30522
}