DataBoutique
commited on
Commit
•
f5b12e2
1
Parent(s):
84794ee
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,25 +1,16 @@
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
- other
|
4 |
-
language:
|
5 |
-
- en
|
6 |
language_creators:
|
7 |
- other
|
|
|
|
|
8 |
license:
|
9 |
- unknown
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
-
pretty_name: 'Italy - Saint Laurent - Fashion Standard Categories'
|
13 |
source_datasets:
|
14 |
- original
|
15 |
-
tags:
|
16 |
-
- webscraping
|
17 |
-
- ecommerce
|
18 |
-
- 'Saint Laurent'
|
19 |
-
- fashion
|
20 |
-
- fashion product
|
21 |
-
- image
|
22 |
-
- fashion image
|
23 |
task_categories:
|
24 |
- text-classification
|
25 |
- image-classification
|
@@ -30,6 +21,38 @@ task_categories:
|
|
30 |
- object-detection
|
31 |
- summarization
|
32 |
- zero-shot-image-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
---
|
34 |
# Saint Laurent web scraped data
|
35 |
|
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
- other
|
|
|
|
|
4 |
language_creators:
|
5 |
- other
|
6 |
+
language:
|
7 |
+
- en
|
8 |
license:
|
9 |
- unknown
|
10 |
multilinguality:
|
11 |
- monolingual
|
|
|
12 |
source_datasets:
|
13 |
- original
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
task_categories:
|
15 |
- text-classification
|
16 |
- image-classification
|
|
|
21 |
- object-detection
|
22 |
- summarization
|
23 |
- zero-shot-image-classification
|
24 |
+
pretty_name: Italy - Saint Laurent - Fashion Standard Categories
|
25 |
+
tags:
|
26 |
+
- webscraping
|
27 |
+
- ecommerce
|
28 |
+
- Saint Laurent
|
29 |
+
- fashion
|
30 |
+
- fashion product
|
31 |
+
- image
|
32 |
+
- fashion image
|
33 |
+
configs:
|
34 |
+
- config_name: default
|
35 |
+
data_files:
|
36 |
+
- split: train
|
37 |
+
path: data/train-*
|
38 |
+
dataset_info:
|
39 |
+
features:
|
40 |
+
- name: dbq_prd_type
|
41 |
+
dtype: string
|
42 |
+
- name: competence_date
|
43 |
+
dtype: string
|
44 |
+
- name: website_name
|
45 |
+
dtype: string
|
46 |
+
- name: product_code
|
47 |
+
dtype: string
|
48 |
+
- name: tag_field
|
49 |
+
dtype: string
|
50 |
+
splits:
|
51 |
+
- name: train
|
52 |
+
num_bytes: 294430
|
53 |
+
num_examples: 3064
|
54 |
+
download_size: 51647
|
55 |
+
dataset_size: 294430
|
56 |
---
|
57 |
# Saint Laurent web scraped data
|
58 |
|