parquet-converter commited on
Commit
210ae37
1 Parent(s): 9880353

Update parquet files

Browse files
.gitattributes DELETED
@@ -1,37 +0,0 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.bin filter=lfs diff=lfs merge=lfs -text
4
- *.bz2 filter=lfs diff=lfs merge=lfs -text
5
- *.ftz filter=lfs diff=lfs merge=lfs -text
6
- *.gz filter=lfs diff=lfs merge=lfs -text
7
- *.h5 filter=lfs diff=lfs merge=lfs -text
8
- *.joblib filter=lfs diff=lfs merge=lfs -text
9
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
10
- *.model filter=lfs diff=lfs merge=lfs -text
11
- *.msgpack filter=lfs diff=lfs merge=lfs -text
12
- *.onnx filter=lfs diff=lfs merge=lfs -text
13
- *.ot filter=lfs diff=lfs merge=lfs -text
14
- *.parquet filter=lfs diff=lfs merge=lfs -text
15
- *.pb filter=lfs diff=lfs merge=lfs -text
16
- *.pt filter=lfs diff=lfs merge=lfs -text
17
- *.pth filter=lfs diff=lfs merge=lfs -text
18
- *.rar filter=lfs diff=lfs merge=lfs -text
19
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
20
- *.tar.* filter=lfs diff=lfs merge=lfs -text
21
- *.tflite filter=lfs diff=lfs merge=lfs -text
22
- *.tgz filter=lfs diff=lfs merge=lfs -text
23
- *.wasm filter=lfs diff=lfs merge=lfs -text
24
- *.xz filter=lfs diff=lfs merge=lfs -text
25
- *.zip filter=lfs diff=lfs merge=lfs -text
26
- *.zstandard filter=lfs diff=lfs merge=lfs -text
27
- *tfevents* filter=lfs diff=lfs merge=lfs -text
28
- # Audio files - uncompressed
29
- *.pcm filter=lfs diff=lfs merge=lfs -text
30
- *.sam filter=lfs diff=lfs merge=lfs -text
31
- *.raw filter=lfs diff=lfs merge=lfs -text
32
- # Audio files - compressed
33
- *.aac filter=lfs diff=lfs merge=lfs -text
34
- *.flac filter=lfs diff=lfs merge=lfs -text
35
- *.mp3 filter=lfs diff=lfs merge=lfs -text
36
- *.ogg filter=lfs diff=lfs merge=lfs -text
37
- *.wav filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
README.md DELETED
@@ -1,151 +0,0 @@
1
- ---
2
- annotations_creators:
3
- - found
4
- language_creators:
5
- - found
6
- language:
7
- - en
8
- license:
9
- - unknown
10
- multilinguality:
11
- - monolingual
12
- pretty_name: Dog vs Food Dataset
13
- size_categories:
14
- - 1K<n<10K
15
- source_datasets:
16
- - original
17
- task_categories:
18
- - image-classification
19
- task_ids:
20
- - multi-class-image-classification
21
- ---
22
-
23
- # Dataset Card for the Dog 🐶 vs. Food 🍔 (a.k.a. Dog Food) Dataset
24
-
25
- ## Table of Contents
26
- - [Table of Contents](#table-of-contents)
27
- - [Dataset Description](#dataset-description)
28
- - [Dataset Summary](#dataset-summary)
29
- - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
30
- - [Languages](#languages)
31
- - [Dataset Structure](#dataset-structure)
32
- - [Data Instances](#data-instances)
33
- - [Data Fields](#data-fields)
34
- - [Data Splits](#data-splits)
35
- - [Dataset Creation](#dataset-creation)
36
- - [Curation Rationale](#curation-rationale)
37
- - [Source Data](#source-data)
38
- - [Annotations](#annotations)
39
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
40
- - [Considerations for Using the Data](#considerations-for-using-the-data)
41
- - [Social Impact of Dataset](#social-impact-of-dataset)
42
- - [Discussion of Biases](#discussion-of-biases)
43
- - [Other Known Limitations](#other-known-limitations)
44
- - [Additional Information](#additional-information)
45
- - [Dataset Curators](#dataset-curators)
46
- - [Licensing Information](#licensing-information)
47
- - [Citation Information](#citation-information)
48
- - [Contributions](#contributions)
49
-
50
- ## Dataset Description
51
-
52
- - **Homepage:**: https://github.com/qw2243c/Image-Recognition-Dogs-Fried-Chicken-or-Blueberry-Muffins-
53
- - **Repository:** : https://github.com/qw2243c/Image-Recognition-Dogs-Fried-Chicken-or-Blueberry-Muffins-
54
- - **Paper:** : N/A
55
- - **Leaderboard:**: N/A
56
- - **Point of Contact:**: @sasha
57
-
58
- ### Dataset Summary
59
-
60
- This is a dataset for binary image classification, between 'dog' and 'food' classes.
61
-
62
- The 'dog' class contains images of dogs that look like fried chicken and some that look like images of muffins, and the 'food' class contains images of (you guessed it) fried chicken and muffins 😋
63
-
64
- ### Supported Tasks and Leaderboards
65
-
66
- TBC
67
-
68
- ### Languages
69
-
70
- The labels are in English (['dog', 'food'])
71
-
72
- ## Dataset Structure
73
-
74
- ### Data Instances
75
- A sample from the training set is provided below:
76
-
77
- ```
78
- {
79
- {'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=300x470 at 0x7F176094EF28>,
80
- 'label': 0}
81
-
82
- }
83
- ```
84
-
85
- ### Data Fields
86
-
87
-
88
- - img: A `PIL.JpegImageFile` object containing the 300x470. image. Note that when accessing the image column: `dataset[0]["image"]` the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the `"image"` column, *i.e.* `dataset[0]["image"]` should **always** be preferred over `dataset["image"][0]`
89
- - label: 0-1 with the following correspondence
90
- 0 dog
91
- 1 food
92
-
93
- ### Data Splits
94
-
95
- Train (2100 images) and Test (900 images)
96
-
97
- ## Dataset Creation
98
-
99
- ### Curation Rationale
100
-
101
- N/A
102
-
103
- ### Source Data
104
-
105
- #### Initial Data Collection and Normalization
106
-
107
- This dataset was taken from the [qw2243c/Image-Recognition-Dogs-Fried-Chicken-or-Blueberry-Muffins?](https://github.com/qw2243c/Image-Recognition-Dogs-Fried-Chicken-or-Blueberry-Muffins-) Github repository, merging the 'chicken' and 'muffin' categories into a single 'food' category, and randomly splitting 10% of the data for validation.
108
-
109
- ### Annotations
110
-
111
- #### Annotation process
112
-
113
- This data was scraped from the internet and annotated based on the query words.
114
-
115
-
116
- ### Personal and Sensitive Information
117
-
118
- N/A
119
-
120
- ## Considerations for Using the Data
121
-
122
- ### Social Impact of Dataset
123
-
124
- N/A
125
-
126
- ### Discussion of Biases
127
-
128
- This dataset is imbalanced -- it has more images of food (2000) compared to dogs (1000), due to the original labeling. This should be taken into account when evaluating models.
129
-
130
- ### Other Known Limitations
131
-
132
- N/A
133
-
134
- ## Additional Information
135
-
136
- ### Dataset Curators
137
-
138
- This dataset was created by @lanceyjt, @yl3829, @wesleytao, @qw2243c and @asyouhaveknown
139
-
140
- ### Licensing Information
141
-
142
- No information is indicated on the original [github repository](https://github.com/qw2243c/Image-Recognition-Dogs-Fried-Chicken-or-Blueberry-Muffins-).
143
-
144
- ### Citation Information
145
-
146
- N/A
147
-
148
- ### Contributions
149
-
150
- Thanks to [@sashavor](https://github.com/sashavor) for adding this dataset.
151
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dataset_infos.json DELETED
@@ -1,47 +0,0 @@
1
- {"sasha--dog-food": {
2
- "description": "",
3
- "citation": "",
4
- "homepage": "",
5
- "license": "",
6
- "features": {
7
- "image": {
8
- "decode": true,
9
- "id": null,
10
- "_type": "Image"
11
- },
12
- "label": {
13
- "num_classes": 2,
14
- "names": [
15
- "dog",
16
- "food"
17
- ],
18
- "id": null,
19
- "_type": "ClassLabel"
20
- }
21
- },
22
- "post_processed": null,
23
- "supervised_keys": null,
24
- "task_templates": null,
25
- "builder_name": null,
26
- "config_name": null,
27
- "version": null,
28
- "splits": {
29
- "train": {
30
- "name": "train",
31
- "num_bytes": 239062525.2,
32
- "num_examples": 2100,
33
- "dataset_name": "dog-food"
34
- },
35
- "test": {
36
- "name": "test",
37
- "num_bytes": 85923886.0,
38
- "num_examples": 900,
39
- "dataset_name": "dog-food"
40
- }
41
- },
42
- "download_checksums": null,
43
- "download_size": 285089915,
44
- "post_processing_size": null,
45
- "dataset_size": 324986411.2,
46
- "size_in_bytes": 610076326.2
47
- }}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
data/test-00000-of-00001-6ea6ccdcc8fa38d5.parquet → sasha--dog-food/parquet-test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:116bc1996618dce9507714981c0a3560c4584f46d002aed08d303023b49b72f1
3
- size 85821984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb89fcd2b05e5d160f4a2fb0b02b9cbaa460c12d8aaecf5cae233920c2584888
3
+ size 85822337
data/train-00000-of-00001-9bf5abf8b080cbba.parquet → sasha--dog-food/parquet-train.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:52658994eb2f4c6268b5a5c8869db2a3ffc959fb7d687d483962098dfd4a6b74
3
- size 199267931
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f819461d75c509345ccc095908e261daf883dc75214e00b6da2dfa7796b44596
3
+ size 199270099