Isaskar commited on
Commit
6485fe9
1 Parent(s): f329645

Model save

Browse files
Files changed (1) hide show
  1. README.md +16 -11
README.md CHANGED
@@ -7,6 +7,7 @@ datasets:
7
  - imagefolder
8
  metrics:
9
  - accuracy
 
10
  model-index:
11
  - name: dinov2-base-finetuned-eurosat
12
  results:
@@ -17,12 +18,15 @@ model-index:
17
  name: imagefolder
18
  type: imagefolder
19
  config: default
20
- split: train
21
  args: default
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.7536231884057971
 
 
 
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,8 +36,9 @@ should probably proofread and complete it, then remove this comment. -->
32
 
33
  This model is a fine-tuned version of [facebook/dinov2-base](https://huggingface.co/facebook/dinov2-base) on the imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.5223
36
- - Accuracy: 0.7536
 
37
 
38
  ## Model description
39
 
@@ -65,16 +70,16 @@ The following hyperparameters were used during training:
65
 
66
  ### Training results
67
 
68
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
- |:-------------:|:------:|:----:|:---------------:|:--------:|
70
- | 0.5271 | 0.9960 | 63 | 0.5549 | 0.7135 |
71
- | 0.4804 | 1.9921 | 126 | 0.5335 | 0.7380 |
72
- | 0.3901 | 2.9881 | 189 | 0.5223 | 0.7536 |
73
 
74
 
75
  ### Framework versions
76
 
77
- - Transformers 4.40.0
78
  - Pytorch 2.2.1+cu121
79
- - Datasets 2.19.0
80
  - Tokenizers 0.19.1
 
7
  - imagefolder
8
  metrics:
9
  - accuracy
10
+ - f1
11
  model-index:
12
  - name: dinov2-base-finetuned-eurosat
13
  results:
 
18
  name: imagefolder
19
  type: imagefolder
20
  config: default
21
+ split: test
22
  args: default
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
+ value: 0.6434627398482821
27
+ - name: F1
28
+ type: f1
29
+ value: 0.12486308871851039
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
36
 
37
  This model is a fine-tuned version of [facebook/dinov2-base](https://huggingface.co/facebook/dinov2-base) on the imagefolder dataset.
38
  It achieves the following results on the evaluation set:
39
+ - Loss: 0.6268
40
+ - Accuracy: 0.6435
41
+ - F1: 0.1249
42
 
43
  ## Model description
44
 
 
70
 
71
  ### Training results
72
 
73
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
74
+ |:-------------:|:------:|:----:|:---------------:|:--------:|:------:|
75
+ | 0.6886 | 0.9858 | 52 | 0.6667 | 0.6189 | 0.0116 |
76
+ | 0.6478 | 1.9905 | 105 | 0.6519 | 0.6412 | 0.0 |
77
+ | 0.6526 | 2.9573 | 156 | 0.6268 | 0.6435 | 0.1249 |
78
 
79
 
80
  ### Framework versions
81
 
82
+ - Transformers 4.40.2
83
  - Pytorch 2.2.1+cu121
84
+ - Datasets 2.19.1
85
  - Tokenizers 0.19.1