my_invoice_modell / config.json
ZahraAI's picture
Training in progress epoch 0
ae60ecf
{
"_name_or_path": "distilbert-base-uncased",
"activation": "gelu",
"architectures": [
"DistilBertForTokenClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "O",
"1": "B-date",
"2": "I-date",
"3": "date",
"4": "B-amunt",
"5": "I-amunt",
"6": "amunt",
"7": "B-tax",
"8": "I-tax",
"9": "tax",
"10": "B-disc",
"11": "I-disc",
"12": "disc",
"13": "B-amoutp",
"14": "amoutp",
"15": "B-qaunt",
"16": "qaunt",
"17": "B-company",
"18": "I-company",
"19": "company"
},
"initializer_range": 0.02,
"label2id": {
"B-amoutp": 13,
"B-amunt": 4,
"B-company": 17,
"B-date": 1,
"B-disc": 10,
"B-qaunt": 15,
"B-tax": 7,
"I-amunt": 5,
"I-company": 18,
"I-date": 2,
"I-disc": 11,
"I-tax": 8,
"O": 0,
"amoutp": 14,
"amunt": 6,
"company": 19,
"date": 3,
"disc": 12,
"qaunt": 16,
"tax": 9
},
"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.29.1",
"vocab_size": 30522
}