JamieSJS commited on
Commit
0d35458
·
verified ·
1 Parent(s): 48cbfd6

Upload 3 files

Browse files

Add train and test parquets with the columns: "file_name" (str), "height" (int), "width" (int), "bytes" (bytes of the 224x224 image), "label" (int)
Add label map JSON

Files changed (3) hide show
  1. dog_label_map.json +1 -0
  2. test.parquet +3 -0
  3. train.parquet +3 -0
dog_label_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"maltese dog": 0, "blenheim spaniel": 1, "basset": 2, "norwegian elkhound": 3, "giant schnauzer": 4, "golden retriever": 5, "brittany spaniel": 6, "clumber": 7, "welsh springer spaniel": 8, "groenendael": 9, "kelpie": 10, "shetland sheepdog": 11, "doberman": 12, "pug": 13, "chow": 14}
test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4f7498a3d70ac5b7e903be8b8bc52d2c0940d310bdf0ac39cc6c4092172771c
3
+ size 155033741
train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b294014da4848ece44d900a1677dc9ffcaddb5d38ade4d3b6892fa27466d8736
3
+ size 216296554