mtweak commited on
Commit
3e82abe
·
1 Parent(s): cb0318d

commit files to HF hub

Browse files
.gitattributes CHANGED
@@ -37,3 +37,8 @@ images/car.jpg filter=lfs diff=lfs merge=lfs -text
37
  images/deer.jpg filter=lfs diff=lfs merge=lfs -text
38
  images/person.jpg filter=lfs diff=lfs merge=lfs -text
39
  images/rodent.jpg filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
37
  images/deer.jpg filter=lfs diff=lfs merge=lfs -text
38
  images/person.jpg filter=lfs diff=lfs merge=lfs -text
39
  images/rodent.jpg filter=lfs diff=lfs merge=lfs -text
40
+ images/bird_in_yard.jpg filter=lfs diff=lfs merge=lfs -text
41
+ images/deer_in_yard.jpg filter=lfs diff=lfs merge=lfs -text
42
+ images/person_in_yard.jpg filter=lfs diff=lfs merge=lfs -text
43
+ images/rodent_in_yard.jpg filter=lfs diff=lfs merge=lfs -text
44
+ images/yard.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.9910714030265808
19
  ---
20
 
21
  # backyard-objects
@@ -31,22 +31,22 @@ Report any issues with the demo at the [github repo](https://github.com/nateraw/
31
  ## Example Images
32
 
33
 
34
- #### bird
35
 
36
- ![bird](images/bird.jpg)
37
 
38
- #### car
39
 
40
- ![car](images/car.jpg)
41
 
42
- #### deer
43
 
44
- ![deer](images/deer.jpg)
45
 
46
- #### person
47
 
48
- ![person](images/person.jpg)
49
 
50
- #### rodent
51
 
52
- ![rodent](images/rodent.jpg)
 
15
  metrics:
16
  - name: Accuracy
17
  type: accuracy
18
+ value: 0.7733333110809326
19
  ---
20
 
21
  # backyard-objects
 
31
  ## Example Images
32
 
33
 
34
+ #### bird in yard
35
 
36
+ ![bird in yard](images/bird_in_yard.jpg)
37
 
38
+ #### deer in yard
39
 
40
+ ![deer in yard](images/deer_in_yard.jpg)
41
 
42
+ #### person in yard
43
 
44
+ ![person in yard](images/person_in_yard.jpg)
45
 
46
+ #### rodent in yard
47
 
48
+ ![rodent in yard](images/rodent_in_yard.jpg)
49
 
50
+ #### yard
51
 
52
+ ![yard](images/yard.jpg)
config.json CHANGED
@@ -9,21 +9,21 @@
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "bird",
13
- "1": "car",
14
- "2": "deer",
15
- "3": "person",
16
- "4": "rodent"
17
  },
18
  "image_size": 224,
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
  "label2id": {
22
- "bird": "0",
23
- "car": "1",
24
- "deer": "2",
25
- "person": "3",
26
- "rodent": "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": "bird in yard",
13
+ "1": "deer in yard",
14
+ "2": "person in yard",
15
+ "3": "rodent in yard",
16
+ "4": "yard"
17
  },
18
  "image_size": 224,
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
  "label2id": {
22
+ "bird in yard": "0",
23
+ "deer in yard": "1",
24
+ "person in yard": "2",
25
+ "rodent in yard": "3",
26
+ "yard": "4"
27
  },
28
  "layer_norm_eps": 1e-12,
29
  "model_type": "vit",
images/bird_in_yard.jpg ADDED

Git LFS Details

  • SHA256: a88712f3892655fa13ad21fe4e01352498d400ec6c5196e05a94c11c7b0b1608
  • Pointer size: 130 Bytes
  • Size of remote file: 19.8 kB
images/deer_in_yard.jpg ADDED

Git LFS Details

  • SHA256: 5dc365b744b32e6a792e4307fb6b4fac28fc75346e27d9933890fc3dc0abf40d
  • Pointer size: 130 Bytes
  • Size of remote file: 22.5 kB
images/person_in_yard.jpg ADDED

Git LFS Details

  • SHA256: bab2c90a7610872a1da4cbb58109914be813e80f08c8ef01945438e15434276d
  • Pointer size: 131 Bytes
  • Size of remote file: 103 kB
images/rodent_in_yard.jpg ADDED

Git LFS Details

  • SHA256: 5a3bf330fcf44ade5b202323fe1b5c6bcfe84b5fea3f74bbf81e114afd41eb60
  • Pointer size: 130 Bytes
  • Size of remote file: 40.6 kB
images/yard.jpg ADDED

Git LFS Details

  • SHA256: 71ef69d0f47db69f2b659d8a44075935a34ce23587dd00182cf676e4fddb1bc3
  • Pointer size: 130 Bytes
  • Size of remote file: 31.5 kB
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:68c78d334173eca8009d9f1346363c86a5f4895991f6a6445edfb356d0b61f7b
3
  size 343275181
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43aa31ecc3e9ec59afe2da4a4dd04a4277c2c15a825e4b765ac1717c18a3c786
3
  size 343275181
runs/events.out.tfevents.1685921502.e25f0440726d.222.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a5150c05b13ef3b3af12730cba808a824a3513e608eaf753dd7b7f165b80dd0
3
+ size 1303