spolivin commited on
Commit
c6b175a
1 Parent(s): b4043d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -7,7 +7,20 @@ metrics:
7
  - accuracy
8
  model-index:
9
  - name: food-vit-tutorial
10
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  datasets:
12
  - food101
13
  ---
@@ -17,7 +30,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # food-vit-tutorial
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 an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 1.0267
23
  - Accuracy: 0.916
 
7
  - accuracy
8
  model-index:
9
  - name: food-vit-tutorial
10
+ results:
11
+ - task:
12
+ name: image-classification
13
+ type: image-classification
14
+ dataset:
15
+ name: food101
16
+ type: food101
17
+ config: default
18
+ split: train
19
+ args: default
20
+ metrics:
21
+ - name: accuracy
22
+ type: accuracy
23
+ value: 0.916000
24
  datasets:
25
  - food101
26
  ---
 
30
 
31
  # food-vit-tutorial
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 food101 dataset.
34
  It achieves the following results on the evaluation set:
35
  - Loss: 1.0267
36
  - Accuracy: 0.916