tangg555 commited on
Commit
97ec8c0
1 Parent(s): d5c9233

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-large-patch14
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: clip-vit-large-patch14-finetuned-openai-clip-vit-large-patch14-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-large-patch14-finetuned-openai-clip-vit-large-patch14-emnist-letter
17
+
18
+ This model is a fine-tuned version of [openai/clip-vit-large-patch14](https://huggingface.co/openai/clip-vit-large-patch14) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.1347
21
+ - Accuracy: 0.9527
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
+ | 0.917 | 0.9994 | 877 | 0.3145 | 0.8863 |
56
+ | 0.7921 | 2.0 | 1755 | 0.2430 | 0.9152 |
57
+ | 0.7534 | 2.9994 | 2632 | 0.1897 | 0.9295 |
58
+ | 0.6294 | 4.0 | 3510 | 0.1720 | 0.9373 |
59
+ | 0.6219 | 4.9994 | 4387 | 0.1750 | 0.9390 |
60
+ | 0.5749 | 6.0 | 5265 | 0.1486 | 0.9486 |
61
+ | 0.5308 | 6.9994 | 6142 | 0.1431 | 0.9494 |
62
+ | 0.5505 | 8.0 | 7020 | 0.1429 | 0.9499 |
63
+ | 0.4938 | 8.9994 | 7897 | 0.1425 | 0.9496 |
64
+ | 0.5342 | 9.9943 | 8770 | 0.1347 | 0.9527 |
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