Commit ·
e86b8bb
1
Parent(s): a1f5aa4
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:
|
| 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: 3e-05
|
| 37 |
+
- train_batch_size: 3
|
| 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: 4
|
| 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 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 809187097
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:907264734f63fd4edb7eb521656a570ef5ee4783a34f64c5d5448743d7109fb9
|
| 3 |
size 809187097
|
runs/Dec16_18-01-19_6861a1a8ea51/events.out.tfevents.1671213966.6861a1a8ea51.114.0
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:fa0bdbcf7d767dcb7745e5394b1a843af44d8a5891f0e2446dbd539c39169dd6
|
| 3 |
+
size 8682
|
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>",
|