| { | |
| "_name_or_path": "AutoTrain", | |
| "_num_labels": 45, | |
| "architectures": [ | |
| "BertForSequenceClassification" | |
| ], | |
| "attention_probs_dropout_prob": 0.1, | |
| "classifier_dropout": null, | |
| "gradient_checkpointing": false, | |
| "hidden_act": "gelu", | |
| "hidden_dropout_prob": 0.1, | |
| "hidden_size": 768, | |
| "id2label": { | |
| "0": "1", | |
| "1": "10", | |
| "2": "11", | |
| "3": "12", | |
| "4": "13", | |
| "5": "14", | |
| "6": "15", | |
| "7": "16", | |
| "8": "17", | |
| "9": "18", | |
| "10": "19", | |
| "11": "2", | |
| "12": "20", | |
| "13": "21", | |
| "14": "22", | |
| "15": "23", | |
| "16": "24", | |
| "17": "25", | |
| "18": "26", | |
| "19": "27", | |
| "20": "28", | |
| "21": "29", | |
| "22": "3", | |
| "23": "30", | |
| "24": "32", | |
| "25": "33", | |
| "26": "34", | |
| "27": "35", | |
| "28": "36", | |
| "29": "37", | |
| "30": "38", | |
| "31": "39", | |
| "32": "4", | |
| "33": "40", | |
| "34": "41", | |
| "35": "42", | |
| "36": "43", | |
| "37": "44", | |
| "38": "45", | |
| "39": "46", | |
| "40": "48", | |
| "41": "50", | |
| "42": "6", | |
| "43": "8", | |
| "44": "9" | |
| }, | |
| "initializer_range": 0.02, | |
| "intermediate_size": 3072, | |
| "label2id": { | |
| "1": 0, | |
| "10": 1, | |
| "11": 2, | |
| "12": 3, | |
| "13": 4, | |
| "14": 5, | |
| "15": 6, | |
| "16": 7, | |
| "17": 8, | |
| "18": 9, | |
| "19": 10, | |
| "2": 11, | |
| "20": 12, | |
| "21": 13, | |
| "22": 14, | |
| "23": 15, | |
| "24": 16, | |
| "25": 17, | |
| "26": 18, | |
| "27": 19, | |
| "28": 20, | |
| "29": 21, | |
| "3": 22, | |
| "30": 23, | |
| "32": 24, | |
| "33": 25, | |
| "34": 26, | |
| "35": 27, | |
| "36": 28, | |
| "37": 29, | |
| "38": 30, | |
| "39": 31, | |
| "4": 32, | |
| "40": 33, | |
| "41": 34, | |
| "42": 35, | |
| "43": 36, | |
| "44": 37, | |
| "45": 38, | |
| "46": 39, | |
| "48": 40, | |
| "50": 41, | |
| "6": 42, | |
| "8": 43, | |
| "9": 44 | |
| }, | |
| "layer_norm_eps": 1e-12, | |
| "max_length": 512, | |
| "max_position_embeddings": 512, | |
| "model_type": "bert", | |
| "num_attention_heads": 12, | |
| "num_hidden_layers": 12, | |
| "pad_token_id": 0, | |
| "padding": "max_length", | |
| "position_embedding_type": "absolute", | |
| "problem_type": "single_label_classification", | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.25.1", | |
| "type_vocab_size": 2, | |
| "use_cache": true, | |
| "vocab_size": 30522 | |
| } | |