XLM-RoBERTa-SemCor / config.json
Sil Hamilton
Upload model
108f479
{
"_name_or_path": "xlm-roberta-large",
"architectures": [
"XLMRobertaForTokenClassification"
],
"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": 1024,
"id2label": {
"0": "adj.all",
"1": "noun.attribute",
"2": "0",
"3": "noun.time",
"4": "noun.artifact",
"5": "verb.stative",
"6": "noun.body",
"7": "verb.possession",
"8": "noun.cognition",
"9": "noun.substance",
"10": "adv.all",
"11": "verb.social",
"12": "verb.perception",
"13": "verb.contact",
"14": "noun.state",
"15": "noun.location",
"16": "noun.quantity",
"17": "noun.Tops",
"18": "verb.change",
"19": "noun.group",
"20": "noun.feeling",
"21": "adj.pert",
"22": "noun.food",
"23": "verb.cognition",
"24": "noun.communication",
"25": "verb.creation",
"26": "verb.motion",
"27": "verb.body",
"28": "noun.process",
"29": "noun.person",
"30": "verb.communication",
"31": "noun.act",
"32": "noun.relation",
"33": "noun.shape",
"34": "noun.event",
"35": "noun.phenomenon",
"36": "verb.consumption",
"37": "verb.emotion",
"38": "verb.competition",
"39": "noun.possession",
"40": "noun.motive",
"41": "noun.plant",
"42": "noun.object",
"43": "noun.animal",
"44": "adj.ppl",
"45": "verb.weather"
},
"initializer_range": 0.02,
"intermediate_size": 4096,
"label2id": {
"0": 2,
"adj.all": 0,
"adj.pert": 21,
"adj.ppl": 44,
"adv.all": 10,
"noun.Tops": 17,
"noun.act": 31,
"noun.animal": 43,
"noun.artifact": 4,
"noun.attribute": 1,
"noun.body": 6,
"noun.cognition": 8,
"noun.communication": 24,
"noun.event": 34,
"noun.feeling": 20,
"noun.food": 22,
"noun.group": 19,
"noun.location": 15,
"noun.motive": 40,
"noun.object": 42,
"noun.person": 29,
"noun.phenomenon": 35,
"noun.plant": 41,
"noun.possession": 39,
"noun.process": 28,
"noun.quantity": 16,
"noun.relation": 32,
"noun.shape": 33,
"noun.state": 14,
"noun.substance": 9,
"noun.time": 3,
"verb.body": 27,
"verb.change": 18,
"verb.cognition": 23,
"verb.communication": 30,
"verb.competition": 38,
"verb.consumption": 36,
"verb.contact": 13,
"verb.creation": 25,
"verb.emotion": 37,
"verb.motion": 26,
"verb.perception": 12,
"verb.possession": 7,
"verb.social": 11,
"verb.stative": 5,
"verb.weather": 45
},
"layer_norm_eps": 1e-05,
"max_position_embeddings": 514,
"model_type": "xlm-roberta",
"num_attention_heads": 16,
"num_hidden_layers": 24,
"output_past": true,
"pad_token_id": 1,
"position_embedding_type": "absolute",
"torch_dtype": "float32",
"transformers_version": "4.26.0",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 250002
}