sdd-sdgs / config.json
AzrilFahmiardi's picture
Initial upload: fine-tuned SDGs Classification for SDD pipeline
16a0013 verified
Raw
History Blame Contribute Delete
1.76 kB
{
"_num_labels": 5,
"add_cross_attention": false,
"architectures": [
"BertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": null,
"classifier_dropout": null,
"decoder_start_token_id": null,
"directionality": "bidi",
"dtype": "float32",
"eos_token_id": null,
"finetuning_task": null,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "SDG0",
"1": "SDG1",
"2": "SDG10",
"3": "SDG11",
"4": "SDG12",
"5": "SDG13",
"6": "SDG14",
"7": "SDG15",
"8": "SDG16",
"9": "SDG17",
"10": "SDG2",
"11": "SDG3",
"12": "SDG4",
"13": "SDG5",
"14": "SDG6",
"15": "SDG7",
"16": "SDG8",
"17": "SDG9"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"is_decoder": false,
"label2id": {
"SDG0": 0,
"SDG1": 1,
"SDG10": 2,
"SDG11": 3,
"SDG12": 4,
"SDG13": 5,
"SDG14": 6,
"SDG15": 7,
"SDG16": 8,
"SDG17": 9,
"SDG2": 10,
"SDG3": 11,
"SDG4": 12,
"SDG5": 13,
"SDG6": 14,
"SDG7": 15,
"SDG8": 16,
"SDG9": 17
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"output_past": true,
"pad_token_id": 0,
"pooler_fc_size": 768,
"pooler_num_attention_heads": 12,
"pooler_num_fc_layers": 3,
"pooler_size_per_head": 128,
"pooler_type": "first_token_transform",
"prefix": null,
"pruned_heads": {},
"task_specific_params": null,
"tie_word_embeddings": true,
"torchscript": false,
"transformers_version": "5.13.1",
"type_vocab_size": 2,
"use_bfloat16": false,
"use_cache": false,
"vocab_size": 50000
}