sreejith8100 commited on
Commit
f018564
·
1 Parent(s): c37c658

End of training

Browse files
README.md CHANGED
@@ -39,7 +39,7 @@ The following hyperparameters were used during training:
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
41
  - lr_scheduler_warmup_ratio: 0.1
42
- - training_steps: 1000
43
 
44
  ### Training results
45
 
 
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
41
  - lr_scheduler_warmup_ratio: 0.1
42
+ - training_steps: 100
43
 
44
  ### Training results
45
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:053d922d0cbf7c8e81d1d3b860ddc4b55f35c540c40a509f652b9f2d9b71a73e
3
  size 802225965
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e18c26047b918446b83e2200f303bea2e34e57b7ee929940084e50e21df28348
3
  size 802225965
special_tokens_map.json CHANGED
@@ -1,11 +1,4 @@
1
  {
2
- "additional_special_tokens": [
3
- "[PAD]",
4
- "[UNK]",
5
- "[CLS]",
6
- "[SEP]",
7
- "[MASK]"
8
- ],
9
  "cls_token": "[CLS]",
10
  "mask_token": "[MASK]",
11
  "pad_token": "[PAD]",
 
1
  {
 
 
 
 
 
 
 
2
  "cls_token": "[CLS]",
3
  "mask_token": "[MASK]",
4
  "pad_token": "[PAD]",
tokenizer_config.json CHANGED
@@ -41,13 +41,7 @@
41
  "special": true
42
  }
43
  },
44
- "additional_special_tokens": [
45
- "[PAD]",
46
- "[UNK]",
47
- "[CLS]",
48
- "[SEP]",
49
- "[MASK]"
50
- ],
51
  "clean_up_tokenization_spaces": true,
52
  "cls_token": "[CLS]",
53
  "cls_token_box": [
@@ -59,11 +53,9 @@
59
  "do_basic_tokenize": true,
60
  "do_lower_case": true,
61
  "mask_token": "[MASK]",
62
- "max_length": 512,
63
  "model_max_length": 512,
64
  "never_split": null,
65
  "only_label_first_subword": true,
66
- "pad_to_multiple_of": null,
67
  "pad_token": "[PAD]",
68
  "pad_token_box": [
69
  0,
@@ -72,8 +64,6 @@
72
  0
73
  ],
74
  "pad_token_label": -100,
75
- "pad_token_type_id": 0,
76
- "padding_side": "right",
77
  "processor_class": "LayoutLMv2Processor",
78
  "sep_token": "[SEP]",
79
  "sep_token_box": [
@@ -82,11 +72,8 @@
82
  1000,
83
  1000
84
  ],
85
- "stride": 0,
86
  "strip_accents": null,
87
  "tokenize_chinese_chars": true,
88
  "tokenizer_class": "LayoutLMv2Tokenizer",
89
- "truncation_side": "right",
90
- "truncation_strategy": "longest_first",
91
  "unk_token": "[UNK]"
92
  }
 
41
  "special": true
42
  }
43
  },
44
+ "additional_special_tokens": [],
 
 
 
 
 
 
45
  "clean_up_tokenization_spaces": true,
46
  "cls_token": "[CLS]",
47
  "cls_token_box": [
 
53
  "do_basic_tokenize": true,
54
  "do_lower_case": true,
55
  "mask_token": "[MASK]",
 
56
  "model_max_length": 512,
57
  "never_split": null,
58
  "only_label_first_subword": true,
 
59
  "pad_token": "[PAD]",
60
  "pad_token_box": [
61
  0,
 
64
  0
65
  ],
66
  "pad_token_label": -100,
 
 
67
  "processor_class": "LayoutLMv2Processor",
68
  "sep_token": "[SEP]",
69
  "sep_token_box": [
 
72
  1000,
73
  1000
74
  ],
 
75
  "strip_accents": null,
76
  "tokenize_chinese_chars": true,
77
  "tokenizer_class": "LayoutLMv2Tokenizer",
 
 
78
  "unk_token": "[UNK]"
79
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f1e0b35321b5ef4cffd8cc70696b5492d845e55b0b4256af25f1338a02fcf02d
3
  size 4155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:349ae10d52ec10e510f3adc11cc194e5c4c3f03d6d8a56b86051514a2788316d
3
  size 4155