Shoriful025's picture
Create config.json
b7b91a1 verified
{
"architectures": [
"BertForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "O",
"1": "B-PARTY",
"2": "I-PARTY",
"3": "B-JURISDICTION",
"4": "I-JURISDICTION",
"5": "B-CLAUSE_TYPE",
"6": "I-CLAUSE_TYPE",
"7": "B-EFFECTIVE_DATE",
"8": "I-EFFECTIVE_DATE",
"9": "B-LIABILITY_AMT"
},
"label2id": {
"B-CLAUSE_TYPE": 5,
"B-EFFECTIVE_DATE": 7,
"B-JURISDICTION": 3,
"B-LIABILITY_AMT": 9,
"B-PARTY": 1,
"I-CLAUSE_TYPE": 6,
"I-EFFECTIVE_DATE": 8,
"I-JURISDICTION": 4,
"I-PARTY": 2,
"O": 0
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 0,
"torch_dtype": "float32",
"transformers_version": "4.37.0",
"vocab_size": 28996
}