End of training
Browse files- README.md +17 -12
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [vidore/colpaligemma-3b-pt-448-base](https://huggingface.co/vidore/colpaligemma-3b-pt-448-base) on the gajanhcc/fashion-query-dataset-10samples dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Model Preparation Time: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -38,27 +38,32 @@ More information needed
|
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
- learning_rate: 5e-05
|
41 |
-
- train_batch_size:
|
42 |
-
- eval_batch_size:
|
43 |
- seed: 42
|
44 |
-
- gradient_accumulation_steps:
|
45 |
- total_train_batch_size: 16
|
46 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- lr_scheduler_warmup_steps:
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Model Preparation Time |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:----------------------:|
|
55 |
-
| No log | 0.01 | 1 | 0.
|
56 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
- Transformers 4.47.1
|
62 |
-
- Pytorch 2.
|
63 |
-
- Datasets 3.
|
64 |
-
- Tokenizers 0.21.
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [vidore/colpaligemma-3b-pt-448-base](https://huggingface.co/vidore/colpaligemma-3b-pt-448-base) on the gajanhcc/fashion-query-dataset-10samples dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0004
|
21 |
+
- Model Preparation Time: 0.0063
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
- learning_rate: 5e-05
|
41 |
+
- train_batch_size: 8
|
42 |
+
- eval_batch_size: 8
|
43 |
- seed: 42
|
44 |
+
- gradient_accumulation_steps: 2
|
45 |
- total_train_batch_size: 16
|
46 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- lr_scheduler_warmup_steps: 50
|
49 |
+
- num_epochs: 3
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Model Preparation Time |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:----------------------:|
|
55 |
+
| No log | 0.01 | 1 | 0.0104 | 0.0063 |
|
56 |
+
| 0.0028 | 0.5 | 50 | 0.0026 | 0.0063 |
|
57 |
+
| 0.0 | 1.0 | 100 | 0.0012 | 0.0063 |
|
58 |
+
| 0.0001 | 1.5 | 150 | 0.0009 | 0.0063 |
|
59 |
+
| 0.0049 | 2.0 | 200 | 0.0006 | 0.0063 |
|
60 |
+
| 0.0002 | 2.5 | 250 | 0.0004 | 0.0063 |
|
61 |
+
| 0.0 | 3.0 | 300 | 0.0004 | 0.0063 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
65 |
|
66 |
- Transformers 4.47.1
|
67 |
+
- Pytorch 2.6.0+cu124
|
68 |
+
- Datasets 3.4.1
|
69 |
+
- Tokenizers 0.21.1
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 157071680
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8273a6a2e39cd05daf9c53fb76f53c6af39933d1342f8a87f6ddc7c843aaf36d
|
3 |
size 157071680
|
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:f751ab26bf13641a4cd3c087dadb60f84eae221cf9b924bef5d30e415ad69a33
|
3 |
size 5304
|