atom-classifier / config.json
Telmo's picture
Upload folder using huggingface_hub
b7e2589 verified
{
"_name_or_path": "distilbert-base-multilingual-cased",
"activation": "gelu",
"architectures": [
"DistilBertForTokenClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "Pd",
"1": "Ma",
"2": "Cp",
"3": "M^",
"4": "Br",
"5": "Cw",
"6": "Mm",
"7": "Tt",
"8": "Ml",
"9": "Bp",
"10": "Ci",
"11": "Ms",
"12": "Md",
"13": "P!",
"14": "Cd",
"15": "Mi",
"16": "C",
"17": "Cc",
"18": "Ca",
"19": "Mj",
"20": "M=",
"21": "X",
"22": "Mp",
"23": "Cm",
"24": "Mt",
"25": "Me",
"26": "Mv",
"27": "Jr",
"28": "M",
"29": "Tv",
"30": "J",
"31": "M#",
"32": "B",
"33": "Mc",
"34": "Mn",
"35": "Mw",
"36": "C#",
"37": "T",
"38": "P"
},
"initializer_range": 0.02,
"label2id": {
"B": 32,
"Bp": 9,
"Br": 4,
"C": 16,
"C#": 36,
"Ca": 18,
"Cc": 17,
"Cd": 14,
"Ci": 10,
"Cm": 23,
"Cp": 2,
"Cw": 5,
"J": 30,
"Jr": 27,
"M": 28,
"M#": 31,
"M=": 20,
"M^": 3,
"Ma": 1,
"Mc": 33,
"Md": 12,
"Me": 25,
"Mi": 15,
"Mj": 19,
"Ml": 8,
"Mm": 6,
"Mn": 34,
"Mp": 22,
"Ms": 11,
"Mt": 24,
"Mv": 26,
"Mw": 35,
"P": 38,
"P!": 13,
"Pd": 0,
"T": 37,
"Tt": 7,
"Tv": 29,
"X": 21
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"output_past": true,
"pad_token_id": 0,
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": false,
"tie_weights_": true,
"torch_dtype": "float32",
"transformers_version": "4.49.0",
"vocab_size": 119547
}