julien-c HF staff commited on
Commit
5e1b8bc
1 Parent(s): 82a09f2

not hot dog

Browse files
Files changed (2) hide show
  1. README.md +1 -3
  2. config.json +2 -2
README.md CHANGED
@@ -1,7 +1,5 @@
1
  ---
2
  tags:
3
- - image-classification
4
- - pytorch
5
  - huggingpics
6
  metrics:
7
  - accuracy
@@ -35,6 +33,6 @@ Report any issues with the demo at the [github repo](https://github.com/nateraw/
35
 
36
  ![hot dog](images/hot_dog.jpg)
37
 
38
- #### miscellaneous
39
 
40
  ![miscellaneous](images/miscellaneous.jpg)
 
1
  ---
2
  tags:
 
 
3
  - huggingpics
4
  metrics:
5
  - accuracy
 
33
 
34
  ![hot dog](images/hot_dog.jpg)
35
 
36
+ #### not hot dog
37
 
38
  ![miscellaneous](images/miscellaneous.jpg)
config.json CHANGED
@@ -9,14 +9,14 @@
9
  "hidden_size": 768,
10
  "id2label": {
11
  "0": "hot dog",
12
- "1": "miscellaneous"
13
  },
14
  "image_size": 224,
15
  "initializer_range": 0.02,
16
  "intermediate_size": 3072,
17
  "label2id": {
18
  "hot dog": "0",
19
- "miscellaneous": "1"
20
  },
21
  "layer_norm_eps": 1e-12,
22
  "model_type": "vit",
 
9
  "hidden_size": 768,
10
  "id2label": {
11
  "0": "hot dog",
12
+ "1": "not hot dog"
13
  },
14
  "image_size": 224,
15
  "initializer_range": 0.02,
16
  "intermediate_size": 3072,
17
  "label2id": {
18
  "hot dog": "0",
19
+ "not hot dog": "1"
20
  },
21
  "layer_norm_eps": 1e-12,
22
  "model_type": "vit",