sauriopqno
commited on
Commit
•
a429695
1
Parent(s):
d9c793f
commit files to HF hub
Browse files- .gitattributes +2 -0
- README.md +5 -17
- config.json +4 -10
- images/iphone.jpg +3 -0
- images/samsung.jpg +3 -0
- pytorch_model.bin +2 -2
- runs/events.out.tfevents.1679876502.3125e0fd85cd.394.1 +3 -0
.gitattributes
CHANGED
@@ -37,3 +37,5 @@ images/baroque_architecture.jpg filter=lfs diff=lfs merge=lfs -text
|
|
37 |
images/gothic_architecture.jpg filter=lfs diff=lfs merge=lfs -text
|
38 |
images/modern_architecture.jpg filter=lfs diff=lfs merge=lfs -text
|
39 |
images/neoclassical_architecture.jpg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
37 |
images/gothic_architecture.jpg filter=lfs diff=lfs merge=lfs -text
|
38 |
images/modern_architecture.jpg filter=lfs diff=lfs merge=lfs -text
|
39 |
images/neoclassical_architecture.jpg filter=lfs diff=lfs merge=lfs -text
|
40 |
+
images/iphone.jpg filter=lfs diff=lfs merge=lfs -text
|
41 |
+
images/samsung.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 |
# sauriopqno/architecture
|
@@ -31,22 +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 |
-
####
|
39 |
|
40 |
-
![
|
41 |
-
|
42 |
-
#### gothic architecture
|
43 |
-
|
44 |
-
![gothic architecture](images/gothic_architecture.jpg)
|
45 |
-
|
46 |
-
#### modern architecture
|
47 |
-
|
48 |
-
![modern architecture](images/modern_architecture.jpg)
|
49 |
-
|
50 |
-
#### neoclassical architecture
|
51 |
-
|
52 |
-
![neoclassical architecture](images/neoclassical_architecture.jpg)
|
|
|
15 |
metrics:
|
16 |
- name: Accuracy
|
17 |
type: accuracy
|
18 |
+
value: 0.6666666865348816
|
19 |
---
|
20 |
|
21 |
# sauriopqno/architecture
|
|
|
31 |
## Example Images
|
32 |
|
33 |
|
34 |
+
#### iphone
|
35 |
|
36 |
+
![iphone](images/iphone.jpg)
|
37 |
|
38 |
+
#### samsung
|
39 |
|
40 |
+
![samsung](images/samsung.jpg)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config.json
CHANGED
@@ -9,21 +9,15 @@
|
|
9 |
"hidden_dropout_prob": 0.0,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "gothic architecture",
|
15 |
-
"3": "modern architecture",
|
16 |
-
"4": "neoclassical architecture"
|
17 |
},
|
18 |
"image_size": 224,
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 3072,
|
21 |
"label2id": {
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"gothic architecture": "2",
|
25 |
-
"modern architecture": "3",
|
26 |
-
"neoclassical architecture": "4"
|
27 |
},
|
28 |
"layer_norm_eps": 1e-12,
|
29 |
"model_type": "vit",
|
|
|
9 |
"hidden_dropout_prob": 0.0,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
+
"0": "iphone",
|
13 |
+
"1": "samsung"
|
|
|
|
|
|
|
14 |
},
|
15 |
"image_size": 224,
|
16 |
"initializer_range": 0.02,
|
17 |
"intermediate_size": 3072,
|
18 |
"label2id": {
|
19 |
+
"iphone": "0",
|
20 |
+
"samsung": "1"
|
|
|
|
|
|
|
21 |
},
|
22 |
"layer_norm_eps": 1e-12,
|
23 |
"model_type": "vit",
|
images/iphone.jpg
ADDED
Git LFS Details
|
images/samsung.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:4c63de0004df7ffe8d0103678497167367c41adc39d1a884905427067bc16a07
|
3 |
+
size 343265965
|
runs/events.out.tfevents.1679876502.3125e0fd85cd.394.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6692573443c0d16cab47cb76fbb5bffc267f009d3d6f060ae542b1d7170a59f1
|
3 |
+
size 1063
|