Tsunnami commited on
Commit
4a47a81
1 Parent(s): c361d4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -1
README.md CHANGED
@@ -41,4 +41,58 @@ language:
41
  - en
42
  tags:
43
  - art
44
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  - en
42
  tags:
43
  - art
44
+ size_categories:
45
+ - 1K<n<10K
46
+ ---
47
+
48
+ # Dataset Card for [Your Dataset Name]
49
+
50
+ ## Dataset Details
51
+
52
+ ### Dataset Description
53
+
54
+ This dataset contains information about art books, including titles, authors, descriptions, image paths, prices, publication dates, publishers, ISBN numbers, and sizes.
55
+
56
+ - **Curated by:** [Replace with curator's name or organization]
57
+ - **License:** GPL-3.0
58
+
59
+ ### Dataset Sources
60
+
61
+ The dataset was compiled from various sources, including online bookstores, publisher websites, and catalogs.
62
+
63
+ ## Dataset Structure
64
+
65
+ The dataset consists of the following features:
66
+
67
+ - `title`: Title of the art book (string)
68
+ - `authors`: Authors of the book (list of strings)
69
+ - `description`: Description of the book (string)
70
+ - `image_path`: Path to the image of the book cover (image)
71
+ - `online_price`: Online price of the book (float32)
72
+ - `special_price`: Special price of the book (float32)
73
+ - `delivery_date`: Estimated delivery date (string)
74
+ - `item`: Type of item (string)
75
+ - `pub_date`: Publication date of the book (string)
76
+ - `pub`: Publisher of the book (string)
77
+ - `isbn`: ISBN number of the book (string)
78
+ - `size`: Size of the book (float32)
79
+
80
+ The dataset is split into a training set with 6383 examples.
81
+
82
+ ## Dataset Creation
83
+
84
+ ### Curation Rationale
85
+
86
+ The dataset was curated to provide a comprehensive collection of art books for research and analysis purposes.
87
+
88
+ ### Source Data
89
+
90
+ The source data includes information from various online platforms, bookstores, and publishers.
91
+
92
+ #### Data Collection and Processing
93
+
94
+ The data was collected by scraping online bookstores and aggregating information from publisher websites.
95
+
96
+ ## Bias, Risks, and Limitations
97
+
98
+ Users should be aware of potential biases in the dataset, such as biases in book availability online and variations in pricing.