sharkMeow commited on
Commit
7dbadbb
1 Parent(s): 62a6bf0

Model save

Browse files
Files changed (1) hide show
  1. README.md +20 -7
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  tags:
3
  - generated_from_trainer
4
  model-index:
@@ -9,16 +10,12 @@ model-index:
9
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
  should probably proofread and complete it, then remove this comment. -->
11
 
12
- [<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/rttkkl5c)
13
  # aoi_clip
14
 
15
- This model was trained from scratch on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - eval_loss: 5.4099
18
- - eval_runtime: 95.2682
19
- - eval_samples_per_second: 317.031
20
- - eval_steps_per_second: 7.211
21
- - step: 0
22
 
23
  ## Model description
24
 
@@ -46,6 +43,22 @@ The following hyperparameters were used during training:
46
  - num_epochs: 100.0
47
  - mixed_precision_training: Native AMP
48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  ### Framework versions
50
 
51
  - Transformers 4.42.3
 
1
  ---
2
+ base_model: OFA-Sys/chinese-clip-vit-base-patch16
3
  tags:
4
  - generated_from_trainer
5
  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/bi4dg4gd)
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.5744
 
 
 
 
19
 
20
  ## Model description
21
 
 
43
  - num_epochs: 100.0
44
  - mixed_precision_training: Native AMP
45
 
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:------:|:---------------:|
50
+ | 0.2989 | 10.0 | 14790 | 6.2126 |
51
+ | 0.0626 | 20.0 | 29580 | 6.1552 |
52
+ | 0.0467 | 30.0 | 44370 | 6.0248 |
53
+ | 0.0383 | 40.0 | 59160 | 6.0260 |
54
+ | 0.0333 | 50.0 | 73950 | 5.9856 |
55
+ | 0.0301 | 60.0 | 88740 | 5.8489 |
56
+ | 0.0275 | 70.0 | 103530 | 5.8452 |
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
63
 
64
  - Transformers 4.42.3