End of training
Browse files- README.md +7 -6
- model.safetensors +1 -1
README.md
CHANGED
@@ -16,8 +16,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 an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Wer Score:
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -44,15 +44,16 @@ The following hyperparameters were used during training:
|
|
44 |
- total_train_batch_size: 32
|
45 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Wer Score |
|
52 |
|:-------------:|:-------:|:----:|:---------------:|:---------:|
|
53 |
-
| 6.
|
54 |
-
| 2.
|
55 |
-
| 0.
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/git-base](https://huggingface.co/microsoft/git-base) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.0853
|
20 |
+
- Wer Score: 0.6965
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
44 |
- total_train_batch_size: 32
|
45 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 40
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Wer Score |
|
52 |
|:-------------:|:-------:|:----:|:---------------:|:---------:|
|
53 |
+
| 6.7202 | 7.1538 | 50 | 4.6376 | 22.2786 |
|
54 |
+
| 2.6302 | 14.3077 | 100 | 1.0906 | 10.7910 |
|
55 |
+
| 0.4603 | 21.4615 | 150 | 0.1619 | 12.5323 |
|
56 |
+
| 0.0822 | 28.6154 | 200 | 0.0853 | 0.6965 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 706516040
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ff19c0ee5b719f7298fe3ecb6bc58591989cd641ba90b6d7542c6d3dd2052aa
|
3 |
size 706516040
|