AiDevelopment commited on
Commit
507dd58
1 Parent(s): 2f494e7

End of training

Browse files
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  tags:
3
  - generated_from_trainer
4
  datasets:
@@ -13,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # donut-base-sroie
15
 
16
- This model was trained from scratch on the imagefolder dataset.
17
 
18
  ## Model description
19
 
 
1
  ---
2
+ license: mit
3
  tags:
4
  - generated_from_trainer
5
  datasets:
 
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
 
generation_config.json CHANGED
@@ -1,7 +1,6 @@
1
  {
2
  "_from_model_config": true,
3
  "bos_token_id": 0,
4
- "decoder_start_token_id": 0,
5
  "eos_token_id": 2,
6
  "forced_eos_token_id": 2,
7
  "pad_token_id": 1,
 
1
  {
2
  "_from_model_config": true,
3
  "bos_token_id": 0,
 
4
  "eos_token_id": 2,
5
  "forced_eos_token_id": 2,
6
  "pad_token_id": 1,
preprocessor_config.json CHANGED
@@ -19,8 +19,8 @@
19
  "processor_class": "DonutProcessor",
20
  "resample": 2,
21
  "rescale_factor": 0.00392156862745098,
22
- "size": {
23
- "height": 960,
24
- "width": 720
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:0853a0358be1fd740ccaa16c141c2524b12f14fc8031be0c724421a37be71a46
3
  size 809187097
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b750fe775fdfcf762715c59d0a4e0dff817dea0f9134d1e093c0417bc49c1347
3
  size 809187097
runs/Jan26_17-54-04_9fa924204dc2/events.out.tfevents.1674755657.9fa924204dc2.23939.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:288d23a165819298bf131a9f0daf1bc718eb4c12b019e91b79a99d56459905a2
3
- size 9991
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72105e0649a294d5a7a645aac00cf4a2c7539b9a10ae267dda78ae7d2b90f096
3
+ size 10345
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -11,9 +11,10 @@
11
  "single_word": false
12
  },
13
  "model_max_length": 1000000000000000019884624838656,
14
- "name_or_path": "AiDevelopment/donut-base-sroie",
15
  "pad_token": "<pad>",
16
  "processor_class": "DonutProcessor",
 
17
  "sep_token": "</s>",
18
  "sp_model_kwargs": {},
19
  "special_tokens_map_file": null,
 
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
+ "seed": 42,
18
  "sep_token": "</s>",
19
  "sp_model_kwargs": {},
20
  "special_tokens_map_file": null,