Commit ·
d32859e
1
Parent(s): 97bc19f
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 |
|
|
@@ -39,7 +39,7 @@ The following hyperparameters were used during training:
|
|
| 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 [Assadullah/donut-base-sroie](https://huggingface.co/Assadullah/donut-base-sroie) on the imagefolder dataset.
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
|
|
| 39 |
- seed: 42
|
| 40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 41 |
- lr_scheduler_type: linear
|
| 42 |
+
- num_epochs: 10
|
| 43 |
- mixed_precision_training: Native AMP
|
| 44 |
|
| 45 |
### Training results
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 809208187
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c49f675c8dadd308419acda33f144209fc9904b606efd71034af34fd255a5abf
|
| 3 |
size 809208187
|
runs/Sep07_21-56-25_bbba3d63880b/events.out.tfevents.1662587795.bbba3d63880b.1287.2
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:f55a925ae188f68050502d880ce0077431ee48f42880b32fe2ae571484919f7e
|
| 3 |
+
size 12845
|
tokenizer.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
| 10 |
"rstrip": false,
|
| 11 |
"single_word": false
|
| 12 |
},
|
| 13 |
-
"name_or_path": "
|
| 14 |
"pad_token": "<pad>",
|
| 15 |
"processor_class": "DonutProcessor",
|
| 16 |
"sep_token": "</s>",
|
|
|
|
| 10 |
"rstrip": false,
|
| 11 |
"single_word": false
|
| 12 |
},
|
| 13 |
+
"name_or_path": "Assadullah/donut-base-sroie",
|
| 14 |
"pad_token": "<pad>",
|
| 15 |
"processor_class": "DonutProcessor",
|
| 16 |
"sep_token": "</s>",
|