johannes5117 commited on
Commit
8b9c162
1 Parent(s): b37ad28

End of training

Browse files
Files changed (3) hide show
  1. README.md +13 -0
  2. pytorch_model.bin +1 -1
  3. tokenizer.json +2 -2
README.md CHANGED
@@ -13,6 +13,8 @@ should probably proofread and complete it, then remove this comment. -->
13
  # kadoa-page-extraction
14
 
15
  This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an unknown dataset.
 
 
16
 
17
  ## Model description
18
 
@@ -39,6 +41,17 @@ The following hyperparameters were used during training:
39
  - lr_scheduler_type: linear
40
  - num_epochs: 5
41
 
 
 
 
 
 
 
 
 
 
 
 
42
  ### Framework versions
43
 
44
  - Transformers 4.26.1
 
13
  # kadoa-page-extraction
14
 
15
  This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.8185
18
 
19
  ## Model description
20
 
 
41
  - lr_scheduler_type: linear
42
  - num_epochs: 5
43
 
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | No log | 1.0 | 1 | 1.0717 |
49
+ | No log | 2.0 | 2 | 0.9521 |
50
+ | No log | 3.0 | 3 | 0.8810 |
51
+ | No log | 4.0 | 4 | 0.8374 |
52
+ | No log | 5.0 | 5 | 0.8185 |
53
+
54
+
55
  ### Framework versions
56
 
57
  - Transformers 4.26.1
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:59e611a61d5d8a8948bc9fc7eca831e2a830cc91ef2c04ed84515fbf0579f4e0
3
  size 990408885
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0bc200068ec64645eb59520aea3185aa7550310e4ea651e0ff583ee5813a028
3
  size 990408885
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 177,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 177
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 153,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 153
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,