amir22010 commited on
Commit
370885e
1 Parent(s): d38ce24

Upload 6 files

Browse files
preprocessor_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "apply_ocr": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "LayoutLMv2FeatureExtractor",
5
+ "resample": 2,
6
+ "size": 224
7
+ }
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_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "special_tokens_map_file": null, "name_or_path": "microsoft/layoutxlm-base"}
train_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 40.0,
3
+ "init_mem_cpu_alloc_delta": 1262002176,
4
+ "init_mem_cpu_peaked_delta": 767479808,
5
+ "init_mem_gpu_alloc_delta": 1481701376,
6
+ "init_mem_gpu_peaked_delta": 0,
7
+ "train_mem_cpu_alloc_delta": 28925952,
8
+ "train_mem_cpu_peaked_delta": 1562083328,
9
+ "train_mem_gpu_alloc_delta": 4458109440,
10
+ "train_mem_gpu_peaked_delta": 7030973440,
11
+ "train_runtime": 1135.9773,
12
+ "train_samples": 194,
13
+ "train_samples_per_second": 0.88
14
+ }
trainer_state.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 40.0,
5
+ "global_step": 1000,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 20.0,
12
+ "learning_rate": 2.777777777777778e-05,
13
+ "loss": 0.2643,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 40.0,
18
+ "learning_rate": 0.0,
19
+ "loss": 0.0066,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 40.0,
24
+ "step": 1000,
25
+ "total_flos": 8788307161006080.0,
26
+ "train_runtime": 1135.9773,
27
+ "train_samples_per_second": 0.88
28
+ }
29
+ ],
30
+ "max_steps": 1000,
31
+ "num_train_epochs": 40,
32
+ "total_flos": 8788307161006080.0,
33
+ "trial_name": null,
34
+ "trial_params": null
35
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ae48857ae15931d281d9c70abbbb3fee03c9d47251452de93e0dc8747af554c
3
+ size 2351