bert-finetuned-chunk / config.json
mulinski's picture
Training in progress, epoch 1
d4a0eb9
raw
history blame
No virus
1.53 kB
{
"_name_or_path": "bert-base-cased",
"architectures": [
"BertForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "O",
"1": "B-ADJP",
"2": "I-ADJP",
"3": "B-ADVP",
"4": "I-ADVP",
"5": "B-CONJP",
"6": "I-CONJP",
"7": "B-INTJ",
"8": "I-INTJ",
"9": "B-LST",
"10": "I-LST",
"11": "B-NP",
"12": "I-NP",
"13": "B-PP",
"14": "I-PP",
"15": "B-PRT",
"16": "I-PRT",
"17": "B-SBAR",
"18": "I-SBAR",
"19": "B-UCP",
"20": "I-UCP",
"21": "B-VP",
"22": "I-VP"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-ADJP": 1,
"B-ADVP": 3,
"B-CONJP": 5,
"B-INTJ": 7,
"B-LST": 9,
"B-NP": 11,
"B-PP": 13,
"B-PRT": 15,
"B-SBAR": 17,
"B-UCP": 19,
"B-VP": 21,
"I-ADJP": 2,
"I-ADVP": 4,
"I-CONJP": 6,
"I-INTJ": 8,
"I-LST": 10,
"I-NP": 12,
"I-PP": 14,
"I-PRT": 16,
"I-SBAR": 18,
"I-UCP": 20,
"I-VP": 22,
"O": 0
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 0,
"position_embedding_type": "absolute",
"torch_dtype": "float32",
"transformers_version": "4.30.2",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 28996
}