Datasets:
Tasks:
Image Classification
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
1K<n<10K
Tags:
biology
License:
adds update info to readme
Browse files
README.md
CHANGED
@@ -6,11 +6,13 @@ size_categories:
|
|
6 |
- 1K<n<10K
|
7 |
task_categories:
|
8 |
- image-classification
|
|
|
|
|
9 |
pretty_name: Bird Species
|
10 |
tags:
|
11 |
- biology
|
12 |
configs:
|
13 |
-
|
14 |
dataset_info:
|
15 |
config_name: bird_species_dataset
|
16 |
features:
|
@@ -555,7 +557,7 @@ dataset_info:
|
|
555 |
- name: test
|
556 |
num_bytes: 123269
|
557 |
num_examples: 2625
|
558 |
-
download_size:
|
559 |
dataset_size: 4474183
|
560 |
---
|
561 |
|
@@ -566,3 +568,16 @@ dataset_info:
|
|
566 |
The dataset encompasses 525 bird species with a total of 84,635 training images, 2,625 test images, and 2,625 validation images, all formatted as 224x224x3 color images in jpg.
|
567 |
The dataset is sourced from Kaggle and can be found [here](https://www.kaggle.com/datasets/gpiosenka/100-bird-species).
|
568 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
- 1K<n<10K
|
7 |
task_categories:
|
8 |
- image-classification
|
9 |
+
task_ids:
|
10 |
+
- multi-class-image-classification
|
11 |
pretty_name: Bird Species
|
12 |
tags:
|
13 |
- biology
|
14 |
configs:
|
15 |
+
- config_name: bird_species_dataset
|
16 |
dataset_info:
|
17 |
config_name: bird_species_dataset
|
18 |
features:
|
|
|
557 |
- name: test
|
558 |
num_bytes: 123269
|
559 |
num_examples: 2625
|
560 |
+
download_size: 0
|
561 |
dataset_size: 4474183
|
562 |
---
|
563 |
|
|
|
568 |
The dataset encompasses 525 bird species with a total of 84,635 training images, 2,625 test images, and 2,625 validation images, all formatted as 224x224x3 color images in jpg.
|
569 |
The dataset is sourced from Kaggle and can be found [here](https://www.kaggle.com/datasets/gpiosenka/100-bird-species).
|
570 |
|
571 |
+
### Update dataset
|
572 |
+
|
573 |
+
To update the dataset to latest kaggle version run:
|
574 |
+
|
575 |
+
```bash
|
576 |
+
python update.py
|
577 |
+
```
|
578 |
+
|
579 |
+
To update the metadata run:
|
580 |
+
|
581 |
+
```bash
|
582 |
+
datasets-cli test bird-species-dataset.py --save_infos --all_configs
|
583 |
+
```
|