| { | |
| "_name_or_path": "distilbert-base-uncased", | |
| "activation": "gelu", | |
| "architectures": [ | |
| "DistilBertForSequenceClassification" | |
| ], | |
| "attention_dropout": 0.1, | |
| "dim": 768, | |
| "dropout": 0.1, | |
| "hidden_dim": 3072, | |
| "id2label": { | |
| "0": "cs", | |
| "1": "math", | |
| "2": "physics", | |
| "3": "eess", | |
| "4": "cond-mat", | |
| "5": "q-bio", | |
| "6": "stat", | |
| "7": "hep-ph", | |
| "8": "math-ph", | |
| "9": "hep-th", | |
| "10": "astro-ph", | |
| "11": "gr-qc", | |
| "12": "nlin", | |
| "13": "quant-ph", | |
| "14": "nucl-th", | |
| "15": "q-fin", | |
| "16": "nucl-ex", | |
| "17": "hep-ex", | |
| "18": "econ", | |
| "19": "hep-lat" | |
| }, | |
| "initializer_range": 0.02, | |
| "label2id": { | |
| "astro-ph": 10, | |
| "cond-mat": 4, | |
| "cs": 0, | |
| "econ": 18, | |
| "eess": 3, | |
| "gr-qc": 11, | |
| "hep-ex": 17, | |
| "hep-lat": 19, | |
| "hep-ph": 7, | |
| "hep-th": 9, | |
| "math": 1, | |
| "math-ph": 8, | |
| "nlin": 12, | |
| "nucl-ex": 16, | |
| "nucl-th": 14, | |
| "physics": 2, | |
| "q-bio": 5, | |
| "q-fin": 15, | |
| "quant-ph": 13, | |
| "stat": 6 | |
| }, | |
| "max_position_embeddings": 512, | |
| "model_type": "distilbert", | |
| "n_heads": 12, | |
| "n_layers": 6, | |
| "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.20.1", | |
| "vocab_size": 30522 | |
| } | |