model / config.json
yensubldg's picture
Training in progress, epoch 1
6e0eb98
{
"_name_or_path": "vinai/phobert-base-v2",
"architectures": [
"RobertaForSequenceClassification"
],
"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": 768,
"id2label": {
"0": "play_music",
"1": "last_news",
"2": "gpt_ai",
"3": "read_news",
"4": "start_content",
"5": "resume_content",
"6": "breaking_news",
"7": "increase_volume",
"8": "pause_content",
"9": "pre_content",
"10": "decrease_volume",
"11": "un_mute",
"12": "most_read_news",
"13": "user_manual",
"14": "mute",
"15": "min_volume",
"16": "restart_content",
"17": "stop_content",
"18": "default_volume",
"19": "max_volume",
"20": "next_content",
"21": "unknow"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"breaking_news": 6,
"decrease_volume": 10,
"default_volume": 18,
"gpt_ai": 2,
"increase_volume": 7,
"last_news": 1,
"max_volume": 19,
"min_volume": 15,
"most_read_news": 12,
"mute": 14,
"next_content": 20,
"pause_content": 8,
"play_music": 0,
"pre_content": 9,
"read_news": 3,
"restart_content": 16,
"resume_content": 5,
"start_content": 4,
"stop_content": 17,
"un_mute": 11,
"unknow": 21,
"user_manual": 13
},
"layer_norm_eps": 1e-05,
"max_position_embeddings": 258,
"model_type": "roberta",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 1,
"position_embedding_type": "absolute",
"problem_type": "single_label_classification",
"tokenizer_class": "PhobertTokenizer",
"torch_dtype": "float32",
"transformers_version": "4.36.1",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 64001
}