{ "_name_or_path": "roberta-base", "architectures": [ "RobertaForTokenClassification" ], "attention_probs_dropout_prob": 0.1, "bos_token_id": 0, "classifier_dropout": null, "eos_token_id": 2, "hidden_act": "gelu", "hidden_dropout_prob": 0.1, "hidden_size": 768, "id2label": { "0": "B-CONCEPT", "1": "B-INSTITUTION", "2": "B-LOC", "3": "B-METRICS", "4": "B-ORG", "5": "B-PER", "6": "B-TOOLS", "7": "I-CONCEPT", "8": "I-INSTITUTION", "9": "I-LOC", "10": "I-METRICS", "11": "I-ORG", "12": "I-PER", "13": "I-TOOLS", "14": "O" }, "initializer_range": 0.02, "intermediate_size": 3072, "label2id": { "B-CONCEPT": 0, "B-INSTITUTION": 1, "B-LOC": 2, "B-METRICS": 3, "B-ORG": 4, "B-PER": 5, "B-TOOLS": 6, "I-CONCEPT": 7, "I-INSTITUTION": 8, "I-LOC": 9, "I-METRICS": 10, "I-ORG": 11, "I-PER": 12, "I-TOOLS": 13, "O": 14 }, "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", "torch_dtype": "float32", "transformers_version": "4.27.2", "type_vocab_size": 1, "use_cache": true, "vocab_size": 50265 }