Vemi commited on
Commit
88895aa
1 Parent(s): 3555fde

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - image_folder
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: orchid219_ft_vit-large-patch16-224-in21k-finetuned-eurosat
10
+ results:
11
+ - task:
12
+ name: Image Classification
13
+ type: image-classification
14
+ dataset:
15
+ name: image_folder
16
+ type: image_folder
17
+ args: default
18
+ metrics:
19
+ - name: Accuracy
20
+ type: accuracy
21
+ value: 0.9230769230769231
22
+ ---
23
+
24
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
25
+ should probably proofread and complete it, then remove this comment. -->
26
+
27
+ # orchid219_ft_vit-large-patch16-224-in21k-finetuned-eurosat
28
+
29
+ This model is a fine-tuned version of [gary109/orchid219_ft_vit-large-patch16-224-in21k](https://huggingface.co/gary109/orchid219_ft_vit-large-patch16-224-in21k) on the image_folder dataset.
30
+ It achieves the following results on the evaluation set:
31
+ - Loss: 0.9545
32
+ - Accuracy: 0.9231
33
+
34
+ ## Model description
35
+
36
+ More information needed
37
+
38
+ ## Intended uses & limitations
39
+
40
+ More information needed
41
+
42
+ ## Training and evaluation data
43
+
44
+ More information needed
45
+
46
+ ## Training procedure
47
+
48
+ ### Training hyperparameters
49
+
50
+ The following hyperparameters were used during training:
51
+ - learning_rate: 5e-05
52
+ - train_batch_size: 10
53
+ - eval_batch_size: 10
54
+ - seed: 42
55
+ - gradient_accumulation_steps: 4
56
+ - total_train_batch_size: 40
57
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
+ - lr_scheduler_type: linear
59
+ - lr_scheduler_warmup_ratio: 0.1
60
+ - num_epochs: 3
61
+
62
+ ### Training results
63
+
64
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
+ | 3.5728 | 0.96 | 17 | 2.1936 | 0.8718 |
67
+ | 1.6005 | 1.96 | 34 | 1.2044 | 0.9359 |
68
+ | 0.9764 | 2.96 | 51 | 0.9545 | 0.9231 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.19.2
74
+ - Pytorch 1.11.0+cu113
75
+ - Datasets 2.2.2
76
+ - Tokenizers 0.12.1