|
{ |
|
"_name_or_path": "Daxtra/BertWhParser", |
|
"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": "B-department", |
|
"1": "I-department", |
|
"2": "S-department", |
|
"3": "E-department", |
|
"4": "B-description", |
|
"5": "I-description", |
|
"6": "S-description", |
|
"7": "E-description", |
|
"8": "B-employer_org_name", |
|
"9": "I-employer_org_name", |
|
"10": "S-employer_org_name", |
|
"11": "E-employer_org_name", |
|
"12": "B-end_date", |
|
"13": "I-end_date", |
|
"14": "S-end_date", |
|
"15": "E-end_date", |
|
"16": "B-location", |
|
"17": "I-location", |
|
"18": "S-location", |
|
"19": "E-location", |
|
"20": "B-start_date", |
|
"21": "I-start_date", |
|
"22": "S-start_date", |
|
"23": "E-start_date", |
|
"24": "B-title", |
|
"25": "I-title", |
|
"26": "S-title", |
|
"27": "E-title", |
|
"28": "O" |
|
}, |
|
"initializer_range": 0.02, |
|
"intermediate_size": 3072, |
|
"label2id": { |
|
"B-department": 0, |
|
"B-description": 4, |
|
"B-employer_org_name": 8, |
|
"B-end_date": 12, |
|
"B-location": 16, |
|
"B-start_date": 20, |
|
"B-title": 24, |
|
"E-department": 3, |
|
"E-description": 7, |
|
"E-employer_org_name": 11, |
|
"E-end_date": 15, |
|
"E-location": 19, |
|
"E-start_date": 23, |
|
"E-title": 27, |
|
"I-department": 1, |
|
"I-description": 5, |
|
"I-employer_org_name": 9, |
|
"I-end_date": 13, |
|
"I-location": 17, |
|
"I-start_date": 21, |
|
"I-title": 25, |
|
"O": 28, |
|
"S-department": 2, |
|
"S-description": 6, |
|
"S-employer_org_name": 10, |
|
"S-end_date": 14, |
|
"S-location": 18, |
|
"S-start_date": 22, |
|
"S-title": 26 |
|
}, |
|
"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.48.1", |
|
"type_vocab_size": 2, |
|
"use_cache": true, |
|
"vocab_size": 30522 |
|
} |
|
|