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 [philschmid/donut-base-sroie](https://huggingface.co/philschmid/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: 5
|
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:9a42926af3336a9cd5f04d410f5a2a11ef0b6c318a960d0ffb16a685796c589b
|
3 |
size 809208187
|
runs/Nov03_10-58-10_8bee1896f70c/events.out.tfevents.1667473114.8bee1896f70c.76.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:0b587f6f5d2c5a5f4d370a9f86c00bdab3aa71f2f32734e374b1cbd3346a94ee
|
3 |
+
size 9046
|
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": "philschmid/donut-base-sroie",
|
14 |
"pad_token": "<pad>",
|
15 |
"processor_class": "DonutProcessor",
|
16 |
"sep_token": "</s>",
|