riabayonaor commited on
Commit
a334771
1 Parent(s): 0132929

Update README.md

Browse files

tabla de métricas

Files changed (1) hide show
  1. README.md +14 -93
README.md CHANGED
@@ -6,96 +6,17 @@ metrics:
6
  - accuracy
7
  pipeline_tag: image-classification
8
  ---
9
- model-index:
10
- - name: modelo_prediccion_enfermedades_pepinos
11
- results:
12
- - task:
13
- type: image-classification
14
- dataset:
15
- name: cucumber-disease-recognition-dataset
16
- type: image_classification
17
- metrics:
18
- - name: Training Loss (Epoch 4)
19
- type: training_loss
20
- value: 0.682700
21
- - name: Validation Loss (Epoch 4)
22
- type: validation_loss
23
- value: 0.248680
24
- - name: Accuracy (Epoch 4)
25
- type: accuracy
26
- value: 0.976744
27
- - name: Training Loss (Epoch 5)
28
- type: training_loss
29
- value: 0.682700
30
- - name: Validation Loss (Epoch 5)
31
- type: validation_loss
32
- value: 0.210933
33
- - name: Accuracy (Epoch 5)
34
- type: accuracy
35
- value: 0.972868
36
- - name: Training Loss (Epoch 6)
37
- type: training_loss
38
- value: 0.682700
39
- - name: Validation Loss (Epoch 6)
40
- type: validation_loss
41
- value: 0.193087
42
- - name: Accuracy (Epoch 6)
43
- type: accuracy
44
- value: 0.976744
45
- - name: Training Loss (Epoch 7)
46
- type: training_loss
47
- value: 0.682700
48
- - name: Validation Loss (Epoch 7)
49
- type: validation_loss
50
- value: 0.180329
51
- - name: Accuracy (Epoch 7)
52
- type: accuracy
53
- value: 0.976744
54
- - name: Training Loss (Epoch 8)
55
- type: training_loss
56
- value: 0.124400
57
- - name: Validation Loss (Epoch 8)
58
- type: validation_loss
59
- value: 0.173558
60
- - name: Accuracy (Epoch 8)
61
- type: accuracy
62
- value: 0.976744
63
- - name: Training Loss (Epoch 9)
64
- type: training_loss
65
- value: 0.124400
66
- - name: Validation Loss (Epoch 9)
67
- type: validation_loss
68
- value: 0.169496
69
- - name: Accuracy (Epoch 9)
70
- type: accuracy
71
- value: 0.976744
72
- - name: Training Loss (Epoch 10)
73
- type: training_loss
74
- value: 0.124400
75
- - name: Validation Loss (Epoch 10)
76
- type: validation_loss
77
- value: 0.168264
78
- - name: Accuracy (Epoch 10)
79
- type: accuracy
80
- value: 0.976744
81
- - name: Evaluation Loss
82
- type: eval_loss
83
- value: 0.168263778090477
84
- - name: Evaluation Accuracy
85
- type: eval_accuracy
86
- value: 0.9767441860465116
87
- - name: Evaluation Runtime
88
- type: eval_runtime
89
- value: 4.0429
90
- - name: Evaluation Samples per Second
91
- type: eval_samples_per_second
92
- value: 63.816
93
- - name: Evaluation Steps per Second
94
- type: eval_steps_per_second
95
- value: 8.162
96
- - name: Epoch
97
- type: epoch
98
- value: 10.0
99
- source:
100
- name: riabayonaor
101
- url: https://huggingface.co/riabayonaor/modelo_prediccion_enfermedades_pepinos
 
6
  - accuracy
7
  pipeline_tag: image-classification
8
  ---
9
+ ## Training and Validation Metrics
10
+
11
+ | Epoch | Training Loss | Validation Loss | Accuracy |
12
+ |-------|---------------|-----------------|----------|
13
+ | 1 | No log | 0.943289 | 0.856589 |
14
+ | 2 | No log | 0.502713 | 0.953488 |
15
+ | 3 | No log | 0.333218 | 0.953488 |
16
+ | 4 | 0.682700 | 0.248680 | 0.976744 |
17
+ | 5 | 0.682700 | 0.210933 | 0.972868 |
18
+ | 6 | 0.682700 | 0.193087 | 0.976744 |
19
+ | 7 | 0.682700 | 0.180329 | 0.976744 |
20
+ | 8 | 0.124400 | 0.173558 | 0.976744 |
21
+ | 9 | 0.124400 | 0.169496 | 0.976744 |
22
+ | 10 | 0.124400 | 0.168264 | 0.976744 |