HuggingAlex1247's picture
Training in progress epoch 0
37b249b
{
"_name_or_path": "dbmdz/distilbert-base-german-europeana-cased",
"activation": "gelu",
"architectures": [
"DistilBertForTokenClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "O",
"1": "B-LOC",
"10": "I-ORGderiv",
"11": "B-ORGpart",
"12": "I-ORGpart",
"13": "B-OTH",
"14": "I-OTH",
"15": "B-OTHderiv",
"16": "I-OTHderiv",
"17": "B-OTHpart",
"18": "I-OTHpart",
"19": "B-PER",
"2": "I-LOC",
"20": "I-PER",
"21": "B-PERderiv",
"22": "I-PERderiv",
"23": "B-PERpart",
"24": "I-PERpart",
"3": "B-LOCderiv",
"4": "I-LOCderiv",
"5": "B-LOCpart",
"6": "I-LOCpart",
"7": "B-ORG",
"8": "I-ORG",
"9": "B-ORGderiv"
},
"initializer_range": 0.02,
"label2id": {
"B-LOC": "1",
"B-LOCderiv": "3",
"B-LOCpart": "5",
"B-ORG": "7",
"B-ORGderiv": "9",
"B-ORGpart": "11",
"B-OTH": "13",
"B-OTHderiv": "15",
"B-OTHpart": "17",
"B-PER": "19",
"B-PERderiv": "21",
"B-PERpart": "23",
"I-LOC": "2",
"I-LOCderiv": "4",
"I-LOCpart": "6",
"I-ORG": "8",
"I-ORGderiv": "10",
"I-ORGpart": "12",
"I-OTH": "14",
"I-OTHderiv": "16",
"I-OTHpart": "18",
"I-PER": "20",
"I-PERderiv": "22",
"I-PERpart": "24",
"O": "0"
},
"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": true,
"tie_weights_": true,
"transformers_version": "4.17.0",
"vocab_size": 32000
}