gagan3012 commited on
Commit
efe7fcf
1 Parent(s): 5df4f35

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: ArOCRv4
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
+ # ArOCRv4
13
+
14
+ This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 1.5811
17
+ - Cer: 0.1249
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: 16
38
+ - eval_batch_size: 16
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 5
43
+ - mixed_precision_training: Native AMP
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss | Cer |
48
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
49
+ | 3.103 | 1.18 | 1000 | 8.0852 | 11.5974 |
50
+ | 1.2535 | 2.36 | 2000 | 2.0400 | 0.4904 |
51
+ | 0.5682 | 3.55 | 3000 | 1.9336 | 0.2145 |
52
+ | 0.3038 | 4.73 | 4000 | 1.5811 | 0.1249 |
53
+
54
+
55
+ ### Framework versions
56
+
57
+ - Transformers 4.18.0
58
+ - Pytorch 1.9.1
59
+ - Datasets 2.1.0
60
+ - Tokenizers 0.11.6