ArielACE commited on
Commit ·
838d5bf
1
Parent(s): abaae33
commit files to HF hub
Browse files- .gitattributes +2 -0
- README.md +5 -5
- config.json +5 -5
- images/Bad.jpg +3 -0
- images/Good.jpg +3 -0
- pytorch_model.bin +1 -1
- runs/events.out.tfevents.1698079677.5f7d48947107.257.0 +3 -0
.gitattributes
CHANGED
|
@@ -35,3 +35,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
images/not_portrait.jpg filter=lfs diff=lfs merge=lfs -text
|
| 37 |
images/portrait.jpg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
images/not_portrait.jpg filter=lfs diff=lfs merge=lfs -text
|
| 37 |
images/portrait.jpg filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
images/Bad.jpg filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
images/Good.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 |
# real_classifier
|
|
@@ -31,10 +31,10 @@ Report any issues with the demo at the [github repo](https://github.com/nateraw/
|
|
| 31 |
## Example Images
|
| 32 |
|
| 33 |
|
| 34 |
-
####
|
| 35 |
|
| 36 |
-

|
| 37 |
|
| 38 |
+
#### Good
|
| 39 |
|
| 40 |
+

|
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"ViTForImageClassification"
|
| 5 |
],
|
|
@@ -9,15 +9,15 @@
|
|
| 9 |
"hidden_dropout_prob": 0.0,
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
| 14 |
},
|
| 15 |
"image_size": 224,
|
| 16 |
"initializer_range": 0.02,
|
| 17 |
"intermediate_size": 3072,
|
| 18 |
"label2id": {
|
| 19 |
-
"
|
| 20 |
-
"
|
| 21 |
},
|
| 22 |
"layer_norm_eps": 1e-12,
|
| 23 |
"model_type": "vit",
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "ArielACE/real_classifier_v1",
|
| 3 |
"architectures": [
|
| 4 |
"ViTForImageClassification"
|
| 5 |
],
|
|
|
|
| 9 |
"hidden_dropout_prob": 0.0,
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "Bad",
|
| 13 |
+
"1": "Good"
|
| 14 |
},
|
| 15 |
"image_size": 224,
|
| 16 |
"initializer_range": 0.02,
|
| 17 |
"intermediate_size": 3072,
|
| 18 |
"label2id": {
|
| 19 |
+
"Bad": "0",
|
| 20 |
+
"Good": "1"
|
| 21 |
},
|
| 22 |
"layer_norm_eps": 1e-12,
|
| 23 |
"model_type": "vit",
|
images/Bad.jpg
ADDED
|
Git LFS Details
|
images/Good.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 343266410
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dce4c4fcaf97a6bc42153201cc5a1fe7c3bb9bc52305c85cc436dafa342baa89
|
| 3 |
size 343266410
|
runs/events.out.tfevents.1698079677.5f7d48947107.257.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acee97f13a8ad6334dabaf1368747dd91ecf2833a2f72ac788e4228598364f0e
|
| 3 |
+
size 2053
|