twitter_ner / config.json
dayvidwang's picture
Training in progress, epoch 1
601a4e2
{
"_name_or_path": "distilbert-base-cased",
"activation": "gelu",
"architectures": [
"DistilBertForTokenClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "B-company",
"1": "B-facility",
"2": "B-geo-loc",
"3": "B-movie",
"4": "B-musicartist",
"5": "B-other",
"6": "B-person",
"7": "B-product",
"8": "B-sportsteam",
"9": "B-tvshow",
"10": "I-company",
"11": "I-facility",
"12": "I-geo-loc",
"13": "I-movie",
"14": "I-musicartist",
"15": "I-other",
"16": "I-person",
"17": "I-product",
"18": "I-sportsteam",
"19": "I-tvshow",
"20": "O"
},
"initializer_range": 0.02,
"label2id": {
"B-company": 0,
"B-facility": 1,
"B-geo-loc": 2,
"B-movie": 3,
"B-musicartist": 4,
"B-other": 5,
"B-person": 6,
"B-product": 7,
"B-sportsteam": 8,
"B-tvshow": 9,
"I-company": 10,
"I-facility": 11,
"I-geo-loc": 12,
"I-movie": 13,
"I-musicartist": 14,
"I-other": 15,
"I-person": 16,
"I-product": 17,
"I-sportsteam": 18,
"I-tvshow": 19,
"O": 20
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"output_past": true,
"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.30.1",
"vocab_size": 28996
}