jgaertner commited on
Commit
3df23da
1 Parent(s): 58e66f1

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "SupplierID",
15
+ "2": "IBAN",
16
+ "3": "VAT",
17
+ "4": "InvoiceNumber",
18
+ "5": "InvoiceDate",
19
+ "6": "GrossTotal"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "GrossTotal": 6,
25
+ "IBAN": 2,
26
+ "InvoiceDate": 5,
27
+ "InvoiceNumber": 4,
28
+ "O": 0,
29
+ "SupplierID": 1,
30
+ "VAT": 3
31
+ },
32
+ "layer_norm_eps": 1e-12,
33
+ "max_position_embeddings": 512,
34
+ "model_type": "bert",
35
+ "num_attention_heads": 12,
36
+ "num_hidden_layers": 12,
37
+ "pad_token_id": 0,
38
+ "pooler_fc_size": 768,
39
+ "pooler_num_attention_heads": 12,
40
+ "pooler_num_fc_layers": 3,
41
+ "pooler_size_per_head": 128,
42
+ "pooler_type": "first_token_transform",
43
+ "position_embedding_type": "absolute",
44
+ "torch_dtype": "float32",
45
+ "transformers_version": "4.41.2",
46
+ "type_vocab_size": 2,
47
+ "use_cache": true,
48
+ "vocab_size": 119547
49
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b66861a8fef347e805732be74d5aef8a4c6cdfb9600184a61681fa0edea50ab8
3
+ size 709096284
runs/Jun18_13-57-34_51f753ebf7a0/events.out.tfevents.1718719059.51f753ebf7a0.3112.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f339040d891d2beb317a0837f6394d3b1ab2876be2e8dae685baf38447d073a
3
+ size 5772
runs/Jun18_13-58-49_51f753ebf7a0/events.out.tfevents.1718719130.51f753ebf7a0.3112.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41d9044c849ed8d0a7f169276bcd86f55ac21e9c1c01d7bc3bc2748e15c32451
3
+ size 5811
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72026c224aaa6f036011156b5b4165044650226267c38e46ff7cfaa306b1679b
3
+ size 5112