| { |
| "_name_or_path": "SCUT-DLVCLab/lilt-roberta-en-base", |
| "architectures": [ |
| "LiltForTokenClassification" |
| ], |
| "attention_probs_dropout_prob": 0.1, |
| "bos_token_id": 0, |
| "channel_shrink_ratio": 4, |
| "classifier_dropout": null, |
| "eos_token_id": 2, |
| "hidden_act": "gelu", |
| "hidden_dropout_prob": 0.1, |
| "hidden_size": 768, |
| "id2label": { |
| "0": "B-Other", |
| "1": "I-Other", |
| "2": "B-vendor_address", |
| "3": "I-vendor_address", |
| "4": "B-invoice_number", |
| "5": "B-invoice_date", |
| "6": "I-invoice_date", |
| "7": "B-line_amount", |
| "8": "B-payment_terms", |
| "9": "I-payment_terms", |
| "10": "B-due_date", |
| "11": "I-due_date", |
| "12": "B-line_item_name", |
| "13": "I-line_item_name", |
| "14": "B-total_amount", |
| "15": "B-vendor_name", |
| "16": "I-vendor_name", |
| "17": "B-po_number", |
| "18": "B-currency", |
| "19": "B-shipping_terms", |
| "20": "B-delivery_date", |
| "21": "B-billing_address", |
| "22": "I-billing_address", |
| "23": "B-shipping_address", |
| "24": "I-shipping_address", |
| "25": "I-line_amount", |
| "26": "I-total_amount", |
| "27": "B-order_date", |
| "28": "I-order_date", |
| "29": "B-line_quantity", |
| "30": "I-line_quantity", |
| "31": "B-remit_address", |
| "32": "I-remit_address", |
| "33": "I-po_number" |
| }, |
| "initializer_range": 0.02, |
| "intermediate_size": 3072, |
| "label2id": { |
| "B-Other": 0, |
| "B-billing_address": 21, |
| "B-currency": 18, |
| "B-delivery_date": 20, |
| "B-due_date": 10, |
| "B-invoice_date": 5, |
| "B-invoice_number": 4, |
| "B-line_amount": 7, |
| "B-line_item_name": 12, |
| "B-line_quantity": 29, |
| "B-order_date": 27, |
| "B-payment_terms": 8, |
| "B-po_number": 17, |
| "B-remit_address": 31, |
| "B-shipping_address": 23, |
| "B-shipping_terms": 19, |
| "B-total_amount": 14, |
| "B-vendor_address": 2, |
| "B-vendor_name": 15, |
| "I-Other": 1, |
| "I-billing_address": 22, |
| "I-due_date": 11, |
| "I-invoice_date": 6, |
| "I-line_amount": 25, |
| "I-line_item_name": 13, |
| "I-line_quantity": 30, |
| "I-order_date": 28, |
| "I-payment_terms": 9, |
| "I-po_number": 33, |
| "I-remit_address": 32, |
| "I-shipping_address": 24, |
| "I-total_amount": 26, |
| "I-vendor_address": 3, |
| "I-vendor_name": 16 |
| }, |
| "layer_norm_eps": 1e-05, |
| "max_2d_position_embeddings": 1024, |
| "max_position_embeddings": 514, |
| "model_type": "lilt", |
| "num_attention_heads": 12, |
| "num_hidden_layers": 12, |
| "pad_token_id": 1, |
| "position_embedding_type": "absolute", |
| "torch_dtype": "float32", |
| "transformers_version": "4.28.0.dev0", |
| "type_vocab_size": 1, |
| "use_cache": true, |
| "vocab_size": 50265 |
| } |
|
|