Isaskar commited on
Commit
ff037f4
1 Parent(s): ea06dd8

Model save

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -6,7 +6,7 @@ tags:
6
  datasets:
7
  - imagefolder
8
  metrics:
9
- - f1
10
  model-index:
11
  - name: dinov2-base-finetuned-eurosat
12
  results:
@@ -20,9 +20,9 @@ model-index:
20
  split: train
21
  args: default
22
  metrics:
23
- - name: F1
24
- type: f1
25
- value: 0.6808059384941676
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,8 +32,8 @@ 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.6882
36
- - F1: 0.6808
37
 
38
  ## Model description
39
 
@@ -65,11 +65,11 @@ The following hyperparameters were used during training:
65
 
66
  ### Training results
67
 
68
- | Training Loss | Epoch | Step | Validation Loss | F1 |
69
- |:-------------:|:-----:|:----:|:---------------:|:------:|
70
- | 0.6972 | 1.0 | 45 | 0.6850 | 0.5402 |
71
- | 0.6839 | 2.0 | 90 | 0.6882 | 0.6808 |
72
- | 0.6829 | 3.0 | 135 | 0.6814 | 0.6529 |
73
 
74
 
75
  ### Framework versions
 
6
  datasets:
7
  - imagefolder
8
  metrics:
9
+ - accuracy
10
  model-index:
11
  - name: dinov2-base-finetuned-eurosat
12
  results:
 
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
 
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
 
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