JJMack commited on
Commit
f24ea4f
·
verified ·
1 Parent(s): 8d5545f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -104
README.md CHANGED
@@ -1073,36 +1073,20 @@ dataset_info:
1073
 
1074
 
1075
  ---
1076
- # Dataset Card for Dataset Name
1077
 
1078
  <!-- Provide a quick summary of the dataset. -->
1079
- This dataset is designed for classifying Pokémon based on their images. All images are 256 x 256 and have metadata detailing each Pokémon's generation, types, and key statistics such as HP, Attack, Defense, Special Attack, Special Defense, and Speed. Additionally, the dataset features labeled images of shiny versions of Pokémon, providing a comprehensive resource for image-based classification tasks.
1080
 
1081
 
1082
  ## Dataset Details
1083
 
1084
- ### Dataset Description
1085
-
1086
- <!-- Provide a longer summary of what this dataset is. -->
1087
-
1088
-
1089
-
1090
- - **Curated by:** [More Information Needed]
1091
- - **Funded by [optional]:** [More Information Needed]
1092
- - **Shared by [optional]:** [More Information Needed]
1093
- - **Language(s) (NLP):** [More Information Needed]
1094
- - **License:** [More Information Needed]
1095
-
1096
- ### Dataset Sources [optional]
1097
 
1098
  <!-- Provide the basic links for the dataset. -->
1099
 
1100
  All images came from bulbapedia.bulbagarden.net. All pokemon are owned by the Pokemon Company and Nintendo.
1101
 
1102
- - **Repository:** [More Information Needed]
1103
- - **Paper [optional]:** [More Information Needed]
1104
- - **Demo [optional]:** [More Information Needed]
1105
-
1106
 
1107
  ## Dataset Structure
1108
 
@@ -1125,92 +1109,16 @@ The columns include
1125
  - Shiny (Yes or no based on if the image is the shiny version)
1126
 
1127
 
1128
- [More Information Needed]
1129
-
1130
- ## Dataset Creation
1131
-
1132
- ### Curation Rationale
1133
-
1134
- <!-- Motivation for the creation of this dataset. -->
1135
-
1136
- [More Information Needed]
1137
-
1138
- ### Source Data
1139
-
1140
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
1141
-
1142
- #### Data Collection and Processing
1143
-
1144
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
1145
-
1146
- [More Information Needed]
1147
-
1148
- #### Who are the source data producers?
1149
-
1150
- <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
1151
-
1152
- [More Information Needed]
1153
-
1154
- ### Annotations [optional]
1155
-
1156
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
1157
-
1158
- #### Annotation process
1159
-
1160
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
1161
-
1162
- [More Information Needed]
1163
-
1164
- #### Who are the annotators?
1165
-
1166
- <!-- This section describes the people or systems who created the annotations. -->
1167
-
1168
- [More Information Needed]
1169
-
1170
- #### Personal and Sensitive Information
1171
-
1172
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
1173
-
1174
- [More Information Needed]
1175
-
1176
- ## Bias, Risks, and Limitations
1177
-
1178
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
1179
-
1180
- [More Information Needed]
1181
-
1182
- ### Recommendations
1183
-
1184
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
1185
-
1186
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
1187
-
1188
- ## Citation [optional]
1189
-
1190
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
1191
-
1192
- **BibTeX:**
1193
-
1194
- [More Information Needed]
1195
-
1196
- **APA:**
1197
-
1198
- [More Information Needed]
1199
-
1200
- ## Glossary [optional]
1201
-
1202
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
1203
-
1204
- [More Information Needed]
1205
-
1206
- ## More Information [optional]
1207
-
1208
- [More Information Needed]
1209
 
1210
- ## Dataset Card Authors [optional]
1211
 
1212
- [More Information Needed]
1213
 
1214
- ## Dataset Card Contact
 
 
1215
 
1216
- [More Information Needed]
 
 
 
1073
 
1074
 
1075
  ---
1076
+ # Dataset Card for Pokemon Classification Gen 1 - 9
1077
 
1078
  <!-- Provide a quick summary of the dataset. -->
1079
+ This dataset is designed for classifying Pokémon based on their images. All images are 256px x 256px and have metadata detailing each Pokémon's generation, types, and key statistics such as HP, Attack, Defense, Special Attack, Special Defense, and Speed. Additionally, the dataset features labeled images of shiny versions of Pokémon, providing a comprehensive resource for image-based classification tasks.
1080
 
1081
 
1082
  ## Dataset Details
1083
 
1084
+ ### Dataset Sources
 
 
 
 
 
 
 
 
 
 
 
 
1085
 
1086
  <!-- Provide the basic links for the dataset. -->
1087
 
1088
  All images came from bulbapedia.bulbagarden.net. All pokemon are owned by the Pokemon Company and Nintendo.
1089
 
 
 
 
 
1090
 
1091
  ## Dataset Structure
1092
 
 
1109
  - Shiny (Yes or no based on if the image is the shiny version)
1110
 
1111
 
1112
+ ## How to Use
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1113
 
1114
+ - Install datasets:
1115
 
1116
+ `pip install datasets`
1117
 
1118
+ - Load the dataset:
1119
+ ```
1120
+ from datasets import load_dataset
1121
 
1122
+ ds = load_dataset("JJMack/pokemon-classification-gen1-9")
1123
+ example = ds['train'][0]
1124
+ ```