wangchan-course / config.json
new5558's picture
add model
c083c80
raw
history blame contribute delete
No virus
1.56 kB
{
"_name_or_path": "new5558/wangchan-course",
"architectures": [
"CamembertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 0,
"classifier_dropout": null,
"eos_token_id": 2,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "02",
"1": "20",
"2": "21",
"3": "22",
"4": "23",
"5": "24",
"6": "25",
"7": "26",
"8": "27",
"9": "28",
"10": "29",
"11": "30",
"12": "31",
"13": "32",
"14": "33",
"15": "34",
"16": "35",
"17": "36",
"18": "37",
"19": "38",
"20": "39",
"21": "40",
"22": "51",
"23": "53",
"24": "55",
"25": "63"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"02": 0,
"20": 1,
"21": 2,
"22": 3,
"23": 4,
"24": 5,
"25": 6,
"26": 7,
"27": 8,
"28": 9,
"29": 10,
"30": 11,
"31": 12,
"32": 13,
"33": 14,
"34": 15,
"35": 16,
"36": 17,
"37": 18,
"38": 19,
"39": 20,
"40": 21,
"51": 22,
"53": 23,
"55": 24,
"63": 25
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "camembert",
"num_attention_head": 12,
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 1,
"position_embedding_type": "absolute",
"torch_dtype": "float32",
"transformers_version": "4.12.5",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 25005
}