Model save
Browse files
README.md
CHANGED
@@ -10,12 +10,12 @@ model-index:
|
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
should probably proofread and complete it, then remove this comment. -->
|
12 |
|
13 |
-
[<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/shark_meow_team/huggingface/runs/
|
14 |
# aoi_clip
|
15 |
|
16 |
This model is a fine-tuned version of [OFA-Sys/chinese-clip-vit-base-patch16](https://huggingface.co/OFA-Sys/chinese-clip-vit-base-patch16) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 5.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -40,7 +40,7 @@ The following hyperparameters were used during training:
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
-
- num_epochs:
|
44 |
- mixed_precision_training: Native AMP
|
45 |
|
46 |
### Training results
|
@@ -57,6 +57,11 @@ The following hyperparameters were used during training:
|
|
57 |
| 0.0255 | 80.0 | 118320 | 5.7286 |
|
58 |
| 0.0238 | 90.0 | 133110 | 5.6773 |
|
59 |
| 0.0225 | 100.0 | 147900 | 5.5744 |
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
should probably proofread and complete it, then remove this comment. -->
|
12 |
|
13 |
+
[<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/shark_meow_team/huggingface/runs/kx6ba7ok)
|
14 |
# aoi_clip
|
15 |
|
16 |
This model is a fine-tuned version of [OFA-Sys/chinese-clip-vit-base-patch16](https://huggingface.co/OFA-Sys/chinese-clip-vit-base-patch16) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 5.5439
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 150.0
|
44 |
- mixed_precision_training: Native AMP
|
45 |
|
46 |
### Training results
|
|
|
57 |
| 0.0255 | 80.0 | 118320 | 5.7286 |
|
58 |
| 0.0238 | 90.0 | 133110 | 5.6773 |
|
59 |
| 0.0225 | 100.0 | 147900 | 5.5744 |
|
60 |
+
| 0.0243 | 110.0 | 162690 | 5.6549 |
|
61 |
+
| 0.024 | 120.0 | 177480 | 5.5997 |
|
62 |
+
| 0.0227 | 130.0 | 192270 | 5.5604 |
|
63 |
+
| 0.0219 | 140.0 | 207060 | 5.5429 |
|
64 |
+
| 0.0217 | 150.0 | 221850 | 5.5439 |
|
65 |
|
66 |
|
67 |
### Framework versions
|