jimwyattTK commited on
Commit
7936069
·
verified ·
1 Parent(s): bfd7bca

Delete dataset_card.json

Browse files
Files changed (1) hide show
  1. dataset_card.json +0 -103
dataset_card.json DELETED
@@ -1,103 +0,0 @@
1
- {
2
- "id": "tokuhn/tsmpd-us-public-v1.0",
3
- "title": "TSMPD-US-Public v1.0",
4
- "description": "The Tokuhn Small Merchant Product Dataset (U.S. Edition, Public v1.0) is the largest structured dataset of product listings from verified small U.S.-based Shopify merchants. It includes over 3.2 million products from 355,722 stores, designed to support product discovery, grounding, RAG agents, and commerce-related LLM research.",
5
- "licenses": [
6
- {
7
- "name": "Open Data Commons Attribution License (ODC-By)",
8
- "url": "https://opendatacommons.org/licenses/by/1-0/"
9
- }
10
- ],
11
- "source": "https://tokuhn.com",
12
- "dataset_type": "structured",
13
- "language": ["en"],
14
- "size": {
15
- "total_products": 3248575,
16
- "total_merchants": 355722,
17
- "files": 33,
18
- "compressed_size_mb": 2800,
19
- "uncompressed_size_mb": 3400
20
- },
21
- "format": ["json"],
22
- "structure": {
23
- "record_type": "array of JSON objects",
24
- "fields": [
25
- {"name": "vendor", "type": "string"},
26
- {"name": "title", "type": "string"},
27
- {"name": "description", "type": "string"},
28
- {"name": "tags", "type": "string"},
29
- {"name": "category", "type": "string"},
30
- {"name": "last_updated", "type": "string (ISO 8601)"}
31
- ]
32
- },
33
- "splits": [
34
- {"name": "public_products_part1.json", "size_mb": 91.4},
35
- {"name": "public_products_part2.json", "size_mb": 85.6},
36
- {"name": "public_products_part3.json", "size_mb": 85.9},
37
- {"name": "public_products_part4.json", "size_mb": 86.8},
38
- {"name": "public_products_part5.json", "size_mb": 85.6},
39
- {"name": "public_products_part6.json", "size_mb": 87.2},
40
- {"name": "public_products_part7.json", "size_mb": 84.5},
41
- {"name": "public_products_part8.json", "size_mb": 85.8},
42
- {"name": "public_products_part9.json", "size_mb": 86.0},
43
- {"name": "public_products_part10.json", "size_mb": 85.4},
44
- {"name": "public_products_part11.json", "size_mb": 89.1},
45
- {"name": "public_products_part12.json", "size_mb": 85.3},
46
- {"name": "public_products_part13.json", "size_mb": 88.3},
47
- {"name": "public_products_part14.json", "size_mb": 90.0},
48
- {"name": "public_products_part15.json", "size_mb": 85.0},
49
- {"name": "public_products_part16.json", "size_mb": 87.6},
50
- {"name": "public_products_part17.json", "size_mb": 86.5},
51
- {"name": "public_products_part18.json", "size_mb": 89.6},
52
- {"name": "public_products_part19.json", "size_mb": 94.4},
53
- {"name": "public_products_part20.json", "size_mb": 83.0},
54
- {"name": "public_products_part21.json", "size_mb": 84.1},
55
- {"name": "public_products_part22.json", "size_mb": 81.4},
56
- {"name": "public_products_part23.json", "size_mb": 83.5},
57
- {"name": "public_products_part24.json", "size_mb": 83.5},
58
- {"name": "public_products_part25.json", "size_mb": 80.2},
59
- {"name": "public_products_part26.json", "size_mb": 83.9},
60
- {"name": "public_products_part27.json", "size_mb": 81.2},
61
- {"name": "public_products_part28.json", "size_mb": 87.5},
62
- {"name": "public_products_part29.json", "size_mb": 85.1},
63
- {"name": "public_products_part30.json", "size_mb": 84.7},
64
- {"name": "public_products_part31.json", "size_mb": 87.2},
65
- {"name": "public_products_part32.json", "size_mb": 85.1},
66
- {"name": "public_products_part33.json", "size_mb": 43.9}
67
- ],
68
- "version": "1.0",
69
- "update_frequency": "quarterly",
70
- "curation": {
71
- "method": "public Shopify product API aggregation from verified small merchants",
72
- "exclusions": [
73
- "Large brands (e.g., Tecovas, American Giant)",
74
- "Non-U.S. stores",
75
- "Empty or inactive domains"
76
- ]
77
- },
78
- "intended_use": {
79
- "llm_grounding": true,
80
- "semantic_search": true,
81
- "ecommerce_agents": true,
82
- "research": true,
83
- "product_generation": true
84
- },
85
- "created_by": {
86
- "name": "James Wyatt",
87
- "organization": "Tokuhn",
88
- "contact": "[email protected]"
89
- },
90
- "release_date": "2025-04-05",
91
- "keywords": [
92
- "ecommerce",
93
- "shopify",
94
- "small business",
95
- "retail",
96
- "structured data",
97
- "llm training",
98
- "product metadata",
99
- "rAG",
100
- "semantic grounding"
101
- ]
102
- }
103
-