felixtran commited on
Commit
ac26c6b
1 Parent(s): c78c44f

Training in progress, step 500

Browse files
preprocessor_config.json CHANGED
@@ -1,14 +1,15 @@
1
  {
2
- "apply_ocr": true,
3
  "do_normalize": true,
4
  "do_rescale": true,
5
  "do_resize": true,
 
6
  "image_mean": [
7
  0.5,
8
  0.5,
9
  0.5
10
  ],
11
- "image_processor_type": "LayoutLMv3FeatureExtractor",
12
  "image_std": [
13
  0.5,
14
  0.5,
 
1
  {
2
+ "apply_ocr": false,
3
  "do_normalize": true,
4
  "do_rescale": true,
5
  "do_resize": true,
6
+ "feature_extractor_type": "LayoutLMv3FeatureExtractor",
7
  "image_mean": [
8
  0.5,
9
  0.5,
10
  0.5
11
  ],
12
+ "image_processor_type": "LayoutLMv3ImageProcessor",
13
  "image_std": [
14
  0.5,
15
  0.5,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:117cf3893abd9009c897af82aae59b0ed71585c5219adaea750853baf5a68fd9
3
  size 503798513
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f91b5b0255f25023813fd51957422f19661cad595d9d084f604db5156fefd0d8
3
  size 503798513
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
  "add_prefix_space": true,
 
3
  "bos_token": {
4
  "__type": "AddedToken",
5
  "content": "<s>",
@@ -73,7 +74,7 @@
73
  0
74
  ],
75
  "tokenizer_class": "LayoutLMv3Tokenizer",
76
- "tokenizer_file": null,
77
  "unk_token": {
78
  "__type": "AddedToken",
79
  "content": "<unk>",
 
1
  {
2
  "add_prefix_space": true,
3
+ "apply_ocr": false,
4
  "bos_token": {
5
  "__type": "AddedToken",
6
  "content": "<s>",
 
74
  0
75
  ],
76
  "tokenizer_class": "LayoutLMv3Tokenizer",
77
+ "trim_offsets": true,
78
  "unk_token": {
79
  "__type": "AddedToken",
80
  "content": "<unk>",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e9531e04d9d28fb12acb8465798ef335acb33e8c3bb279020887c2b29eae7c8a
3
- size 3899
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af5b2633beac290dcd96cf1fbc0a847f74470f4c374b097a89f97632a7bd0ae5
3
+ size 3835
vocab.json CHANGED
The diff for this file is too large to render. See raw diff