Commit ·
64bedc3
1
Parent(s): 9f42440
End of training
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
# donut-base-sroie
|
| 16 |
|
| 17 |
-
This model is a fine-tuned version of [
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
@@ -33,13 +33,13 @@ More information needed
|
|
| 33 |
### Training hyperparameters
|
| 34 |
|
| 35 |
The following hyperparameters were used during training:
|
| 36 |
-
- learning_rate: 0.
|
| 37 |
-
- train_batch_size:
|
| 38 |
- eval_batch_size: 8
|
| 39 |
- seed: 42
|
| 40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 41 |
- lr_scheduler_type: linear
|
| 42 |
-
- num_epochs:
|
| 43 |
- mixed_precision_training: Native AMP
|
| 44 |
|
| 45 |
### Training results
|
|
|
|
| 14 |
|
| 15 |
# donut-base-sroie
|
| 16 |
|
| 17 |
+
This model is a fine-tuned version of [naver-clova-ix/donut-base](https://huggingface.co/naver-clova-ix/donut-base) on the imagefolder dataset.
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
|
|
| 33 |
### Training hyperparameters
|
| 34 |
|
| 35 |
The following hyperparameters were used during training:
|
| 36 |
+
- learning_rate: 0.0025102918085316544
|
| 37 |
+
- train_batch_size: 4
|
| 38 |
- eval_batch_size: 8
|
| 39 |
- seed: 42
|
| 40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 41 |
- lr_scheduler_type: linear
|
| 42 |
+
- num_epochs: 5
|
| 43 |
- mixed_precision_training: Native AMP
|
| 44 |
|
| 45 |
### Training results
|
preprocessor_config.json
CHANGED
|
@@ -19,8 +19,8 @@
|
|
| 19 |
"processor_class": "DonutProcessor",
|
| 20 |
"resample": 2,
|
| 21 |
"rescale_factor": 0.00392156862745098,
|
| 22 |
-
"size":
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
}
|
|
|
|
| 19 |
"processor_class": "DonutProcessor",
|
| 20 |
"resample": 2,
|
| 21 |
"rescale_factor": 0.00392156862745098,
|
| 22 |
+
"size": [
|
| 23 |
+
720,
|
| 24 |
+
960
|
| 25 |
+
]
|
| 26 |
}
|
runs/Dec16_15-10-53_968654b9638d/events.out.tfevents.1671203457.968654b9638d.11185.6
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:8a78d9a2f8f90b786075ff4f4c9985741b791336a20b77912699eeb365da7ea5
|
| 3 |
+
size 8366
|
runs/Dec16_15-11-33_968654b9638d/events.out.tfevents.1671203497.968654b9638d.11185.8
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:fcba44936fca21f822de6caa089a0ea6b9361fc60614d13e1c1f86fda546a243
|
| 3 |
+
size 8714
|
tokenizer.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"single_word": false
|
| 12 |
},
|
| 13 |
"model_max_length": 1000000000000000019884624838656,
|
| 14 |
-
"name_or_path": "
|
| 15 |
"pad_token": "<pad>",
|
| 16 |
"processor_class": "DonutProcessor",
|
| 17 |
"sep_token": "</s>",
|
|
|
|
| 11 |
"single_word": false
|
| 12 |
},
|
| 13 |
"model_max_length": 1000000000000000019884624838656,
|
| 14 |
+
"name_or_path": "naver-clova-ix/donut-base",
|
| 15 |
"pad_token": "<pad>",
|
| 16 |
"processor_class": "DonutProcessor",
|
| 17 |
"sep_token": "</s>",
|