thuyentruong commited on
Commit
6c29d35
1 Parent(s): 75b7b5f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -4
README.md CHANGED
@@ -20,6 +20,9 @@ model-index:
20
  - name: Accuracy
21
  type: accuracy
22
  value: 0.7968976897689769
 
 
 
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -33,16 +36,22 @@ It achieves the following results on the evaluation set:
33
  - Accuracy: 0.7969
34
 
35
  ## Model description
 
 
 
 
 
 
 
36
 
37
- More information needed
38
 
39
  ## Intended uses & limitations
40
 
41
- More information needed
42
 
43
  ## Training and evaluation data
44
 
45
- More information needed
46
 
47
  ## Training procedure
48
 
@@ -75,4 +84,4 @@ The following hyperparameters were used during training:
75
  - Transformers 4.40.2
76
  - Pytorch 2.4.0+cu121
77
  - Datasets 2.21.0
78
- - Tokenizers 0.19.1
 
20
  - name: Accuracy
21
  type: accuracy
22
  value: 0.7968976897689769
23
+ language:
24
+ - en
25
+ pipeline_tag: image-classification
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
36
  - Accuracy: 0.7969
37
 
38
  ## Model description
39
+ - Model type: Language model
40
+ - Language(s) (NLP): English
41
+ - License: Apache 2.0
42
+ - Related Model: google/vit-base-patch16-224-in21k
43
+ - Original Checkpoints: google/vit-base-patch16-224-in21k
44
+ - Resources for more information:
45
+ [Research paper](https://arxiv.org/pdf/2210.11416.pdf)
46
 
 
47
 
48
  ## Intended uses & limitations
49
 
50
+ This model can be used to classify what type of food in the image provided.
51
 
52
  ## Training and evaluation data
53
 
54
+ The model was trained on food101 dataset with 80:20 train-test-split.
55
 
56
  ## Training procedure
57
 
 
84
  - Transformers 4.40.2
85
  - Pytorch 2.4.0+cu121
86
  - Datasets 2.21.0
87
+ - Tokenizers 0.19.1