ihhiuhu
commited on
Commit
·
27a1450
1
Parent(s):
029bef8
commit files to HF hub
Browse files- .gitattributes +1 -0
- README.md +5 -1
- config.json +8 -6
- images/dog.jpg +2 -2
- images/horse.jpg +3 -0
- images/squirell.jpg +2 -2
- pytorch_model.bin +2 -2
- runs/events.out.tfevents.1692542609.db7978717ed2.187.0 +3 -0
.gitattributes
CHANGED
|
@@ -38,3 +38,4 @@ images/dog.jpg filter=lfs diff=lfs merge=lfs -text
|
|
| 38 |
images/lion.jpg filter=lfs diff=lfs merge=lfs -text
|
| 39 |
images/squirell.jpg filter=lfs diff=lfs merge=lfs -text
|
| 40 |
images/tiger.jpg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 38 |
images/lion.jpg filter=lfs diff=lfs merge=lfs -text
|
| 39 |
images/squirell.jpg filter=lfs diff=lfs merge=lfs -text
|
| 40 |
images/tiger.jpg filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
images/horse.jpg filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -15,7 +15,7 @@ model-index:
|
|
| 15 |
metrics:
|
| 16 |
- name: Accuracy
|
| 17 |
type: accuracy
|
| 18 |
-
value: 0.
|
| 19 |
---
|
| 20 |
|
| 21 |
# testkndlk
|
|
@@ -39,6 +39,10 @@ Report any issues with the demo at the [github repo](https://github.com/nateraw/
|
|
| 39 |
|
| 40 |

|
| 41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
#### lion
|
| 43 |
|
| 44 |

|
|
|
|
| 15 |
metrics:
|
| 16 |
- name: Accuracy
|
| 17 |
type: accuracy
|
| 18 |
+
value: 0.9481481313705444
|
| 19 |
---
|
| 20 |
|
| 21 |
# testkndlk
|
|
|
|
| 39 |
|
| 40 |

|
| 41 |
|
| 42 |
+
#### horse
|
| 43 |
+
|
| 44 |
+

|
| 45 |
+
|
| 46 |
#### lion
|
| 47 |
|
| 48 |

|
config.json
CHANGED
|
@@ -11,9 +11,10 @@
|
|
| 11 |
"id2label": {
|
| 12 |
"0": "cat",
|
| 13 |
"1": "dog",
|
| 14 |
-
"2": "
|
| 15 |
-
"3": "
|
| 16 |
-
"4": "
|
|
|
|
| 17 |
},
|
| 18 |
"image_size": 224,
|
| 19 |
"initializer_range": 0.02,
|
|
@@ -21,9 +22,10 @@
|
|
| 21 |
"label2id": {
|
| 22 |
"cat": "0",
|
| 23 |
"dog": "1",
|
| 24 |
-
"
|
| 25 |
-
"
|
| 26 |
-
"
|
|
|
|
| 27 |
},
|
| 28 |
"layer_norm_eps": 1e-12,
|
| 29 |
"model_type": "vit",
|
|
|
|
| 11 |
"id2label": {
|
| 12 |
"0": "cat",
|
| 13 |
"1": "dog",
|
| 14 |
+
"2": "horse",
|
| 15 |
+
"3": "lion",
|
| 16 |
+
"4": "squirell",
|
| 17 |
+
"5": "tiger"
|
| 18 |
},
|
| 19 |
"image_size": 224,
|
| 20 |
"initializer_range": 0.02,
|
|
|
|
| 22 |
"label2id": {
|
| 23 |
"cat": "0",
|
| 24 |
"dog": "1",
|
| 25 |
+
"horse": "2",
|
| 26 |
+
"lion": "3",
|
| 27 |
+
"squirell": "4",
|
| 28 |
+
"tiger": "5"
|
| 29 |
},
|
| 30 |
"layer_norm_eps": 1e-12,
|
| 31 |
"model_type": "vit",
|
images/dog.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
images/horse.jpg
ADDED
|
Git LFS Details
|
images/squirell.jpg
CHANGED
|
Git LFS Details
|
|
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:bdc6f30713c7936c257fed878884dbd2c4c21e54362496e930afbe677b955fe3
|
| 3 |
+
size 343278253
|
runs/events.out.tfevents.1692542609.db7978717ed2.187.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a45b85ec5062b87ef6bea14d5d5ac7a92379d8fd1f99a2b31bd4140f56127b87
|
| 3 |
+
size 1585
|