distilbert_ner_wnut17 / config.json
NouRed's picture
Training in progress, step 500
0f1814a
raw
history blame contribute delete
No virus
1.19 kB
{
"_name_or_path": "distilbert-base-cased",
"activation": "gelu",
"architectures": [
"DistilBertForTokenClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "I-product",
"1": "B-group",
"2": "I-location",
"3": "B-corporation",
"4": "B-location",
"5": "B-creative-work",
"6": "I-creative-work",
"7": "I-corporation",
"8": "I-group",
"9": "O",
"10": "B-product",
"11": "I-person",
"12": "B-person"
},
"initializer_range": 0.02,
"label2id": {
"B-corporation": 3,
"B-creative-work": 5,
"B-group": 1,
"B-location": 4,
"B-person": 12,
"B-product": 10,
"I-corporation": 7,
"I-creative-work": 6,
"I-group": 8,
"I-location": 2,
"I-person": 11,
"I-product": 0,
"O": 9
},
"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.23.0",
"vocab_size": 28996
}