zaval commited on
Commit
88b44bf
·
1 Parent(s): 54ada3a

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/layoutlm-base-uncased",
3
+ "architectures": [
4
+ "LayoutLMForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "O",
12
+ "1": "B-COMPANY",
13
+ "2": "I-COMPANY",
14
+ "3": "B-DATE",
15
+ "4": "I-DATE",
16
+ "5": "B-ADDRESS",
17
+ "6": "I-ADDRESS",
18
+ "7": "B-TOTAL",
19
+ "8": "I-TOTAL"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "B-ADDRESS": 5,
25
+ "B-COMPANY": 1,
26
+ "B-DATE": 3,
27
+ "B-TOTAL": 7,
28
+ "I-ADDRESS": 6,
29
+ "I-COMPANY": 2,
30
+ "I-DATE": 4,
31
+ "I-TOTAL": 8,
32
+ "O": 0
33
+ },
34
+ "layer_norm_eps": 1e-12,
35
+ "max_2d_position_embeddings": 1024,
36
+ "max_position_embeddings": 512,
37
+ "model_type": "layoutlm",
38
+ "num_attention_heads": 12,
39
+ "num_hidden_layers": 12,
40
+ "output_past": true,
41
+ "pad_token_id": 0,
42
+ "position_embedding_type": "absolute",
43
+ "torch_dtype": "float32",
44
+ "transformers_version": "4.31.0",
45
+ "type_vocab_size": 2,
46
+ "use_cache": true,
47
+ "vocab_size": 30522
48
+ }
logs/events.out.tfevents.1691165313.Dmytriis-MBP.6343.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:283732d9d2a8b85f69f3e700ee19fb3f50e46e89bc85e19f8f15ccbd2345bb07
3
+ size 5016
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48feb46c520f9d2e8b6761c4c0366a87dc183fd4e21fe1c7fb731d840d02a9e4
3
+ size 450607233
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4ebcc475c2c76aac8a2bbc2c8edd662d0e322c1fe9aa4a6111b468b581bad8b
3
+ size 3963