Gadget622 commited on
Commit
1084740
1 Parent(s): a0fa9b0

Upload 3 files

Browse files
my_dataset/cat/cat.jpg ADDED

Git LFS Details

  • SHA256: 605b2593177f19cb08e5909138536a850d480688cf5f506fc847af8f216907a5
  • Pointer size: 130 Bytes
  • Size of remote file: 29.6 kB
my_dataset/dog/dog.jpg ADDED

Git LFS Details

  • SHA256: 013746d047a9486a2b94f429ca7cb6d6986bb7dcdbfc3c733205312544908e23
  • Pointer size: 130 Bytes
  • Size of remote file: 41.4 kB
my_dataset/metadata.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "A simple dataset with two images of a cat and a dog.",
3
+ "license": "CC BY-SA 4.0",
4
+ "keywords": [
5
+ "image classification",
6
+ "pets"
7
+ ],
8
+ "features": {
9
+ "image": {
10
+ "_type": "Image"
11
+ },
12
+ "label": {
13
+ "names": [
14
+ "cat",
15
+ "dog"
16
+ ],
17
+ "_type": "ClassLabel"
18
+ }
19
+ }
20
+ }