jrbeduardo commited on
Commit
0ef3617
·
verified ·
1 Parent(s): 9f4a96f

Clasificador de enfermedaes de frijolitos

Browse files
README.md CHANGED
@@ -3,6 +3,7 @@ library_name: transformers
3
  license: apache-2.0
4
  base_model: google/vit-base-patch16-224-in21k
5
  tags:
 
6
  - generated_from_trainer
7
  metrics:
8
  - accuracy
@@ -16,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # vit-model-jrbeduardo
18
 
19
- This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.0366
22
  - Accuracy: 0.9925
 
3
  license: apache-2.0
4
  base_model: google/vit-base-patch16-224-in21k
5
  tags:
6
+ - image-classification
7
  - generated_from_trainer
8
  metrics:
9
  - accuracy
 
17
 
18
  # vit-model-jrbeduardo
19
 
20
+ This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the AI-Lab-Makerere/beans dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.0366
23
  - Accuracy: 0.9925
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 4.0,
3
+ "eval_accuracy": 0.9924812030075187,
4
+ "eval_loss": 0.036557286977767944,
5
+ "eval_runtime": 2.1864,
6
+ "eval_samples_per_second": 60.83,
7
+ "eval_steps_per_second": 7.775,
8
+ "total_flos": 3.205097416476426e+17,
9
+ "train_loss": 0.13270469405330143,
10
+ "train_runtime": 385.2952,
11
+ "train_samples_per_second": 10.735,
12
+ "train_steps_per_second": 1.35
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 4.0,
3
+ "eval_accuracy": 0.9924812030075187,
4
+ "eval_loss": 0.036557286977767944,
5
+ "eval_runtime": 2.1864,
6
+ "eval_samples_per_second": 60.83,
7
+ "eval_steps_per_second": 7.775
8
+ }
runs/Oct31_17-43-29_3a2b7bcf37c2/events.out.tfevents.1730397161.3a2b7bcf37c2.174.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8df433a53fd37954e2d28156e4efb25b043290a17cc89b1945099d42cfdb33a5
3
+ size 411
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 4.0,
3
+ "total_flos": 3.205097416476426e+17,
4
+ "train_loss": 0.13270469405330143,
5
+ "train_runtime": 385.2952,
6
+ "train_samples_per_second": 10.735,
7
+ "train_steps_per_second": 1.35
8
+ }