jgaertner commited on
Commit
394ffda
1 Parent(s): 6f3c6ce

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-multilingual-cased",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "O",
14
+ "1": "B-SupplierID",
15
+ "2": "I-SupplierID",
16
+ "3": "B-IBAN",
17
+ "4": "I-IBAN",
18
+ "5": "B-VAT",
19
+ "6": "I-VAT",
20
+ "7": "B-InvoiceNumber",
21
+ "8": "I-InvoiceNumber",
22
+ "9": "B-InvoiceDate",
23
+ "10": "I-InvoiceDate",
24
+ "11": "B-GrossTotal",
25
+ "12": "I-GrossTotal"
26
+ },
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 3072,
29
+ "label2id": {
30
+ "B-GrossTotal": 11,
31
+ "B-IBAN": 3,
32
+ "B-InvoiceDate": 9,
33
+ "B-InvoiceNumber": 7,
34
+ "B-SupplierID": 1,
35
+ "B-VAT": 5,
36
+ "I-GrossTotal": 12,
37
+ "I-IBAN": 4,
38
+ "I-InvoiceDate": 10,
39
+ "I-InvoiceNumber": 8,
40
+ "I-SupplierID": 2,
41
+ "I-VAT": 6,
42
+ "O": 0
43
+ },
44
+ "layer_norm_eps": 1e-12,
45
+ "max_position_embeddings": 512,
46
+ "model_type": "bert",
47
+ "num_attention_heads": 12,
48
+ "num_hidden_layers": 12,
49
+ "pad_token_id": 0,
50
+ "pooler_fc_size": 768,
51
+ "pooler_num_attention_heads": 12,
52
+ "pooler_num_fc_layers": 3,
53
+ "pooler_size_per_head": 128,
54
+ "pooler_type": "first_token_transform",
55
+ "position_embedding_type": "absolute",
56
+ "torch_dtype": "float32",
57
+ "transformers_version": "4.42.2",
58
+ "type_vocab_size": 2,
59
+ "use_cache": true,
60
+ "vocab_size": 119547
61
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0792a9c29e6c77bc9c5694e32c191e9415a89f510c23f1d9c3a50161614dae26
3
+ size 709114740
runs/Jun28_14-32-45_c785fa2af75a/events.out.tfevents.1719585170.c785fa2af75a.5421.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c0b4f681004c02568514d55a54df9b0d19a58208bd433193f2953fc61addbb0
3
+ size 6104
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e2573a42c4ad2b8659a478d91ee0190978b4f1da26507b3648fb92b11b25299
3
+ size 5112