CoolFace
Modelpublic

TeddyBell001/arxiv-scibert-11class

sourceHugging Faceupdated 6mo agoView on Hugging Face
1likes13downloads
config.json56 linesDownload Raw Back to root
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  "hidden_act": "gelu",12  "hidden_dropout_prob": 0.1,13  "hidden_size": 768,14  "id2label": {15    "0": "LABEL_0",16    "1": "LABEL_1",17    "2": "LABEL_2",18    "3": "LABEL_3",19    "4": "LABEL_4",20    "5": "LABEL_5",21    "6": "LABEL_6",22    "7": "LABEL_7",23    "8": "LABEL_8",24    "9": "LABEL_9",25    "10": "LABEL_10"26  },27  "initializer_range": 0.02,28  "intermediate_size": 3072,29  "is_decoder": false,30  "label2id": {31    "LABEL_0": 0,32    "LABEL_1": 1,33    "LABEL_10": 10,34    "LABEL_2": 2,35    "LABEL_3": 3,36    "LABEL_4": 4,37    "LABEL_5": 5,38    "LABEL_6": 6,39    "LABEL_7": 7,40    "LABEL_8": 8,41    "LABEL_9": 942  },43  "layer_norm_eps": 1e-12,44  "max_position_embeddings": 512,45  "model_type": "bert",46  "num_attention_heads": 12,47  "num_hidden_layers": 12,48  "pad_token_id": 0,49  "problem_type": "single_label_classification",50  "tie_word_embeddings": true,51  "transformers_version": "5.0.0",52  "type_vocab_size": 2,53  "use_cache": false,54  "vocab_size": 3111655}56