pbeyens commited on
Commit
9b3949e
·
1 Parent(s): 69aa549

Training in progress, step 200

Browse files
.githooks/post-checkout ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #!/bin/sh
2
+ command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/post-checkout.\n"; exit 2; }
3
+ git lfs post-checkout "$@"
.githooks/post-commit ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #!/bin/sh
2
+ command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/post-commit.\n"; exit 2; }
3
+ git lfs post-commit "$@"
.githooks/post-merge ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #!/bin/sh
2
+ command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/post-merge.\n"; exit 2; }
3
+ git lfs post-merge "$@"
.githooks/pre-push ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #!/bin/sh
2
+ command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/pre-push.\n"; exit 2; }
3
+ git lfs pre-push "$@"
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "O",
16
+ "1": "I-date",
17
+ "2": "I-time",
18
+ "3": "I-datetime",
19
+ "4": "I-heading",
20
+ "5": "I-unused10",
21
+ "6": "I-unused9",
22
+ "7": "I-unused8",
23
+ "8": "I-unused7",
24
+ "9": "I-unused6",
25
+ "10": "I-tax.header",
26
+ "11": "I-tax.description",
27
+ "12": "I-tax.price",
28
+ "13": "I-tax.price_excl",
29
+ "14": "I-tax.price_incl",
30
+ "15": "I-unused5",
31
+ "16": "I-unused4",
32
+ "17": "I-unused3",
33
+ "18": "I-unused2",
34
+ "19": "I-unused1",
35
+ "20": "I-store.name",
36
+ "21": "I-store.address",
37
+ "22": "I-store.phone",
38
+ "23": "I-store.email",
39
+ "24": "I-store.website",
40
+ "25": "I-store.tax_id",
41
+ "26": "I-store.unused4",
42
+ "27": "I-store.unused3",
43
+ "28": "I-store.unused2",
44
+ "29": "I-store.unused1",
45
+ "30": "I-item.header",
46
+ "31": "I-item.quantity",
47
+ "32": "I-item.description",
48
+ "33": "I-item.unit_price",
49
+ "34": "I-item.price",
50
+ "35": "I-item.id",
51
+ "36": "I-item.discount_description",
52
+ "37": "I-item.discount_price",
53
+ "38": "I-item.unused1",
54
+ "39": "I-item.etc",
55
+ "40": "I-sub_total.price",
56
+ "41": "I-sub_total.discount_price",
57
+ "42": "I-sub_total.discount_item_price",
58
+ "43": "I-sub_total.tax_price",
59
+ "44": "I-sub_total.tax_excl_price",
60
+ "45": "I-sub_total.tax_incl_price",
61
+ "46": "I-sub_total.service_price",
62
+ "47": "I-sub_total.item_rows",
63
+ "48": "I-sub_total.item_quantity",
64
+ "49": "I-sub_total.unused1",
65
+ "50": "I-total.price",
66
+ "51": "I-total.rounded_price",
67
+ "52": "I-total.unused3",
68
+ "53": "I-total.unused2",
69
+ "54": "I-total.unused1",
70
+ "55": "I-payment.cash_price",
71
+ "56": "I-payment.change_price",
72
+ "57": "I-payment.other_price",
73
+ "58": "I-payment.details_total_price",
74
+ "59": "I-payment.unused1"
75
+ },
76
+ "initializer_range": 0.02,
77
+ "intermediate_size": 3072,
78
+ "label2id": {
79
+ "I-date": 1,
80
+ "I-datetime": 3,
81
+ "I-heading": 4,
82
+ "I-item.description": 32,
83
+ "I-item.discount_description": 36,
84
+ "I-item.discount_price": 37,
85
+ "I-item.etc": 39,
86
+ "I-item.header": 30,
87
+ "I-item.id": 35,
88
+ "I-item.price": 34,
89
+ "I-item.quantity": 31,
90
+ "I-item.unit_price": 33,
91
+ "I-item.unused1": 38,
92
+ "I-payment.cash_price": 55,
93
+ "I-payment.change_price": 56,
94
+ "I-payment.details_total_price": 58,
95
+ "I-payment.other_price": 57,
96
+ "I-payment.unused1": 59,
97
+ "I-store.address": 21,
98
+ "I-store.email": 23,
99
+ "I-store.name": 20,
100
+ "I-store.phone": 22,
101
+ "I-store.tax_id": 25,
102
+ "I-store.unused1": 29,
103
+ "I-store.unused2": 28,
104
+ "I-store.unused3": 27,
105
+ "I-store.unused4": 26,
106
+ "I-store.website": 24,
107
+ "I-sub_total.discount_item_price": 42,
108
+ "I-sub_total.discount_price": 41,
109
+ "I-sub_total.item_quantity": 48,
110
+ "I-sub_total.item_rows": 47,
111
+ "I-sub_total.price": 40,
112
+ "I-sub_total.service_price": 46,
113
+ "I-sub_total.tax_excl_price": 44,
114
+ "I-sub_total.tax_incl_price": 45,
115
+ "I-sub_total.tax_price": 43,
116
+ "I-sub_total.unused1": 49,
117
+ "I-tax.description": 11,
118
+ "I-tax.header": 10,
119
+ "I-tax.price": 12,
120
+ "I-tax.price_excl": 13,
121
+ "I-tax.price_incl": 14,
122
+ "I-time": 2,
123
+ "I-total.price": 50,
124
+ "I-total.rounded_price": 51,
125
+ "I-total.unused1": 54,
126
+ "I-total.unused2": 53,
127
+ "I-total.unused3": 52,
128
+ "I-unused1": 19,
129
+ "I-unused10": 5,
130
+ "I-unused2": 18,
131
+ "I-unused3": 17,
132
+ "I-unused4": 16,
133
+ "I-unused5": 15,
134
+ "I-unused6": 9,
135
+ "I-unused7": 8,
136
+ "I-unused8": 7,
137
+ "I-unused9": 6,
138
+ "O": 0
139
+ },
140
+ "layer_norm_eps": 1e-05,
141
+ "max_2d_position_embeddings": 1024,
142
+ "max_position_embeddings": 514,
143
+ "model_type": "lilt",
144
+ "num_attention_heads": 12,
145
+ "num_hidden_layers": 12,
146
+ "pad_token_id": 1,
147
+ "position_embedding_type": "absolute",
148
+ "torch_dtype": "float32",
149
+ "transformers_version": "4.29.2",
150
+ "type_vocab_size": 1,
151
+ "use_cache": true,
152
+ "vocab_size": 50265
153
+ }
logs/1697025414.1000493/events.out.tfevents.1697025414.pc.321702.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e586043f2cd7e67624aaa3bea2fe3b6b6e4c71a05e414b82020de9a07cba4b1
3
+ size 5874
logs/events.out.tfevents.1697025414.pc.321702.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:938d99ccf91cea2a04c1da88dfbc2be0bc3bf8b9dfddb48b17f21d5cc6e0844f
3
+ size 8151
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1aaf78fba188c38f58719c760dbd39e75d6a5a5d6f7f1c00234f9f20eaa9e801
3
+ size 520984209
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6d245f90fd7ff7d99cbbcb415bea892e0f9f610b467314f74824bad1da35302
3
+ size 3963