tcma/bert-complexity-scorer
03
1{2 "add_cross_attention": false,3 "architectures": [4 "BertForSequenceClassification"5 ],6 "attention_probs_dropout_prob": 0.1,7 "bos_token_id": null,8 "classifier_dropout": null,9 "dtype": "float32",10 "eos_token_id": null,11 "gradient_checkpointing": false,12 "hidden_act": "gelu",13 "hidden_dropout_prob": 0.1,14 "hidden_size": 768,15 "id2label": {16 "0": "LABEL_0",17 "1": "LABEL_1",18 "2": "LABEL_2",19 "3": "LABEL_3",20 "4": "LABEL_4",21 "5": "LABEL_5",22 "6": "LABEL_6"23 },24 "initializer_range": 0.02,25 "intermediate_size": 3072,26 "is_decoder": false,27 "label2id": {28 "LABEL_0": 0,29 "LABEL_1": 1,30 "LABEL_2": 2,31 "LABEL_3": 3,32 "LABEL_4": 4,33 "LABEL_5": 5,34 "LABEL_6": 635 },36 "layer_norm_eps": 1e-12,37 "max_position_embeddings": 512,38 "model_type": "bert",39 "num_attention_heads": 12,40 "num_hidden_layers": 12,41 "pad_token_id": 0,42 "position_embedding_type": "absolute",43 "problem_type": "single_label_classification",44 "tie_word_embeddings": true,45 "transformers_version": "5.12.1",46 "type_vocab_size": 2,47 "use_cache": false,48 "vocab_size": 3052249}50 