commit files to HF hub
Browse files- .gitattributes +1 -0
- README.md +4 -0
- config.json +4 -2
- images/jalebi.jpg +2 -2
- images/not_an_item.jpg +3 -0
- pytorch_model.bin +2 -2
- runs/events.out.tfevents.1698153956.9200407d1d4d.3574.0 +3 -0
.gitattributes
CHANGED
|
@@ -36,3 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
images/gulab_jamun.jpg filter=lfs diff=lfs merge=lfs -text
|
| 37 |
images/jalebi.jpg filter=lfs diff=lfs merge=lfs -text
|
| 38 |
images/rasgulla.jpg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 36 |
images/gulab_jamun.jpg filter=lfs diff=lfs merge=lfs -text
|
| 37 |
images/jalebi.jpg filter=lfs diff=lfs merge=lfs -text
|
| 38 |
images/rasgulla.jpg filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
images/not_an_item.jpg filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -39,6 +39,10 @@ Report any issues with the demo at the [github repo](https://github.com/nateraw/
|
|
| 39 |
|
| 40 |

|
| 41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
#### rasgulla
|
| 43 |
|
| 44 |

|
|
|
|
| 39 |
|
| 40 |

|
| 41 |
|
| 42 |
+
#### not an item
|
| 43 |
+
|
| 44 |
+

|
| 45 |
+
|
| 46 |
#### rasgulla
|
| 47 |
|
| 48 |

|
config.json
CHANGED
|
@@ -11,7 +11,8 @@
|
|
| 11 |
"id2label": {
|
| 12 |
"0": "gulab jamun",
|
| 13 |
"1": "jalebi",
|
| 14 |
-
"2": "
|
|
|
|
| 15 |
},
|
| 16 |
"image_size": 224,
|
| 17 |
"initializer_range": 0.02,
|
|
@@ -19,7 +20,8 @@
|
|
| 19 |
"label2id": {
|
| 20 |
"gulab jamun": "0",
|
| 21 |
"jalebi": "1",
|
| 22 |
-
"
|
|
|
|
| 23 |
},
|
| 24 |
"layer_norm_eps": 1e-12,
|
| 25 |
"model_type": "vit",
|
|
|
|
| 11 |
"id2label": {
|
| 12 |
"0": "gulab jamun",
|
| 13 |
"1": "jalebi",
|
| 14 |
+
"2": "not an item",
|
| 15 |
+
"3": "rasgulla"
|
| 16 |
},
|
| 17 |
"image_size": 224,
|
| 18 |
"initializer_range": 0.02,
|
|
|
|
| 20 |
"label2id": {
|
| 21 |
"gulab jamun": "0",
|
| 22 |
"jalebi": "1",
|
| 23 |
+
"not an item": "2",
|
| 24 |
+
"rasgulla": "3"
|
| 25 |
},
|
| 26 |
"layer_norm_eps": 1e-12,
|
| 27 |
"model_type": "vit",
|
images/jalebi.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
images/not_an_item.jpg
ADDED
|
Git LFS Details
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:903a09a4310eb11852cdd7eb5ac353c31af1f7049b2e0d46d394bd1d143fb459
|
| 3 |
+
size 343272554
|
runs/events.out.tfevents.1698153956.9200407d1d4d.3574.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1d4e57735b4729d21a8ca22018e97426aee7312fa76563f89ee5058e758afbc
|
| 3 |
+
size 1020
|