SIH3 / config.json
PlasmicZ's picture
Training in progress epoch 0
b0606e6
{
"_name_or_path": "distilbert/distilbert-base-uncased",
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "India",
"1": "Shiv Sena",
"2": "knife ",
"3": "musician ",
"4": "affiliate",
"5": "washroom",
"6": "live in relationship",
"7": "level sign 1",
"8": "swing ",
"9": "nurse ",
"10": "excuse",
"11": "raise ",
"12": "dartboard",
"13": "update news, information",
"14": "4 four",
"15": "Huawei Mobile",
"16": "February",
"17": "pencil ",
"18": "proof sign 1",
"19": "secret ",
"20": "distracted",
"21": "bookcase, bookshelf",
"22": "one day cricket, 50 overs format sign and explanation",
"23": "greedy ",
"24": "Allahabad Bank",
"25": "form sign 1",
"26": "market",
"27": "Bengali",
"28": "strength",
"29": "truck ",
"30": "day",
"31": "Usury",
"32": "beetroot",
"33": "fry, frying",
"34": "accept",
"35": "network",
"36": "paste",
"37": "identity card ",
"38": "none, nothing ",
"39": "Peru"
},
"initializer_range": 0.02,
"label2id": {
"4 four": 14,
"Allahabad Bank": 24,
"Bengali": 27,
"February": 16,
"Huawei Mobile": 15,
"India": 0,
"Peru": 39,
"Shiv Sena": 1,
"Usury": 31,
"accept": 34,
"affiliate": 4,
"beetroot": 32,
"bookcase, bookshelf": 21,
"dartboard": 12,
"day": 30,
"distracted": 20,
"excuse": 10,
"form sign 1": 25,
"fry, frying": 33,
"greedy ": 23,
"identity card ": 37,
"knife ": 2,
"level sign 1": 7,
"live in relationship": 6,
"market": 26,
"musician ": 3,
"network": 35,
"none, nothing ": 38,
"nurse ": 9,
"one day cricket, 50 overs format sign and explanation": 22,
"paste": 36,
"pencil ": 17,
"proof sign 1": 18,
"raise ": 11,
"secret ": 19,
"strength": 28,
"swing ": 8,
"truck ": 29,
"update news, information": 13,
"washroom": 5
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"pad_token_id": 0,
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": false,
"tie_weights_": true,
"transformers_version": "4.42.4",
"vocab_size": 30522
}