Training in progress, step 500
Browse files- preprocessor_config.json +3 -2
- pytorch_model.bin +1 -1
- tokenizer.json +0 -0
- tokenizer_config.json +2 -1
- training_args.bin +2 -2
- vocab.json +0 -0
preprocessor_config.json
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
{
|
2 |
-
"apply_ocr":
|
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": "
|
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:
|
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 |
-
"
|
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:
|
3 |
-
size
|
|
|
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
|
|