phailyoor's picture
Training in progress, epoch 1
a767be2
raw
history blame
1.42 kB
{
"_name_or_path": "distilbert-base-uncased",
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "sleepymeido",
"1": "Megane",
"2": "Ozymandias",
"3": "South African Salmon Bush War",
"4": "max56709",
"5": "Eko",
"6": "Zia",
"7": "Tachi",
"8": "Ringo Testarossa",
"9": "CupcakeWarrior",
"10": "Sir Swagmeyer",
"11": "Destoroyar",
"12": "The_Pope",
"13": "MastigosWilkins",
"14": "Lapan",
"15": "Beatani",
"16": "unknown"
},
"initializer_range": 0.02,
"label2id": {
"Beatani": 15,
"CupcakeWarrior": 9,
"Destoroyar": 11,
"Eko": 5,
"Lapan": 14,
"MastigosWilkins": 13,
"Megane": 1,
"Ozymandias": 2,
"Ringo Testarossa": 8,
"Sir Swagmeyer": 10,
"South African Salmon Bush War": 3,
"Tachi": 7,
"The_Pope": 12,
"Zia": 6,
"max56709": 4,
"sleepymeido": 0,
"unknown": 16
},
"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.12.3",
"vocab_size": 30522
}