popular-snail-470 / config.json
ElMad's picture
stackoverflow_tag_classification/initial_run/distilbert-base-cased/popular-snail-470
8dd5fa9 verified
raw
history blame
1.78 kB
{
"_name_or_path": "distilbert/distilbert-base-cased",
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "linux",
"1": "beautifulsoup",
"2": "sqlalchemy",
"3": "python-2.7",
"4": "numpy",
"5": "json",
"6": "list",
"7": "windows",
"8": "string",
"9": "scipy",
"10": "mysql",
"11": "flask",
"12": "arrays",
"13": "tkinter",
"14": "multithreading",
"15": "csv",
"16": "python-3.x",
"17": "django-models",
"18": "regex",
"19": "html",
"20": "dictionary",
"21": "django",
"22": "matplotlib",
"23": "google-app-engine",
"24": "pandas"
},
"initializer_range": 0.02,
"label2id": {
"arrays": 12,
"beautifulsoup": 1,
"csv": 15,
"dictionary": 20,
"django": 21,
"django-models": 17,
"flask": 11,
"google-app-engine": 23,
"html": 19,
"json": 5,
"linux": 0,
"list": 6,
"matplotlib": 22,
"multithreading": 14,
"mysql": 10,
"numpy": 4,
"pandas": 24,
"python-2.7": 3,
"python-3.x": 16,
"regex": 18,
"scipy": 9,
"sqlalchemy": 2,
"string": 8,
"tkinter": 13,
"windows": 7
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"output_past": true,
"pad_token_id": 0,
"problem_type": "multi_label_classification",
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": false,
"tie_weights_": true,
"torch_dtype": "float32",
"transformers_version": "4.46.2",
"vocab_size": 28996
}