Woleek commited on
Commit
9b7a317
1 Parent(s): dd231f9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -12
README.md CHANGED
@@ -1,7 +1,8 @@
1
  ---
2
- license: apache-2.0
3
- base_model: microsoft/resnet-50
4
  tags:
 
5
  - generated_from_trainer
6
  datasets:
7
  - imagefolder
@@ -22,7 +23,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 1.0
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -30,10 +31,10 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  # day-night
32
 
33
- This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-50) on the imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.0612
36
- - Accuracy: 1.0
37
 
38
  ## Model description
39
 
@@ -53,7 +54,7 @@ More information needed
53
 
54
  The following hyperparameters were used during training:
55
  - learning_rate: 0.0001
56
- - train_batch_size: 8
57
  - eval_batch_size: 8
58
  - seed: 42
59
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
@@ -64,11 +65,14 @@ The following hyperparameters were used during training:
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
- | 0.585 | 1.0 | 100 | 0.4259 | 0.95 |
68
- | 0.3643 | 2.0 | 200 | 0.1822 | 0.99 |
69
- | 0.2618 | 3.0 | 300 | 0.1002 | 0.99 |
70
- | 0.1678 | 4.0 | 400 | 0.0644 | 1.0 |
71
- | 0.1619 | 5.0 | 500 | 0.0612 | 1.0 |
 
 
 
72
 
73
 
74
  ### Framework versions
 
1
  ---
2
+ license: other
3
+ base_model: google/mobilenet_v2_0.75_160
4
  tags:
5
+ - image-classification
6
  - generated_from_trainer
7
  datasets:
8
  - imagefolder
 
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
+ value: 0.9988452655889145
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
 
32
  # day-night
33
 
34
+ This model is a fine-tuned version of [google/mobilenet_v2_0.75_160](https://huggingface.co/google/mobilenet_v2_0.75_160) on the imagefolder dataset.
35
  It achieves the following results on the evaluation set:
36
+ - Loss: 0.0030
37
+ - Accuracy: 0.9988
38
 
39
  ## Model description
40
 
 
54
 
55
  The following hyperparameters were used during training:
56
  - learning_rate: 0.0001
57
+ - train_batch_size: 10
58
  - eval_batch_size: 8
59
  - seed: 42
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
 
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
+ | 0.1021 | 0.6 | 200 | 0.0679 | 0.9734 |
69
+ | 0.0199 | 1.19 | 400 | 0.0184 | 0.9919 |
70
+ | 0.0723 | 1.79 | 600 | 0.6625 | 0.7852 |
71
+ | 0.0247 | 2.38 | 800 | 0.0030 | 0.9988 |
72
+ | 0.0273 | 2.98 | 1000 | 0.0254 | 0.9885 |
73
+ | 0.012 | 3.57 | 1200 | 0.0177 | 0.9965 |
74
+ | 0.0142 | 4.17 | 1400 | 0.0282 | 0.9908 |
75
+ | 0.009 | 4.76 | 1600 | 0.0189 | 0.9977 |
76
 
77
 
78
  ### Framework versions