| { |
| "add_cross_attention": false, |
| "architectures": [ |
| "BertForSequenceClassification" |
| ], |
| "attention_probs_dropout_prob": 0.1, |
| "bos_token_id": null, |
| "classifier_dropout": null, |
| "dtype": "float32", |
| "eos_token_id": null, |
| "gradient_checkpointing": false, |
| "hidden_act": "gelu", |
| "hidden_dropout_prob": 0.1, |
| "hidden_size": 768, |
| "id2label": { |
| "0": "SDG 1", |
| "1": "SDG 2", |
| "2": "SDG 3", |
| "3": "SDG 4", |
| "4": "SDG 5", |
| "5": "SDG 6", |
| "6": "SDG 7", |
| "7": "SDG 8", |
| "8": "SDG 9", |
| "9": "SDG 10", |
| "10": "SDG 11", |
| "11": "SDG 12", |
| "12": "SDG 13", |
| "13": "SDG 14", |
| "14": "SDG 15", |
| "15": "SDG 16", |
| "16": "SDG 17" |
| }, |
| "initializer_range": 0.02, |
| "intermediate_size": 3072, |
| "is_decoder": false, |
| "label2id": { |
| "SDG 1": 0, |
| "SDG 10": 9, |
| "SDG 11": 10, |
| "SDG 12": 11, |
| "SDG 13": 12, |
| "SDG 14": 13, |
| "SDG 15": 14, |
| "SDG 16": 15, |
| "SDG 17": 16, |
| "SDG 2": 1, |
| "SDG 3": 2, |
| "SDG 4": 3, |
| "SDG 5": 4, |
| "SDG 6": 5, |
| "SDG 7": 6, |
| "SDG 8": 7, |
| "SDG 9": 8 |
| }, |
| "layer_norm_eps": 1e-12, |
| "max_position_embeddings": 512, |
| "model_type": "bert", |
| "num_attention_heads": 12, |
| "num_hidden_layers": 12, |
| "pad_token_id": 0, |
| "position_embedding_type": "absolute", |
| "problem_type": "single_label_classification", |
| "tie_word_embeddings": true, |
| "transformers_version": "5.0.0", |
| "type_vocab_size": 2, |
| "use_cache": false, |
| "vocab_size": 30522 |
| } |
|
|