File size: 3,181 Bytes
10aa1f0 c95f53e 10aa1f0 c95f53e 10aa1f0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 |
{
"_name_or_path": "bert-base-uncased",
"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": "Data Structures",
"1": "Writing",
"2": "Political Science",
"3": "Geometry",
"4": "Engineering",
"5": "Philosophy",
"6": "Business Studies",
"7": "Vocabulary",
"8": "Biology",
"9": "World History",
"10": "Trigonometry",
"11": "Astronomy",
"12": "Programming",
"13": "History",
"14": "Social Studies",
"15": "Statistics",
"16": "Language Arts",
"17": "Art History",
"18": "Psychology",
"19": "Health Education",
"20": "Architecture",
"21": "Poetry",
"22": "Prose",
"23": "Earth Science",
"24": "Fiction",
"25": "Non-fiction",
"26": "American History",
"27": "Grammar",
"28": "Algorithms",
"29": "Entrepreneurship",
"30": "Sociology",
"31": "Algebra",
"32": "Technology",
"33": "Computer Science",
"34": "Marketing",
"35": "Environmental Science",
"36": "Literature",
"37": "Reading Comprehension",
"38": "Physical Education",
"39": "Calculus",
"40": "Mathematics",
"41": "Music Theory",
"42": "Current Events / News",
"43": "Finance",
"44": "Economics",
"45": "Physics",
"46": "Ethics",
"47": "Chemistry",
"48": "Geography",
"49": "European History"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Computer Science": 0,
"Philosophy": 1,
"Algorithms": 2,
"Non-fiction": 3,
"Trigonometry": 4,
"Calculus": 5,
"Language Arts": 6,
"Writing": 7,
"Physics": 8,
"Marketing": 9,
"Art History": 10,
"History": 11,
"Geometry": 12,
"Social Studies": 13,
"Chemistry": 14,
"Geography": 15,
"Literature": 16,
"Music Theory": 17,
"Political Science": 18,
"Engineering": 19,
"Finance": 20,
"Entrepreneurship": 21,
"Algebra": 22,
"Technology": 23,
"Statistics": 24,
"Mathematics": 25,
"European History": 26,
"World History": 27,
"Reading Comprehension": 28,
"American History": 29,
"Earth Science": 30,
"Physical Education": 31,
"Ethics": 32,
"Architecture": 33,
"Data Structures": 34,
"Business Studies": 35,
"Astronomy": 36,
"Psychology": 37,
"Fiction": 38,
"Sociology": 39,
"Vocabulary": 40,
"Current Events / News": 41,
"Prose": 42,
"Environmental Science": 43,
"Poetry": 44,
"Economics": 45,
"Biology": 46,
"Health Education": 47,
"Programming": 48,
"Grammar": 49
},
"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",
"torch_dtype": "float32",
"transformers_version": "4.38.2",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 30522
}
|