update model card README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
@@ -16,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/git-base](https://huggingface.co/microsoft/git-base) on the imagefolder dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Wer Score:
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -50,12 +51,12 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Wer Score |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|
|
53 |
-
| 7.
|
54 |
-
| 2.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model: microsoft/git-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [microsoft/git-base](https://huggingface.co/microsoft/git-base) on the imagefolder dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0330
|
21 |
+
- Wer Score: 1.6516
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Wer Score |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|
|
54 |
+
| 7.4022 | 4.17 | 50 | 4.7553 | 21.1384 |
|
55 |
+
| 2.7988 | 8.33 | 100 | 0.9177 | 10.7623 |
|
56 |
+
| 0.3496 | 12.5 | 150 | 0.0709 | 2.1170 |
|
57 |
+
| 0.0373 | 16.67 | 200 | 0.0327 | 1.3170 |
|
58 |
+
| 0.0142 | 20.83 | 250 | 0.0316 | 1.5031 |
|
59 |
+
| 0.0069 | 25.0 | 300 | 0.0330 | 1.6516 |
|
60 |
|
61 |
|
62 |
### Framework versions
|