DanSarm commited on
Commit
7a8b2eb
·
verified ·
1 Parent(s): e1a0fad

Fine-tuned Operations Receipt Model

Browse files
Files changed (4) hide show
  1. README.md +26 -22
  2. generation_config.json +0 -1
  3. model.safetensors +1 -1
  4. training_args.bin +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [DanSarm/receipt-core-model](https://huggingface.co/DanSarm/receipt-core-model) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.0950
20
 
21
  ## Model description
22
 
@@ -41,32 +41,36 @@ The following hyperparameters were used during training:
41
  - seed: 42
42
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
  - lr_scheduler_type: linear
44
- - num_epochs: 20
45
 
46
  ### Training results
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
- | 0.3537 | 1.0 | 29 | 0.2147 |
51
- | 0.1355 | 2.0 | 58 | 0.1529 |
52
- | 0.0971 | 3.0 | 87 | 0.1183 |
53
- | 0.0765 | 4.0 | 116 | 0.1090 |
54
- | 0.0589 | 5.0 | 145 | 0.1075 |
55
- | 0.0538 | 6.0 | 174 | 0.1000 |
56
- | 0.0424 | 7.0 | 203 | 0.1012 |
57
- | 0.0363 | 8.0 | 232 | 0.0978 |
58
- | 0.0329 | 9.0 | 261 | 0.0995 |
59
- | 0.0289 | 10.0 | 290 | 0.0950 |
60
- | 0.0259 | 11.0 | 319 | 0.0972 |
61
- | 0.0246 | 12.0 | 348 | 0.0980 |
62
- | 0.0204 | 13.0 | 377 | 0.0960 |
63
- | 0.0195 | 14.0 | 406 | 0.0957 |
64
- | 0.0185 | 15.0 | 435 | 0.0955 |
65
- | 0.0193 | 16.0 | 464 | 0.0963 |
66
- | 0.0157 | 17.0 | 493 | 0.0959 |
67
- | 0.0149 | 18.0 | 522 | 0.0967 |
68
- | 0.0145 | 19.0 | 551 | 0.0973 |
69
- | 0.0138 | 20.0 | 580 | 0.0967 |
 
 
 
 
70
 
71
 
72
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [DanSarm/receipt-core-model](https://huggingface.co/DanSarm/receipt-core-model) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.0971
20
 
21
  ## Model description
22
 
 
41
  - seed: 42
42
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
  - lr_scheduler_type: linear
44
+ - num_epochs: 300
45
 
46
  ### Training results
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
+ | 0.3532 | 1.0 | 29 | 0.2037 |
51
+ | 0.1308 | 2.0 | 58 | 0.1489 |
52
+ | 0.0937 | 3.0 | 87 | 0.1171 |
53
+ | 0.073 | 4.0 | 116 | 0.1048 |
54
+ | 0.0555 | 5.0 | 145 | 0.1018 |
55
+ | 0.0498 | 6.0 | 174 | 0.1001 |
56
+ | 0.0377 | 7.0 | 203 | 0.1025 |
57
+ | 0.0305 | 8.0 | 232 | 0.1047 |
58
+ | 0.0277 | 9.0 | 261 | 0.0971 |
59
+ | 0.0258 | 10.0 | 290 | 0.0977 |
60
+ | 0.0199 | 11.0 | 319 | 0.0978 |
61
+ | 0.0184 | 12.0 | 348 | 0.1008 |
62
+ | 0.0144 | 13.0 | 377 | 0.1051 |
63
+ | 0.0129 | 14.0 | 406 | 0.1076 |
64
+ | 0.0139 | 15.0 | 435 | 0.1072 |
65
+ | 0.0123 | 16.0 | 464 | 0.1100 |
66
+ | 0.0108 | 17.0 | 493 | 0.1086 |
67
+ | 0.0087 | 18.0 | 522 | 0.1124 |
68
+ | 0.0081 | 19.0 | 551 | 0.1212 |
69
+ | 0.0069 | 20.0 | 580 | 0.1219 |
70
+ | 0.0063 | 21.0 | 609 | 0.1131 |
71
+ | 0.004 | 22.0 | 638 | 0.1173 |
72
+ | 0.0053 | 23.0 | 667 | 0.1175 |
73
+ | 0.0058 | 24.0 | 696 | 0.1228 |
74
 
75
 
76
  ### Framework versions
generation_config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_from_model_config": true,
3
  "decoder_start_token_id": 0,
4
  "eos_token_id": 1,
5
  "pad_token_id": 0,
 
1
  {
 
2
  "decoder_start_token_id": 0,
3
  "eos_token_id": 1,
4
  "pad_token_id": 0,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f29f5e53eb22d84a051ab40726976e6d596a5ff5f1bb9249024a33ca7e088f12
3
  size 891644712
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:766ea07093e69bb56d495aa58cbaeeb689a4d81fc849be9b49611fb1ab5b71d8
3
  size 891644712
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:361394d111e45d4e9e6261298d94d4ff388236b2471bec8a993412e9c7354a85
3
  size 5496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2e4328e7761bdb1b603a6d8a7d4fa7d259ba61c539ae36baa527310efcfe724
3
  size 5496