renjithks commited on
Commit
5120fdc
1 Parent(s): 32259c2

Model save

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "renjithks/layoutlmv1-cord-ner",
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": "O",
13
+ "1": "sub_total.total_tax_price",
14
+ "2": "menu.nm",
15
+ "3": "menu.price",
16
+ "4": "tax.tax_rate",
17
+ "5": "sub_total.tax_price",
18
+ "6": "total.total_price"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "label2id": {
23
+ "O": 0,
24
+ "menu.nm": 2,
25
+ "menu.price": 3,
26
+ "sub_total.tax_price": 5,
27
+ "sub_total.total_tax_price": 1,
28
+ "tax.tax_rate": 4,
29
+ "total.total_price": 6
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:93f3fdcc25eec68e05e4ac7fedf4d7d6c9ed6672a56d465f6284b3f32e0824af
3
+ size 450606565
runs/Jun08_17-45-11_f14633e8cc90/1654710320.429313/events.out.tfevents.1654710320.f14633e8cc90.50.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b896bdbcbd5cd4ae4c0f83fa45d0771579972105f4b3381b212d47db2c3f71b5
3
+ size 4834
runs/Jun08_17-45-11_f14633e8cc90/events.out.tfevents.1654710320.f14633e8cc90.50.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0abd1930e8bd637b2650013d9320d2c2fc23508efd441209c1e91e99911234e0
3
+ size 13554
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:abb98cea0487c0a3a6c7ec2cce2204d8ea124a2010273863340bc9f687157571
3
+ size 3055
vocab.txt ADDED
The diff for this file is too large to render. See raw diff