DrBERT-MedicalNER-FR / config.json
spideystreet's picture
Upload folder using huggingface_hub
b1ebc31 verified
{
"_name_or_path": "Dr-BERT/DrBERT-7GB",
"architectures": [
"CamembertForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 5,
"classifier_dropout": null,
"eos_token_id": 6,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "B-AnatomicalStructure",
"1": "B-CW",
"2": "B-Disease",
"3": "B-GRP",
"4": "B-LOC",
"5": "B-MedicalProcedure",
"6": "B-Medication/Vaccine",
"7": "B-ORG",
"8": "B-PER",
"9": "B-PROD",
"10": "B-Symptom",
"11": "I-AnatomicalStructure",
"12": "I-CW",
"13": "I-Disease",
"14": "I-GRP",
"15": "I-LOC",
"16": "I-MedicalProcedure",
"17": "I-Medication/Vaccine",
"18": "I-ORG",
"19": "I-PER",
"20": "I-PROD",
"21": "I-Symptom",
"22": "O"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-AnatomicalStructure": 0,
"B-CW": 1,
"B-Disease": 2,
"B-GRP": 3,
"B-LOC": 4,
"B-MedicalProcedure": 5,
"B-Medication/Vaccine": 6,
"B-ORG": 7,
"B-PER": 8,
"B-PROD": 9,
"B-Symptom": 10,
"I-AnatomicalStructure": 11,
"I-CW": 12,
"I-Disease": 13,
"I-GRP": 14,
"I-LOC": 15,
"I-MedicalProcedure": 16,
"I-Medication/Vaccine": 17,
"I-ORG": 18,
"I-PER": 19,
"I-PROD": 20,
"I-Symptom": 21,
"O": 22
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 514,
"model_type": "camembert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 1,
"position_embedding_type": "absolute",
"torch_dtype": "float32",
"transformers_version": "4.44.2",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 32005
}