renjithks commited on
Commit
a6a0996
1 Parent(s): 4381658

Model save

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/layoutlm-base-uncased",
3
+ "architectures": [
4
+ "LayoutLMForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "sub_total.tax_price",
13
+ "1": "O",
14
+ "2": "sub_total.total_tax_price",
15
+ "3": "tax.tax_rate",
16
+ "4": "total.total_price",
17
+ "5": "menu.nm",
18
+ "6": "menu.price"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "label2id": {
23
+ "O": 1,
24
+ "menu.nm": 5,
25
+ "menu.price": 6,
26
+ "sub_total.tax_price": 0,
27
+ "sub_total.total_tax_price": 2,
28
+ "tax.tax_rate": 3,
29
+ "total.total_price": 4
30
+ },
31
+ "layer_norm_eps": 1e-12,
32
+ "max_2d_position_embeddings": 1024,
33
+ "max_position_embeddings": 512,
34
+ "model_type": "layoutlm",
35
+ "num_attention_heads": 12,
36
+ "num_hidden_layers": 12,
37
+ "output_past": true,
38
+ "pad_token_id": 0,
39
+ "position_embedding_type": "absolute",
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.18.0",
42
+ "type_vocab_size": 2,
43
+ "use_cache": true,
44
+ "vocab_size": 30522
45
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2987e3fc771a65f5999571403ee971cc6b91ba742ef57757b123adaa8e7a38f
3
+ size 450606565
runs/Jun07_20-44-11_5df2aeb35391/1654634660.5922105/events.out.tfevents.1654634660.5df2aeb35391.33.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e756029e9eba35d4c41a5009aa8cc1d5e5964288741a11f174eb769a0a7dba4a
3
+ size 4840
runs/Jun07_20-44-11_5df2aeb35391/events.out.tfevents.1654634660.5df2aeb35391.33.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:367075ccd5a03b3f46bbb5efc03d63e5a2ad36767596d4e72591f86545fd4adc
3
+ size 9101
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "max_len": 512, "model_max_length": 512, "special_tokens_map_file": "/root/.cache/huggingface/transformers/48c3f426580c1b3278dbebb8c8dd372ea1549792f092b4f6fae1e21881c2cbd9.dd8bd9bfd3664b530ea4e645105f557769387b3da9f79bdb55ed556bdd80611d", "name_or_path": "microsoft/layoutlm-base-uncased", "tokenizer_class": "LayoutLMTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3797212b8c2d2974202dcf00e3439643f770aef27eeb599d176bab52547d76d
3
+ size 3055
vocab.txt ADDED
The diff for this file is too large to render. See raw diff