Datasets:
Tasks:
Image Classification
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
100K<n<1M
DOI:
License:
Update dataset_infos.json with correct citation, dataset size, and description
Browse files- README.md +1 -1
- dataset_infos.json +9 -9
README.md
CHANGED
@@ -52,7 +52,7 @@ This dataset is designed for **Few-Shot Learning (FSL)** research in product cla
|
|
52 |
- **279,747 total images** (average of ~367 images per class)
|
53 |
- **High-quality product images** suitable for computer vision research
|
54 |
- **Variable class distribution** with non-continuous class numbers
|
55 |
-
- **Efficient
|
56 |
- **Compatible with Hugging Face Datasets** library
|
57 |
|
58 |
### Dataset Statistics
|
|
|
52 |
- **279,747 total images** (average of ~367 images per class)
|
53 |
- **High-quality product images** suitable for computer vision research
|
54 |
- **Variable class distribution** with non-continuous class numbers
|
55 |
+
- **Efficient tzst compression** for reduced storage and faster transfer
|
56 |
- **Compatible with Hugging Face Datasets** library
|
57 |
|
58 |
### Dataset Statistics
|
dataset_infos.json
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
{
|
2 |
"default": {
|
3 |
-
"citation": "@dataset{fsl_product_classification_2024,\n title={Few-Shot Learning Product Classification Dataset},\n author={},\n year={2024},\n publisher={Hugging Face},\n url={https://huggingface.co/datasets/xixu-me/fsl-product-classification}\n}",
|
4 |
-
"dataset_size":
|
5 |
-
"description": "Few-Shot Learning Product Classification Dataset containing
|
6 |
"download_checksums": {
|
7 |
"data.tzst": {
|
8 |
-
"checksum":
|
9 |
-
"num_bytes":
|
10 |
}
|
11 |
},
|
12 |
-
"download_size":
|
13 |
"features": {
|
14 |
"class_name": {
|
15 |
"_type": "Value",
|
@@ -30,13 +30,13 @@
|
|
30 |
},
|
31 |
"homepage": "https://huggingface.co/datasets/xixu-me/fsl-product-classification",
|
32 |
"license": "MIT",
|
33 |
-
"size_in_bytes":
|
34 |
"splits": {
|
35 |
"train": {
|
36 |
"dataset_name": "fsl_product_classification",
|
37 |
"name": "train",
|
38 |
-
"num_bytes":
|
39 |
-
"num_examples":
|
40 |
}
|
41 |
}
|
42 |
}
|
|
|
1 |
{
|
2 |
"default": {
|
3 |
+
"citation": "@dataset{fsl_product_classification_2024,\n title={Few-Shot Learning Product Classification Dataset},\n author={Xi Xu},\n year={2024},\n publisher={Hugging Face},\n url={https://huggingface.co/datasets/xixu-me/fsl-product-classification}\n}",
|
4 |
+
"dataset_size": 9945644054,
|
5 |
+
"description": "Few-Shot Learning Product Classification Dataset containing 763 product classes with approximately 367 images per class (279,747 total images). This dataset is designed for few-shot learning research in product classification tasks, covering diverse e-commerce and retail scenarios.",
|
6 |
"download_checksums": {
|
7 |
"data.tzst": {
|
8 |
+
"checksum": "dd2134f1d02bc74b4312da5259ecab9991be18557b368c8d01b37f6b96bff0d0",
|
9 |
+
"num_bytes": 9945644054
|
10 |
}
|
11 |
},
|
12 |
+
"download_size": 9945644054,
|
13 |
"features": {
|
14 |
"class_name": {
|
15 |
"_type": "Value",
|
|
|
30 |
},
|
31 |
"homepage": "https://huggingface.co/datasets/xixu-me/fsl-product-classification",
|
32 |
"license": "MIT",
|
33 |
+
"size_in_bytes": 9945644054,
|
34 |
"splits": {
|
35 |
"train": {
|
36 |
"dataset_name": "fsl_product_classification",
|
37 |
"name": "train",
|
38 |
+
"num_bytes": 9945644054,
|
39 |
+
"num_examples": 279747
|
40 |
}
|
41 |
}
|
42 |
}
|