sudheer997 commited on
Commit
554bfbc
1 Parent(s): 1ad4d4c

Training in progress, step 200

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "SCUT-DLVCLab/lilt-roberta-en-base",
3
+ "architectures": [
4
+ "LiltForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "channel_shrink_ratio": 4,
9
+ "classifier_dropout": null,
10
+ "eos_token_id": 2,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "B-vendor_name",
16
+ "1": "I-vendor_name",
17
+ "2": "B-Other",
18
+ "3": "I-Other",
19
+ "4": "B-invoice_number",
20
+ "5": "B-invoice_date",
21
+ "6": "I-invoice_date",
22
+ "7": "B-line_quantity",
23
+ "8": "B-line_amount",
24
+ "9": "B-payment_terms",
25
+ "10": "I-payment_terms",
26
+ "11": "B-due_date",
27
+ "12": "I-due_date",
28
+ "13": "B-remit_address",
29
+ "14": "I-remit_address",
30
+ "15": "B-line_item_name",
31
+ "16": "I-line_item_name",
32
+ "17": "B-total_amount",
33
+ "18": "B-currency",
34
+ "19": "B-shipping_address",
35
+ "20": "I-shipping_address",
36
+ "21": "B-vendor_address",
37
+ "22": "I-vendor_address",
38
+ "23": "B-po_number",
39
+ "24": "B-shipping_terms",
40
+ "25": "B-delivery_date",
41
+ "26": "B-billing_address",
42
+ "27": "I-billing_address",
43
+ "28": "I-line_amount",
44
+ "29": "I-total_amount",
45
+ "30": "B-order_date",
46
+ "31": "I-order_date",
47
+ "32": "I-line_quantity",
48
+ "33": "I-po_number",
49
+ "34": "I-invoice_number",
50
+ "35": "I-delivery_date"
51
+ },
52
+ "initializer_range": 0.02,
53
+ "intermediate_size": 3072,
54
+ "label2id": {
55
+ "B-Other": 2,
56
+ "B-billing_address": 26,
57
+ "B-currency": 18,
58
+ "B-delivery_date": 25,
59
+ "B-due_date": 11,
60
+ "B-invoice_date": 5,
61
+ "B-invoice_number": 4,
62
+ "B-line_amount": 8,
63
+ "B-line_item_name": 15,
64
+ "B-line_quantity": 7,
65
+ "B-order_date": 30,
66
+ "B-payment_terms": 9,
67
+ "B-po_number": 23,
68
+ "B-remit_address": 13,
69
+ "B-shipping_address": 19,
70
+ "B-shipping_terms": 24,
71
+ "B-total_amount": 17,
72
+ "B-vendor_address": 21,
73
+ "B-vendor_name": 0,
74
+ "I-Other": 3,
75
+ "I-billing_address": 27,
76
+ "I-delivery_date": 35,
77
+ "I-due_date": 12,
78
+ "I-invoice_date": 6,
79
+ "I-invoice_number": 34,
80
+ "I-line_amount": 28,
81
+ "I-line_item_name": 16,
82
+ "I-line_quantity": 32,
83
+ "I-order_date": 31,
84
+ "I-payment_terms": 10,
85
+ "I-po_number": 33,
86
+ "I-remit_address": 14,
87
+ "I-shipping_address": 20,
88
+ "I-total_amount": 29,
89
+ "I-vendor_address": 22,
90
+ "I-vendor_name": 1
91
+ },
92
+ "layer_norm_eps": 1e-05,
93
+ "max_2d_position_embeddings": 1024,
94
+ "max_position_embeddings": 514,
95
+ "model_type": "lilt",
96
+ "num_attention_heads": 12,
97
+ "num_hidden_layers": 12,
98
+ "pad_token_id": 1,
99
+ "position_embedding_type": "absolute",
100
+ "torch_dtype": "float32",
101
+ "transformers_version": "4.28.0.dev0",
102
+ "type_vocab_size": 1,
103
+ "use_cache": true,
104
+ "vocab_size": 50265
105
+ }
logs/1681168578.4626987/events.out.tfevents.1681168578.52df91bb75dc.270.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61abf25127442aee78cc903bce715258c9af4445022369dc67a7adab9f0afa6a
3
+ size 5866
logs/events.out.tfevents.1681168578.52df91bb75dc.270.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f45472e4585c4bdf48e6d7a4ea4c367b374b01dfe67ec083329136bca23882f
3
+ size 7355
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c35b0f492fec1a05292a81b98a3a2eea9c941a074f5a1bdcf91f16031b9dece6
3
+ size 520910417
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5f48ca2339a8e503fa627b562ae0f2ba13ec1cb27e718e90f3464ed7d70be93
3
+ size 3643