End of training
Browse files- README.md +11 -9
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -16,13 +16,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [Salesforce/blip-image-captioning-base](https://huggingface.co/Salesforce/blip-image-captioning-base) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- eval_loss:
|
20 |
-
- eval_accuracy: 0
|
21 |
-
- eval_runtime:
|
22 |
-
- eval_samples_per_second:
|
23 |
-
- eval_steps_per_second: 2.
|
24 |
-
- epoch:
|
25 |
-
- step:
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -41,16 +41,18 @@ More information needed
|
|
41 |
### Training hyperparameters
|
42 |
|
43 |
The following hyperparameters were used during training:
|
44 |
-
- learning_rate:
|
45 |
- train_batch_size: 32
|
46 |
- eval_batch_size: 32
|
47 |
- seed: 42
|
48 |
- gradient_accumulation_steps: 2
|
49 |
- total_train_batch_size: 64
|
50 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
51 |
-
- lr_scheduler_type:
|
|
|
52 |
- num_epochs: 5
|
53 |
- mixed_precision_training: Native AMP
|
|
|
54 |
|
55 |
### Framework versions
|
56 |
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [Salesforce/blip-image-captioning-base](https://huggingface.co/Salesforce/blip-image-captioning-base) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- eval_loss: 1.3598
|
20 |
+
- eval_accuracy: 1.0
|
21 |
+
- eval_runtime: 8.776
|
22 |
+
- eval_samples_per_second: 83.865
|
23 |
+
- eval_steps_per_second: 2.621
|
24 |
+
- epoch: 0.2240
|
25 |
+
- step: 1000
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
41 |
### Training hyperparameters
|
42 |
|
43 |
The following hyperparameters were used during training:
|
44 |
+
- learning_rate: 5e-05
|
45 |
- train_batch_size: 32
|
46 |
- eval_batch_size: 32
|
47 |
- seed: 42
|
48 |
- gradient_accumulation_steps: 2
|
49 |
- total_train_batch_size: 64
|
50 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
51 |
+
- lr_scheduler_type: cosine
|
52 |
+
- lr_scheduler_warmup_ratio: 0.05
|
53 |
- num_epochs: 5
|
54 |
- mixed_precision_training: Native AMP
|
55 |
+
- label_smoothing_factor: 0.1
|
56 |
|
57 |
### Framework versions
|
58 |
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 989717056
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9dfe76ff4de65e0cb96593c91b4402e18346ef2647bdadd33f8e7b40aa972b3b
|
3 |
size 989717056
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e6bf3aeb60da940eeccd2692a261595a243beddc5da15b78a7d6226c67c3f28
|
3 |
size 5304
|