mdeberta_all_15 / config.json
ricardo-filho's picture
Training in progress, epoch 1
53e4d18
raw
history blame contribute delete
No virus
4.23 kB
{
"_name_or_path": "microsoft/mdeberta-v3-base",
"architectures": [
"DebertaV2ForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"finetuning_task": "ner",
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "B-AerospaceManufacturer",
"1": "B-AnatomicalStructure",
"2": "B-ArtWork",
"3": "B-Artist",
"4": "B-Athlete",
"5": "B-CarManufacturer",
"6": "B-Cleric",
"7": "B-Clothing",
"8": "B-Disease",
"9": "B-Drink",
"10": "B-Facility",
"11": "B-Food",
"12": "B-HumanSettlement",
"13": "B-MedicalProcedure",
"14": "B-Medication/Vaccine",
"15": "B-MusicalGRP",
"16": "B-MusicalWork",
"17": "B-ORG",
"18": "B-OtherLOC",
"19": "B-OtherPER",
"20": "B-OtherPROD",
"21": "B-Politician",
"22": "B-PrivateCorp",
"23": "B-PublicCorp",
"24": "B-Scientist",
"25": "B-Software",
"26": "B-SportsGRP",
"27": "B-SportsManager",
"28": "B-Station",
"29": "B-Symptom",
"30": "B-Vehicle",
"31": "B-VisualWork",
"32": "B-WrittenWork",
"33": "I-AerospaceManufacturer",
"34": "I-AnatomicalStructure",
"35": "I-ArtWork",
"36": "I-Artist",
"37": "I-Athlete",
"38": "I-CarManufacturer",
"39": "I-Cleric",
"40": "I-Clothing",
"41": "I-Disease",
"42": "I-Drink",
"43": "I-Facility",
"44": "I-Food",
"45": "I-HumanSettlement",
"46": "I-MedicalProcedure",
"47": "I-Medication/Vaccine",
"48": "I-MusicalGRP",
"49": "I-MusicalWork",
"50": "I-ORG",
"51": "I-OtherLOC",
"52": "I-OtherPER",
"53": "I-OtherPROD",
"54": "I-Politician",
"55": "I-PrivateCorp",
"56": "I-PublicCorp",
"57": "I-Scientist",
"58": "I-Software",
"59": "I-SportsGRP",
"60": "I-SportsManager",
"61": "I-Station",
"62": "I-Symptom",
"63": "I-Vehicle",
"64": "I-VisualWork",
"65": "I-WrittenWork",
"66": "O"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-AerospaceManufacturer": 0,
"B-AnatomicalStructure": 1,
"B-ArtWork": 2,
"B-Artist": 3,
"B-Athlete": 4,
"B-CarManufacturer": 5,
"B-Cleric": 6,
"B-Clothing": 7,
"B-Disease": 8,
"B-Drink": 9,
"B-Facility": 10,
"B-Food": 11,
"B-HumanSettlement": 12,
"B-MedicalProcedure": 13,
"B-Medication/Vaccine": 14,
"B-MusicalGRP": 15,
"B-MusicalWork": 16,
"B-ORG": 17,
"B-OtherLOC": 18,
"B-OtherPER": 19,
"B-OtherPROD": 20,
"B-Politician": 21,
"B-PrivateCorp": 22,
"B-PublicCorp": 23,
"B-Scientist": 24,
"B-Software": 25,
"B-SportsGRP": 26,
"B-SportsManager": 27,
"B-Station": 28,
"B-Symptom": 29,
"B-Vehicle": 30,
"B-VisualWork": 31,
"B-WrittenWork": 32,
"I-AerospaceManufacturer": 33,
"I-AnatomicalStructure": 34,
"I-ArtWork": 35,
"I-Artist": 36,
"I-Athlete": 37,
"I-CarManufacturer": 38,
"I-Cleric": 39,
"I-Clothing": 40,
"I-Disease": 41,
"I-Drink": 42,
"I-Facility": 43,
"I-Food": 44,
"I-HumanSettlement": 45,
"I-MedicalProcedure": 46,
"I-Medication/Vaccine": 47,
"I-MusicalGRP": 48,
"I-MusicalWork": 49,
"I-ORG": 50,
"I-OtherLOC": 51,
"I-OtherPER": 52,
"I-OtherPROD": 53,
"I-Politician": 54,
"I-PrivateCorp": 55,
"I-PublicCorp": 56,
"I-Scientist": 57,
"I-Software": 58,
"I-SportsGRP": 59,
"I-SportsManager": 60,
"I-Station": 61,
"I-Symptom": 62,
"I-Vehicle": 63,
"I-VisualWork": 64,
"I-WrittenWork": 65,
"O": 66
},
"layer_norm_eps": 1e-07,
"max_position_embeddings": 512,
"max_relative_positions": -1,
"model_type": "deberta-v2",
"norm_rel_ebd": "layer_norm",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 0,
"pooler_dropout": 0,
"pooler_hidden_act": "gelu",
"pooler_hidden_size": 768,
"pos_att_type": [
"p2c",
"c2p"
],
"position_biased_input": false,
"position_buckets": 256,
"relative_attention": true,
"share_att_key": true,
"torch_dtype": "float32",
"transformers_version": "4.26.0.dev0",
"type_vocab_size": 0,
"vocab_size": 251000
}