eugenecamus commited on
Commit
e5e819e
1 Parent(s): 6a65765

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -10
README.md CHANGED
@@ -1,7 +1,5 @@
1
  ---
2
  tags:
3
- - image-classification
4
- - vision
5
  - generated_from_trainer
6
  datasets:
7
  - beans
@@ -20,7 +18,7 @@ model-index:
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
- value: 0.9924812030075187
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -30,8 +28,8 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-50) on the beans dataset.
32
  It achieves the following results on the evaluation set:
33
- - Loss: 0.0429
34
- - Accuracy: 0.9925
35
 
36
  ## Model description
37
 
@@ -63,11 +61,11 @@ The following hyperparameters were used during training:
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
- | 0.7703 | 1.0 | 130 | 1.2238 | 0.5263 |
67
- | 0.4905 | 2.0 | 260 | 0.5193 | 0.8271 |
68
- | 0.4793 | 3.0 | 390 | 0.1421 | 0.9699 |
69
- | 0.2986 | 4.0 | 520 | 0.0760 | 0.9624 |
70
- | 0.1927 | 5.0 | 650 | 0.0429 | 0.9925 |
71
 
72
 
73
  ### Framework versions
 
1
  ---
2
  tags:
 
 
3
  - generated_from_trainer
4
  datasets:
5
  - beans
 
18
  metrics:
19
  - name: Accuracy
20
  type: accuracy
21
+ value: 0.9699248120300752
22
  ---
23
 
24
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
28
 
29
  This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-50) on the beans dataset.
30
  It achieves the following results on the evaluation set:
31
+ - Loss: 0.1014
32
+ - Accuracy: 0.9699
33
 
34
  ## Model description
35
 
 
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
+ | 0.9524 | 1.0 | 130 | 0.2826 | 0.8647 |
65
+ | 0.3596 | 2.0 | 260 | 0.2216 | 0.9023 |
66
+ | 0.2419 | 3.0 | 390 | 0.1324 | 0.9474 |
67
+ | 0.3248 | 4.0 | 520 | 0.1124 | 0.9699 |
68
+ | 0.1557 | 5.0 | 650 | 0.1014 | 0.9699 |
69
 
70
 
71
  ### Framework versions