MontelClassifier / config.json
Redhotchilipoppy's picture
Training in progress, epoch 1
7be7f6f verified
{
"_name_or_path": "Redhotchilipoppy/montelnewsspeaker",
"_num_labels": 1,
"activation_function": "gelu_new",
"architectures": [
"GPT2ForSequenceClassification"
],
"attn_pdrop": 0.1,
"bos_token_id": 50256,
"embd_pdrop": 0.1,
"eos_token_id": 50256,
"id2label": {
"0": "Gas",
"1": "Coal",
"2": "Electricity",
"3": "No tag",
"4": "Carbon",
"5": "Renewables",
"6": "Offshore wind",
"7": "Oil",
"8": "Policy",
"9": "Trading",
"10": "Batteries/Storage",
"11": "Wind",
"12": "Topic",
"13": "Weather",
"14": "Nuclear",
"15": "Solar",
"16": "Hydropower",
"17": "Appointments",
"18": "PPA",
"19": "LNG",
"20": "Hydrogen",
"21": "GOs",
"22": "Biomass",
"23": "Financial results",
"24": "Remit",
"25": "Freight"
},
"initializer_range": 0.02,
"label2id": {
"Appointments": 17,
"Batteries/Storage": 10,
"Biomass": 22,
"Carbon": 4,
"Coal": 1,
"Electricity": 2,
"Financial results": 23,
"Freight": 25,
"GOs": 21,
"Gas": 0,
"Hydrogen": 20,
"Hydropower": 16,
"LNG": 19,
"No tag": 3,
"Nuclear": 14,
"Offshore wind": 6,
"Oil": 7,
"PPA": 18,
"Policy": 8,
"Remit": 24,
"Renewables": 5,
"Solar": 15,
"Topic": 12,
"Trading": 9,
"Weather": 13,
"Wind": 11
},
"layer_norm_epsilon": 1e-05,
"model_type": "gpt2",
"n_ctx": 1024,
"n_embd": 768,
"n_head": 12,
"n_inner": null,
"n_layer": 6,
"n_positions": 1024,
"pad_token_id": 50256,
"problem_type": "single_label_classification",
"reorder_and_upcast_attn": false,
"resid_pdrop": 0.1,
"scale_attn_by_inverse_layer_idx": false,
"scale_attn_weights": true,
"summary_activation": null,
"summary_first_dropout": 0.1,
"summary_proj_to_labels": true,
"summary_type": "cls_index",
"summary_use_proj": true,
"task_specific_params": {
"text-generation": {
"do_sample": true,
"max_length": 50
}
},
"torch_dtype": "float32",
"transformers_version": "4.36.2",
"use_cache": true,
"vocab_size": 50257
}