myanmar-pos-model / config.json
chuuhtetnaing's picture
Training in progress, epoch 1
46fdaba verified
{
"architectures": [
"XLMRobertaForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 0,
"classifier_dropout": null,
"dtype": "float32",
"eos_token_id": 2,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "B-abb",
"1": "B-adj",
"2": "B-adv",
"3": "B-conj",
"4": "B-fw",
"5": "B-int",
"6": "B-n",
"7": "B-num",
"8": "B-part",
"9": "B-ppm",
"10": "B-pron",
"11": "B-punc",
"12": "B-sb",
"13": "B-tn",
"14": "B-v",
"15": "I-abb",
"16": "I-adj",
"17": "I-adv",
"18": "I-conj",
"19": "I-fw",
"20": "I-int",
"21": "I-n",
"22": "I-num",
"23": "I-part",
"24": "I-ppm",
"25": "I-pron",
"26": "I-punc",
"27": "I-tn",
"28": "I-v"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-abb": 0,
"B-adj": 1,
"B-adv": 2,
"B-conj": 3,
"B-fw": 4,
"B-int": 5,
"B-n": 6,
"B-num": 7,
"B-part": 8,
"B-ppm": 9,
"B-pron": 10,
"B-punc": 11,
"B-sb": 12,
"B-tn": 13,
"B-v": 14,
"I-abb": 15,
"I-adj": 16,
"I-adv": 17,
"I-conj": 18,
"I-fw": 19,
"I-int": 20,
"I-n": 21,
"I-num": 22,
"I-part": 23,
"I-ppm": 24,
"I-pron": 25,
"I-punc": 26,
"I-tn": 27,
"I-v": 28
},
"layer_norm_eps": 1e-05,
"max_position_embeddings": 514,
"model_type": "xlm-roberta",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"output_past": true,
"pad_token_id": 1,
"position_embedding_type": "absolute",
"transformers_version": "4.57.3",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 250002
}