tangg555 commited on
Commit
1c3c336
1 Parent(s): f44f3fb

Model save

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: openai/clip-vit-base-patch32
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: clip-vit-base-patch32-finetuned-openai-clip-vit-base-patch32-emnist-letter
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # clip-vit-base-patch32-finetuned-openai-clip-vit-base-patch32-emnist-letter
17
+
18
+ This model is a fine-tuned version of [openai/clip-vit-base-patch32](https://huggingface.co/openai/clip-vit-base-patch32) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.1524
21
+ - Accuracy: 0.9465
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: 5e-05
41
+ - train_batch_size: 32
42
+ - eval_batch_size: 32
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 4
45
+ - total_train_batch_size: 128
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_ratio: 0.1
49
+ - num_epochs: 10
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
+ |:-------------:|:------:|:----:|:---------------:|:--------:|
55
+ | 1.0859 | 0.9994 | 877 | 0.4055 | 0.8640 |
56
+ | 0.927 | 2.0 | 1755 | 0.3652 | 0.8782 |
57
+ | 0.83 | 2.9994 | 2632 | 0.2687 | 0.9066 |
58
+ | 0.7747 | 4.0 | 3510 | 0.2356 | 0.9189 |
59
+ | 0.7545 | 4.9994 | 4387 | 0.2147 | 0.9245 |
60
+ | 0.6461 | 6.0 | 5265 | 0.1889 | 0.9320 |
61
+ | 0.6457 | 6.9994 | 6142 | 0.1784 | 0.9354 |
62
+ | 0.6796 | 8.0 | 7020 | 0.1659 | 0.9412 |
63
+ | 0.5502 | 8.9994 | 7897 | 0.1548 | 0.9461 |
64
+ | 0.5797 | 9.9943 | 8770 | 0.1524 | 0.9465 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.44.2
70
+ - Pytorch 2.4.0+cu121
71
+ - Datasets 2.21.0
72
+ - Tokenizers 0.19.1