hzeghidi's picture
Update config.json
79af0f2 verified
raw
history blame contribute delete
No virus
3.18 kB
{
"_name_or_path": "camembert-base",
"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": "Domain_mark",
"1": "ENE_Misc",
"2": "ENE_Misc+Latlong",
"3": "ENE_Misc+Latlong+NP_Person",
"4": "ENE_Misc+NC_Person",
"5": "ENE_Misc+NP_Misc",
"6": "ENE_Misc+NP_Person",
"7": "ENE_Misc+NP_Spatial",
"8": "ENE_Person",
"9": "ENE_Person+Latlong",
"10": "ENE_Person+Latlong+NC_Person",
"11": "ENE_Person+Latlong+NP_Misc",
"12": "ENE_Person+Latlong+NP_Person",
"13": "ENE_Person+NC_Person",
"14": "ENE_Person+NC_Spatial",
"15": "ENE_Person+NP_Misc",
"16": "ENE_Person+NP_Person",
"17": "ENE_Person+NP_Spatial",
"18": "ENE_Spatial",
"19": "ENE_Spatial+Latlong+NC_Spatial",
"20": "ENE_Spatial+Latlong+NP_Spatial",
"21": "ENE_Spatial+NC_Person",
"22": "ENE_Spatial+NC_Spatial",
"23": "ENE_Spatial+NP_Misc",
"24": "ENE_Spatial+NP_Person",
"25": "ENE_Spatial+NP_Spatial",
"26": "ENE_Spatial+Relation",
"27": "Head",
"28": "Latlong",
"29": "Latlong+NC_Person",
"30": "Latlong+NC_Spatial",
"31": "Latlong+NP_Person",
"32": "Latlong+NP_Spatial",
"33": "Latlong+Relation",
"34": "NC_Person",
"35": "NC_Spatial",
"36": "NP_Misc",
"37": "NP_Person",
"38": "NP_Spatial",
"39": "O",
"40": "Relation"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Domain_mark": 0,
"ENE_Misc": 1,
"ENE_Misc+Latlong": 2,
"ENE_Misc+Latlong+NP_Person": 3,
"ENE_Misc+NC_Person": 4,
"ENE_Misc+NP_Misc": 5,
"ENE_Misc+NP_Person": 6,
"ENE_Misc+NP_Spatial": 7,
"ENE_Person": 8,
"ENE_Person+Latlong": 9,
"ENE_Person+Latlong+NC_Person": 10,
"ENE_Person+Latlong+NP_Misc": 11,
"ENE_Person+Latlong+NP_Person": 12,
"ENE_Person+NC_Person": 13,
"ENE_Person+NC_Spatial": 14,
"ENE_Person+NP_Misc": 15,
"ENE_Person+NP_Person": 16,
"ENE_Person+NP_Spatial": 17,
"ENE_Spatial": 18,
"ENE_Spatial+Latlong+NC_Spatial": 19,
"ENE_Spatial+Latlong+NP_Spatial": 20,
"ENE_Spatial+NC_Person": 21,
"ENE_Spatial+NC_Spatial": 22,
"ENE_Spatial+NP_Misc": 23,
"ENE_Spatial+NP_Person": 24,
"ENE_Spatial+NP_Spatial": 25,
"ENE_Spatial+Relation": 26,
"Head": 27,
"Latlong": 28,
"Latlong+NC_Person": 29,
"Latlong+NC_Spatial": 30,
"Latlong+NP_Person": 31,
"Latlong+NP_Spatial": 32,
"Latlong+Relation": 33,
"NC_Person": 34,
"NC_Spatial": 35,
"NP_Misc": 36,
"NP_Person": 37,
"NP_Spatial": 38,
"O": 39,
"Relation": 40
},
"layer_norm_eps": 1e-05,
"max_position_embeddings": 514,
"model_type": "camembert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"output_past": true,
"pad_token_id": 1,
"position_embedding_type": "absolute",
"torch_dtype": "float32",
"transformers_version": "4.40.2",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 32005
}