nielsr HF staff commited on
Commit
a9b61cb
1 Parent(s): 73b035f

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/layoutlmv3-base",
3
+ "architectures": [
4
+ "LayoutLMv3ForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "coordinate_size": 128,
10
+ "eos_token_id": 2,
11
+ "finetuning_task": "ner",
12
+ "has_relative_attention_bias": true,
13
+ "has_spatial_attention_bias": true,
14
+ "hidden_act": "gelu",
15
+ "hidden_dropout_prob": 0.1,
16
+ "hidden_size": 768,
17
+ "id2label": {
18
+ "0": "O",
19
+ "1": "B-HEADER",
20
+ "2": "I-HEADER",
21
+ "3": "B-QUESTION",
22
+ "4": "I-QUESTION",
23
+ "5": "B-ANSWER",
24
+ "6": "I-ANSWER"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "input_size": 224,
28
+ "intermediate_size": 3072,
29
+ "label2id": {
30
+ "B-ANSWER": 5,
31
+ "B-HEADER": 1,
32
+ "B-QUESTION": 3,
33
+ "I-ANSWER": 6,
34
+ "I-HEADER": 2,
35
+ "I-QUESTION": 4,
36
+ "O": 0
37
+ },
38
+ "layer_norm_eps": 1e-05,
39
+ "max_2d_position_embeddings": 1024,
40
+ "max_position_embeddings": 514,
41
+ "max_rel_2d_pos": 256,
42
+ "max_rel_pos": 128,
43
+ "model_type": "layoutlmv3",
44
+ "num_attention_heads": 12,
45
+ "num_hidden_layers": 12,
46
+ "pad_token_id": 1,
47
+ "patch_size": 16,
48
+ "rel_2d_pos_bins": 64,
49
+ "rel_pos_bins": 32,
50
+ "second_input_size": 112,
51
+ "shape_size": 128,
52
+ "torch_dtype": "float32",
53
+ "transformers_version": "4.19.0.dev0",
54
+ "type_vocab_size": 1,
55
+ "visual_embed": true,
56
+ "vocab_size": 50265
57
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa03d53e286ce9f04a5c86a892d903443325363405113bba3f5ea293f023c00d
3
+ size 501405907
runs/May02_16-26-18_brutasse/1651508794.4462817/events.out.tfevents.1651508794.brutasse.9557.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7494fd0a658cd16ee6cee37961f02e3e761b1db027032e26cc2e82d2ef1a46c1
3
+ size 5031
runs/May02_16-26-18_brutasse/events.out.tfevents.1651508794.brutasse.9557.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6bc4ffabe7957b228696d5a362eef67c6f75205d2405799ff8214646e619683
3
+ size 6618
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false}}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"errors": "replace", "bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": "<mask>", "add_prefix_space": true, "trim_offsets": true, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "roberta-base", "tokenizer_class": "RobertaTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a236fc2f8ad0eb53ff60dc4aa91eec43e0143120b817b147b606f73d53579abe
3
+ size 3183
vocab.json ADDED
The diff for this file is too large to render. See raw diff