jessicagabriel commited on
Commit
e84d557
1 Parent(s): 2eaa3a5

End of training

Browse files
Files changed (1) hide show
  1. README.md +17 -10
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: google/vit-base-patch16-224-in21k
4
  tags:
5
  - generated_from_trainer
6
  datasets:
@@ -17,12 +17,12 @@ model-index:
17
  name: food101
18
  type: food101
19
  config: default
20
- split: train[:5000]
21
  args: default
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.881
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -30,10 +30,10 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  # my_awesome_food_model
32
 
33
- 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 food101 dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 1.6912
36
- - Accuracy: 0.881
37
 
38
  ## Model description
39
 
@@ -61,15 +61,22 @@ The following hyperparameters were used during training:
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_ratio: 0.1
64
- - num_epochs: 3
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
- | 2.7391 | 0.99 | 62 | 2.5977 | 0.824 |
71
- | 1.9058 | 2.0 | 125 | 1.8593 | 0.868 |
72
- | 1.6895 | 2.98 | 186 | 1.6912 | 0.881 |
 
 
 
 
 
 
 
73
 
74
 
75
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: jessicagabriel/my_awesome_food_model
4
  tags:
5
  - generated_from_trainer
6
  datasets:
 
17
  name: food101
18
  type: food101
19
  config: default
20
+ split: train
21
  args: default
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.8900990099009901
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
 
31
  # my_awesome_food_model
32
 
33
+ This model is a fine-tuned version of [jessicagabriel/my_awesome_food_model](https://huggingface.co/jessicagabriel/my_awesome_food_model) on the food101 dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.4388
36
+ - Accuracy: 0.8901
37
 
38
  ## Model description
39
 
 
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_ratio: 0.1
64
+ - num_epochs: 10
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | 0.4631 | 1.0 | 947 | 0.4695 | 0.8811 |
71
+ | 0.4759 | 2.0 | 1894 | 0.5028 | 0.8700 |
72
+ | 0.3744 | 3.0 | 2841 | 0.4840 | 0.8754 |
73
+ | 0.3198 | 4.0 | 3788 | 0.4823 | 0.8769 |
74
+ | 0.3655 | 5.0 | 4735 | 0.4658 | 0.8815 |
75
+ | 0.2994 | 6.0 | 5682 | 0.4854 | 0.8770 |
76
+ | 0.2268 | 7.0 | 6629 | 0.4617 | 0.8837 |
77
+ | 0.2735 | 8.0 | 7576 | 0.4479 | 0.8874 |
78
+ | 0.1579 | 9.0 | 8523 | 0.4487 | 0.8874 |
79
+ | 0.2327 | 10.0 | 9470 | 0.4388 | 0.8901 |
80
 
81
 
82
  ### Framework versions