End of training
Browse files
README.md
CHANGED
|
@@ -3,8 +3,6 @@ license: mit
|
|
| 3 |
base_model: microsoft/git-base
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
-
datasets:
|
| 7 |
-
- imagefolder
|
| 8 |
model-index:
|
| 9 |
- name: isl-img2text
|
| 10 |
results: []
|
|
@@ -13,15 +11,17 @@ model-index:
|
|
| 13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 14 |
should probably proofread and complete it, then remove this comment. -->
|
| 15 |
|
| 16 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/sigurdurhaukur-team/huggingface/runs/wdrysu9g)
|
| 17 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/sigurdurhaukur-team/huggingface/runs/wdrysu9g)
|
| 18 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/sigurdurhaukur-team/huggingface/runs/wdrysu9g)
|
| 19 |
# isl-img2text
|
| 20 |
|
| 21 |
-
This model is a fine-tuned version of [microsoft/git-base](https://huggingface.co/microsoft/git-base) on
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
-
-
|
| 24 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
@@ -41,27 +41,19 @@ More information needed
|
|
| 41 |
|
| 42 |
The following hyperparameters were used during training:
|
| 43 |
- learning_rate: 5e-05
|
| 44 |
-
- train_batch_size:
|
| 45 |
-
- eval_batch_size:
|
| 46 |
- seed: 42
|
| 47 |
-
- gradient_accumulation_steps:
|
| 48 |
-
- total_train_batch_size:
|
| 49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 50 |
- lr_scheduler_type: linear
|
| 51 |
- num_epochs: 50
|
| 52 |
- mixed_precision_training: Native AMP
|
| 53 |
|
| 54 |
-
### Training results
|
| 55 |
-
|
| 56 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer Score |
|
| 57 |
-
|:-------------:|:-----:|:----:|:---------------:|:---------:|
|
| 58 |
-
| 7.786 | 25.0 | 50 | 5.6066 | 38.2222 |
|
| 59 |
-
| 4.6043 | 50.0 | 100 | 4.0588 | 37.0 |
|
| 60 |
-
|
| 61 |
-
|
| 62 |
### Framework versions
|
| 63 |
|
| 64 |
- Transformers 4.42.3
|
| 65 |
-
- Pytorch 2.
|
| 66 |
- Datasets 2.20.0
|
| 67 |
- Tokenizers 0.19.1
|
|
|
|
| 3 |
base_model: microsoft/git-base
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
|
|
|
|
|
|
| 6 |
model-index:
|
| 7 |
- name: isl-img2text
|
| 8 |
results: []
|
|
|
|
| 11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 12 |
should probably proofread and complete it, then remove this comment. -->
|
| 13 |
|
|
|
|
|
|
|
|
|
|
| 14 |
# isl-img2text
|
| 15 |
|
| 16 |
+
This model is a fine-tuned version of [microsoft/git-base](https://huggingface.co/microsoft/git-base) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- eval_loss: 0.0983
|
| 19 |
+
- eval_wer_score: 0.7295
|
| 20 |
+
- eval_runtime: 20.5346
|
| 21 |
+
- eval_samples_per_second: 7.792
|
| 22 |
+
- eval_steps_per_second: 0.974
|
| 23 |
+
- epoch: 15.0
|
| 24 |
+
- step: 150
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
|
|
| 41 |
|
| 42 |
The following hyperparameters were used during training:
|
| 43 |
- learning_rate: 5e-05
|
| 44 |
+
- train_batch_size: 8
|
| 45 |
+
- eval_batch_size: 8
|
| 46 |
- seed: 42
|
| 47 |
+
- gradient_accumulation_steps: 8
|
| 48 |
+
- total_train_batch_size: 64
|
| 49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 50 |
- lr_scheduler_type: linear
|
| 51 |
- num_epochs: 50
|
| 52 |
- mixed_precision_training: Native AMP
|
| 53 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
### Framework versions
|
| 55 |
|
| 56 |
- Transformers 4.42.3
|
| 57 |
+
- Pytorch 2.0.1
|
| 58 |
- Datasets 2.20.0
|
| 59 |
- Tokenizers 0.19.1
|
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:553b20d245a2ce0c07eb766a38b61a703629021705026ded86a3933d9ec373fe
|
| 3 |
size 706516040
|
runs/Jun29_16-00-09_129-213-21-28/events.out.tfevents.1719676810.129-213-21-28.6668.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c26e62963a85a964481dde43ed8a0fe8bd9c1f9d1476086daf5ef70dc5b1c5fb
|
| 3 |
+
size 12944
|