{ "_name_or_path": "iamfadi/us-roberta", "architectures": [ "RobertaForTokenClassification" ], "attention_probs_dropout_prob": 0.1, "bos_token_id": 0, "classifier_dropout": null, "eos_token_id": 2, "finetuning_task": "ner", "hidden_act": "gelu", "hidden_dropout_prob": 0.1, "hidden_size": 768, "id2label": { "0": "B-BUSINESS", "1": "B-GOVERNMENT", "2": "B-LEGISLATION/ACT", "3": "B-LOCATION", "4": "B-MISCELLANEOUS", "5": "B-PERSON", "6": "I-BUSINESS", "7": "I-COURT", "8": "I-GOVERNMENT", "9": "I-LEGISLATION/ACT", "10": "I-LOC", "11": "I-LOCATION", "12": "I-MISCELLANEOUS", "13": "I-PERSON", "14": "O", "15": "P" }, "initializer_range": 0.02, "intermediate_size": 3072, "label2id": { "B-BUSINESS": 0, "B-GOVERNMENT": 1, "B-LEGISLATION/ACT": 2, "B-LOCATION": 3, "B-MISCELLANEOUS": 4, "B-PERSON": 5, "I-BUSINESS": 6, "I-COURT": 7, "I-GOVERNMENT": 8, "I-LEGISLATION/ACT": 9, "I-LOC": 10, "I-LOCATION": 11, "I-MISCELLANEOUS": 12, "I-PERSON": 13, "O": 14, "P": 15 }, "layer_norm_eps": 1e-05, "max_position_embeddings": 514, "model_type": "roberta", "num_attention_heads": 12, "num_hidden_layers": 12, "pad_token_id": 1, "position_embedding_type": "absolute", "transformers_version": "4.45.0.dev0", "type_vocab_size": 1, "use_cache": true, "vocab_size": 50265 }