harisali9211 commited on
Commit
33a17e3
·
verified ·
1 Parent(s): 654acd2

Model save

Browse files
Files changed (2) hide show
  1. README.md +59 -0
  2. generation_config.json +13 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: microsoft/trocr-large-printed
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: trocr-large-printed-e13b_tesseract_MICR_ocr_with_character
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # trocr-large-printed-e13b_tesseract_MICR_ocr_with_character
15
+
16
+ This model is a fine-tuned version of [microsoft/trocr-large-printed](https://huggingface.co/microsoft/trocr-large-printed) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.1742
19
+ - Cer: 0.0032
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 5e-05
39
+ - train_batch_size: 8
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 2
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Cer |
49
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
50
+ | 0.3728 | 1.0 | 841 | 0.2980 | 0.0198 |
51
+ | 0.1551 | 2.0 | 1682 | 0.1742 | 0.0032 |
52
+
53
+
54
+ ### Framework versions
55
+
56
+ - Transformers 4.45.2
57
+ - Pytorch 2.1.0+cu118
58
+ - Datasets 3.2.0
59
+ - Tokenizers 0.20.3
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 0,
3
+ "decoder_start_token_id": 0,
4
+ "early_stopping": true,
5
+ "eos_token_id": 2,
6
+ "length_penalty": 0,
7
+ "max_length": 49,
8
+ "no_repeat_ngram_size": 3,
9
+ "num_beams": 8,
10
+ "pad_token_id": 1,
11
+ "transformers_version": "4.45.2",
12
+ "use_cache": false
13
+ }