layoutlm-funsd / config.json
Monster23's picture
Training in progress, epoch 50
e283892
{
"_name_or_path": "microsoft/layoutlm-base-uncased",
"architectures": [
"LayoutLMForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "O",
"1": "PO-NUMBER-Q",
"2": "PO-NUMBER-A",
"3": "PORT-OF-LOADING",
"4": "PORT-OF-DESTINATION",
"5": "GTIN"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"GTIN": 5,
"O": 0,
"PO-NUMBER-A": 2,
"PO-NUMBER-Q": 1,
"PORT-OF-DESTINATION": 4,
"PORT-OF-LOADING": 3
},
"layer_norm_eps": 1e-12,
"max_2d_position_embeddings": 1024,
"max_position_embeddings": 512,
"model_type": "layoutlm",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"output_past": true,
"pad_token_id": 0,
"position_embedding_type": "absolute",
"torch_dtype": "float32",
"transformers_version": "4.35.2",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 30522
}