sharkMeow commited on
Commit
d281ae2
1 Parent(s): d958b6d

Model save

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: OFA-Sys/chinese-clip-vit-base-patch16
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: aoi_clip_high_resolution_crossAttenttionFusion_gpt_froce_same_aoi_256_256
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ [<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/p8vqsimg)
16
+ # aoi_clip_high_resolution_crossAttenttionFusion_gpt_froce_same_aoi_256_256
17
+
18
+ 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.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 8.0173
21
+ - Accuracy: 0.0636
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 1e-05
41
+ - train_batch_size: 25
42
+ - eval_batch_size: 20
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 8
45
+ - total_train_batch_size: 200
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 200.0
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
+ |:-------------:|:--------:|:----:|:---------------:|:--------:|
55
+ | 1.145 | 19.9458 | 920 | 3.4201 | 0.0648 |
56
+ | 0.8113 | 39.8916 | 1840 | 4.7945 | 0.0656 |
57
+ | 0.6672 | 59.8374 | 2760 | 5.8494 | 0.0621 |
58
+ | 0.5974 | 79.7832 | 3680 | 6.6827 | 0.0609 |
59
+ | 0.5557 | 99.7290 | 4600 | 7.2286 | 0.0623 |
60
+ | 0.5305 | 119.6748 | 5520 | 8.1406 | 0.0628 |
61
+ | 0.5093 | 139.6206 | 6440 | 7.8770 | 0.0635 |
62
+ | 0.4975 | 159.5664 | 7360 | 7.9540 | 0.0631 |
63
+ | 0.4903 | 179.5122 | 8280 | 7.8321 | 0.0632 |
64
+ | 0.481 | 199.4580 | 9200 | 8.0173 | 0.0636 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.42.3
70
+ - Pytorch 2.3.1+cu121
71
+ - Datasets 2.20.0
72
+ - Tokenizers 0.19.1