mohsinshah
commited on
Commit
·
b4732e3
1
Parent(s):
9eff853
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
model-index:
|
6 |
+
- name: git-base-coco-dummy-temp12
|
7 |
+
results: []
|
8 |
+
---
|
9 |
+
|
10 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
+
should probably proofread and complete it, then remove this comment. -->
|
12 |
+
|
13 |
+
# git-base-coco-dummy-temp12
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [microsoft/git-base-coco](https://huggingface.co/microsoft/git-base-coco) on an unknown dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.3199
|
18 |
+
- Wer Score: 2.1457
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 5e-05
|
38 |
+
- train_batch_size: 8
|
39 |
+
- eval_batch_size: 8
|
40 |
+
- seed: 42
|
41 |
+
- gradient_accumulation_steps: 4
|
42 |
+
- total_train_batch_size: 32
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: linear
|
45 |
+
- num_epochs: 50
|
46 |
+
|
47 |
+
### Training results
|
48 |
+
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer Score |
|
50 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|
|
51 |
+
| 7.2365 | 3.23 | 50 | 4.6009 | 2.7286 |
|
52 |
+
| 2.7457 | 6.45 | 100 | 0.9830 | 2.0444 |
|
53 |
+
| 0.5898 | 9.68 | 150 | 0.4162 | 1.9788 |
|
54 |
+
| 0.2845 | 12.9 | 200 | 0.3463 | 2.3103 |
|
55 |
+
| 0.1764 | 16.13 | 250 | 0.3227 | 2.3805 |
|
56 |
+
| 0.1162 | 19.35 | 300 | 0.3167 | 2.3759 |
|
57 |
+
| 0.0856 | 22.58 | 350 | 0.3144 | 2.2456 |
|
58 |
+
| 0.065 | 25.81 | 400 | 0.3138 | 2.3201 |
|
59 |
+
| 0.0513 | 29.03 | 450 | 0.3149 | 2.1917 |
|
60 |
+
| 0.0435 | 32.26 | 500 | 0.3163 | 2.1561 |
|
61 |
+
| 0.0363 | 35.48 | 550 | 0.3162 | 2.1466 |
|
62 |
+
| 0.0312 | 38.71 | 600 | 0.3179 | 2.1793 |
|
63 |
+
| 0.0286 | 41.94 | 650 | 0.3200 | 2.2413 |
|
64 |
+
| 0.0267 | 45.16 | 700 | 0.3204 | 2.1061 |
|
65 |
+
| 0.0255 | 48.39 | 750 | 0.3199 | 2.1457 |
|
66 |
+
|
67 |
+
|
68 |
+
### Framework versions
|
69 |
+
|
70 |
+
- Transformers 4.30.2
|
71 |
+
- Pytorch 2.0.1+cu118
|
72 |
+
- Datasets 2.14.3
|
73 |
+
- Tokenizers 0.13.3
|