{ | |
"_name_or_path": "raminass/scotus-v10", | |
"architectures": [ | |
"BertForSequenceClassification" | |
], | |
"attention_probs_dropout_prob": 0.1, | |
"bos_token_id": 0, | |
"classifier_dropout": null, | |
"eos_token_ids": 0, | |
"hidden_act": "gelu", | |
"hidden_dropout_prob": 0.1, | |
"hidden_size": 512, | |
"id2label": { | |
"0": "Alito", | |
"1": "Breyer", | |
"2": "Gorsuch", | |
"3": "Kagan", | |
"4": "Kavanaugh", | |
"5": "Roberts", | |
"6": "Sotomayor", | |
"7": "Thomas", | |
"8": "Kennedy", | |
"9": "Ginsburg", | |
"10": "Scalia", | |
"11": "Stevens", | |
"12": "Rehnquist", | |
"13": "Souter", | |
"14": "O'Connor" | |
}, | |
"initializer_range": 0.02, | |
"intermediate_size": 2048, | |
"label2id": { | |
"Alito": 0, | |
"Breyer": 1, | |
"Ginsburg": 9, | |
"Gorsuch": 2, | |
"Kagan": 3, | |
"Kavanaugh": 4, | |
"Kennedy": 8, | |
"O'Connor": 14, | |
"Rehnquist": 12, | |
"Roberts": 5, | |
"Scalia": 10, | |
"Sotomayor": 6, | |
"Souter": 13, | |
"Stevens": 11, | |
"Thomas": 7 | |
}, | |
"layer_norm_eps": 1e-12, | |
"max_position_embeddings": 512, | |
"model_type": "bert", | |
"num_attention_heads": 8, | |
"num_hidden_layers": 6, | |
"output_past": true, | |
"pad_token_id": 0, | |
"position_embedding_type": "absolute", | |
"problem_type": "single_label_classification", | |
"torch_dtype": "float32", | |
"transformers_version": "4.38.2", | |
"type_vocab_size": 2, | |
"use_cache": true, | |
"vocab_size": 30522 | |
} | |