Alphonsce commited on
Commit
9efed4a
1 Parent(s): 1624b33

Model save

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/vit-base-patch16-224-in21k
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: ViTuned_buildings
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
+ # ViTuned_buildings
17
+
18
+ This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.0432
21
+ - Accuracy: 0.9931
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: 0.0002
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 4
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | 1.1985 | 0.33 | 100 | 1.1271 | 0.9726 |
54
+ | 0.4085 | 0.67 | 200 | 0.3959 | 0.9743 |
55
+ | 0.186 | 1.0 | 300 | 0.1963 | 0.9846 |
56
+ | 0.1066 | 1.34 | 400 | 0.2404 | 0.9417 |
57
+ | 0.1117 | 1.67 | 500 | 0.1423 | 0.9726 |
58
+ | 0.0923 | 2.01 | 600 | 0.1076 | 0.9794 |
59
+ | 0.0315 | 2.34 | 700 | 0.0656 | 0.9846 |
60
+ | 0.0263 | 2.68 | 800 | 0.0645 | 0.9880 |
61
+ | 0.0542 | 3.01 | 900 | 0.0458 | 0.9949 |
62
+ | 0.0203 | 3.34 | 1000 | 0.0444 | 0.9931 |
63
+ | 0.0189 | 3.68 | 1100 | 0.0432 | 0.9931 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.38.2
69
+ - Pytorch 2.1.2
70
+ - Datasets 2.1.0
71
+ - Tokenizers 0.15.2