anaghasavit commited on
Commit
a4166b0
1 Parent(s): b1b4d47

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: OCR30000
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # OCR30000
13
+
14
+ This model is a fine-tuned version of [microsoft/trocr-base-stage1](https://huggingface.co/microsoft/trocr-base-stage1) on an unknown dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 0.5132
17
+ - Cer: 0.0297
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 5e-05
37
+ - train_batch_size: 8
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 1
43
+ - mixed_precision_training: Native AMP
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss | Cer |
48
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
49
+ | 1.3097 | 0.3 | 1000 | 1.2014 | 0.1848 |
50
+ | 0.9406 | 0.6 | 2000 | 0.7268 | 0.0825 |
51
+ | 0.4937 | 0.9 | 3000 | 0.5132 | 0.0297 |
52
+
53
+
54
+ ### Framework versions
55
+
56
+ - Transformers 4.27.4
57
+ - Pytorch 2.0.0+cu118
58
+ - Datasets 2.11.0
59
+ - Tokenizers 0.13.3