arxiv-classifier / config.json
TochkaMikelya's picture
Upload DistilBertForSequenceClassification
36ba8d5 verified
{
"_name_or_path": "distilbert-base-cased",
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "astro-ph",
"1": "cond-mat",
"2": "cs",
"3": "econ",
"4": "eess",
"5": "gr-qc",
"6": "hep-ex",
"7": "hep-lat",
"8": "hep-ph",
"9": "hep-th",
"10": "math",
"11": "math-ph",
"12": "nlin",
"13": "nucl-ex",
"14": "nucl-th",
"15": "physics",
"16": "q-bio",
"17": "q-fin",
"18": "quant-ph",
"19": "stat"
},
"initializer_range": 0.02,
"label2id": {
"astro-ph": 0,
"cond-mat": 1,
"cs": 2,
"econ": 3,
"eess": 4,
"gr-qc": 5,
"hep-ex": 6,
"hep-lat": 7,
"hep-ph": 8,
"hep-th": 9,
"math": 10,
"math-ph": 11,
"nlin": 12,
"nucl-ex": 13,
"nucl-th": 14,
"physics": 15,
"q-bio": 16,
"q-fin": 17,
"quant-ph": 18,
"stat": 19
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"output_past": true,
"pad_token_id": 0,
"problem_type": "single_label_classification",
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": false,
"tie_weights_": true,
"torch_dtype": "float32",
"transformers_version": "4.36.2",
"vocab_size": 28996
}