| { | |
| "_name_or_path": "distilbert/distilbert-base-uncased", | |
| "activation": "gelu", | |
| "architectures": [ | |
| "DistilBertForSequenceClassification" | |
| ], | |
| "attention_dropout": 0.1, | |
| "dim": 768, | |
| "dropout": 0.1, | |
| "hidden_dim": 3072, | |
| "id2label": { | |
| "0": "0_not_relevant", | |
| "1": "1_not_happening", | |
| "2": "2_not_human", | |
| "3": "3_not_bad", | |
| "4": "4_solutions_harmful_unnecessary", | |
| "5": "5_science_unreliable", | |
| "6": "6_proponents_biased", | |
| "7": "7_fossil_fuels_needed" | |
| }, | |
| "initializer_range": 0.02, | |
| "label2id": { | |
| "0_not_relevant": 0, | |
| "1_not_happening": 1, | |
| "2_not_human": 2, | |
| "3_not_bad": 3, | |
| "4_solutions_harmful_unnecessary": 4, | |
| "5_science_unreliable": 5, | |
| "6_proponents_biased": 6, | |
| "7_fossil_fuels_needed": 7 | |
| }, | |
| "max_position_embeddings": 512, | |
| "model_type": "distilbert", | |
| "n_heads": 12, | |
| "n_layers": 6, | |
| "pad_token_id": 0, | |
| "problem_type": "single_label_classification", | |
| "qa_dropout": 0.1, | |
| "seq_classif_dropout": 0.2, | |
| "sinusoidal_pos_embds": false, | |
| "tie_weights_": true, | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.48.1", | |
| "vocab_size": 30522 | |
| } | |