jimwyattTK commited on
Commit
091840b
·
verified ·
1 Parent(s): 1b2696e

Upload 36 files

Browse files
.gitattributes CHANGED
@@ -57,3 +57,36 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ public_products_part1.json filter=lfs diff=lfs merge=lfs -text
61
+ public_products_part10.json filter=lfs diff=lfs merge=lfs -text
62
+ public_products_part11.json filter=lfs diff=lfs merge=lfs -text
63
+ public_products_part12.json filter=lfs diff=lfs merge=lfs -text
64
+ public_products_part13.json filter=lfs diff=lfs merge=lfs -text
65
+ public_products_part14.json filter=lfs diff=lfs merge=lfs -text
66
+ public_products_part15.json filter=lfs diff=lfs merge=lfs -text
67
+ public_products_part16.json filter=lfs diff=lfs merge=lfs -text
68
+ public_products_part17.json filter=lfs diff=lfs merge=lfs -text
69
+ public_products_part18.json filter=lfs diff=lfs merge=lfs -text
70
+ public_products_part19.json filter=lfs diff=lfs merge=lfs -text
71
+ public_products_part2.json filter=lfs diff=lfs merge=lfs -text
72
+ public_products_part20.json filter=lfs diff=lfs merge=lfs -text
73
+ public_products_part21.json filter=lfs diff=lfs merge=lfs -text
74
+ public_products_part22.json filter=lfs diff=lfs merge=lfs -text
75
+ public_products_part23.json filter=lfs diff=lfs merge=lfs -text
76
+ public_products_part24.json filter=lfs diff=lfs merge=lfs -text
77
+ public_products_part25.json filter=lfs diff=lfs merge=lfs -text
78
+ public_products_part26.json filter=lfs diff=lfs merge=lfs -text
79
+ public_products_part27.json filter=lfs diff=lfs merge=lfs -text
80
+ public_products_part28.json filter=lfs diff=lfs merge=lfs -text
81
+ public_products_part29.json filter=lfs diff=lfs merge=lfs -text
82
+ public_products_part3.json filter=lfs diff=lfs merge=lfs -text
83
+ public_products_part30.json filter=lfs diff=lfs merge=lfs -text
84
+ public_products_part31.json filter=lfs diff=lfs merge=lfs -text
85
+ public_products_part32.json filter=lfs diff=lfs merge=lfs -text
86
+ public_products_part33.json filter=lfs diff=lfs merge=lfs -text
87
+ public_products_part4.json filter=lfs diff=lfs merge=lfs -text
88
+ public_products_part5.json filter=lfs diff=lfs merge=lfs -text
89
+ public_products_part6.json filter=lfs diff=lfs merge=lfs -text
90
+ public_products_part7.json filter=lfs diff=lfs merge=lfs -text
91
+ public_products_part8.json filter=lfs diff=lfs merge=lfs -text
92
+ public_products_part9.json filter=lfs diff=lfs merge=lfs -text
LICENSE.txt ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ ### ? `LICENSE.txt`
5
+
6
+ ```text
7
+ Open Data Commons Attribution License (ODC-By) v1.0
8
+
9
+ You are free:
10
+
11
+ - To Share: To copy, distribute and use the database.
12
+ - To Create: To produce works from the database.
13
+ - To Adapt: To modify, transform and build upon the database.
14
+
15
+ As long as you:
16
+
17
+ - Attribute: You must attribute any public use of the database, or works produced from the database, in the manner specified in the license. For attribution purposes, please credit:
18
+
19
+ Tokuhn
20
+ https://tokuhn.com
21
+ Dataset: TSMPD-US-Public v1.0
22
+
23
+ ---
24
+
25
+ Full legal code:
26
+ https://opendatacommons.org/licenses/by/1-0/
27
+
README.md CHANGED
@@ -1,3 +1,30 @@
1
- ---
2
- license: odc-by
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # TSMPD-US-Public v1.0
2
+ **Tokuhn Small Merchant Product Dataset (U.S. Edition ? Public Release)**
3
+
4
+ ---
5
+
6
+ ## ?? Overview
7
+
8
+ TSMPD-US-Public v1.0 is the most comprehensive structured dataset of product listings from verified small U.S.-based Shopify merchants. This public release contains **3.2 million products** across **355,722 independent stores**, designed to support research, development, and innovation in:
9
+
10
+ - LLM grounding
11
+ - Retrieval-Augmented Generation (RAG)
12
+ - Semantic product search
13
+ - Agent training
14
+ - Product metadata classification
15
+
16
+ ---
17
+
18
+ ## ?? Schema
19
+
20
+ Each record is a JSON object with the following fields:
21
+
22
+ ```json
23
+ {
24
+ "vendor": "string", // Merchant or brand name
25
+ "title": "string", // Product title
26
+ "description": "string", // Plaintext product description
27
+ "tags": "string", // Comma-separated list of tags
28
+ "category": "string", // Product category or type
29
+ "last_updated": "string" // ISO8601 timestamp
30
+ }
dataset_card.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
public_products_part1.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92b3d2e26257f03e3094f8e37ec2b1b6514c7f1d755a785ab24f017c8578f00a
3
+ size 95859782
public_products_part10.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66fecc5fb29f50482594ee9a94cb3af8cc7f8bbd812b57748bf3c946c139abcc
3
+ size 89586301
public_products_part11.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17c6333267ae5fe0e76cc1867d39666f2b3ee2e33df93029871686d6e464cb66
3
+ size 93466430
public_products_part12.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32b163bca06f856a62680efe818be3eee73a8e886887596036f68eb5328c2156
3
+ size 89501740
public_products_part13.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45f87cb4f5f528dfe98ed3e3f3cfc788a14a43e390fbe99f58a9530a2c02572c
3
+ size 92646221
public_products_part14.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ec8a4651b1f23c9bbbdc23b820c64af5b3b85887211894ef9b7448cfceeb2d0
3
+ size 94392593
public_products_part15.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69f27c2b886183539d7ff80798b400d6463426238ac4582e82a063aa7d29bc36
3
+ size 89117532
public_products_part16.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea11cb990a58b3f9fd48521f4834d0a9797eb7f18639ddcd3c4fdc9d1d8978bc
3
+ size 91892079
public_products_part17.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84a5c830918f99f5249d854f6ba992950b0d91d584971144ccb1ae917e2fff38
3
+ size 90648259
public_products_part18.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26f24c86168119e69af2646ec6e82a7d80753d8ab078a6aac0df95de838076ac
3
+ size 93948921
public_products_part19.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32c55cd369541790e225a01f85d41306988735a76e5799d7efbb733d20eea2be
3
+ size 99017810
public_products_part2.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53e1762989bb7e1bfc3f0a9a3ca258ed85008158c7fbcaec3d6b4aa46a73be19
3
+ size 89784192
public_products_part20.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90e1328a972810d0be57476f8eb6359e504b62b217d2fd6fe7b410067d035a26
3
+ size 87011183
public_products_part21.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75ab8b30e4d0580462fb778f7d000dba5ad66b51be44727b8eccdefc57d1800e
3
+ size 88210786
public_products_part22.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21dc39c6b5eb90b3f9c2b6d072aa4a8a95f3ae8cbc37bc0f6fd53157a6151a79
3
+ size 85352976
public_products_part23.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee7202187f89e340220f0730dd7374c1e1773bd2240bc6f1052f5f5289de12cb
3
+ size 87597410
public_products_part24.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b73bdaced1cdc2cfd421d6b38dcdc73ed786fb56321d7f326d156dab64c4bea0
3
+ size 87630914
public_products_part25.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec7c8f025197675dac11ec7bd77e0f58bbeb0ed58cf957d267d40d51521c0c94
3
+ size 84107530
public_products_part26.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54edf93bc99c77a593108be76c5005cea36b399ccb4f9040eccee1379ce9cc81
3
+ size 88037946
public_products_part27.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cd1ba7db78eafc05c2eb9d7431ca2c8d8dfa5a52a2ad9eb60c91f59adf1975c
3
+ size 85161155
public_products_part28.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96d211d4b4c4582957726b005c4defcd4cb4c61754393996f61a46629541b13e
3
+ size 91692465
public_products_part29.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9c1cbd4c8c363a314736f55e5b2c99b23d4e4b3e325493d4484cc4c837626d4
3
+ size 89260685
public_products_part3.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc56b96efbbe4a962652070206fa133542d8f9d696ab9dc1f7a934caf2e88aed
3
+ size 90124605
public_products_part30.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d467784d6a37771dcb673e33ca4fd6b7884d437e4a679c8c90ea69b1a08463ef
3
+ size 88861010
public_products_part31.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d59da9e3a14a832951a6707cb321785ab93820dfbc713eddffc236693947217e
3
+ size 91416800
public_products_part32.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84cdc479ed300c83d248ec45a318a3bd9b35dee48da88e5ef27ac22240b7966a
3
+ size 89231971
public_products_part33.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8827360169bd75057df4e345abbef808e7efc3d12744cf0e8e9e693f7f264c1
3
+ size 46025529
public_products_part4.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c48002da722f30447d64c88fe89ff18b1b1639fa2d97124a973e832a264be00
3
+ size 91036281
public_products_part5.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab6325378560bd29f16a0169310a21011fdadbb95e3e9ea1fa71ac1c6ec8938b
3
+ size 89837859
public_products_part6.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d47b3f25f205a6683e12fe40d31080cf9d17b153357228c4f98f9bea51d793e5
3
+ size 91379102
public_products_part7.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78e5965e895e18cb57c663a7938d56341510e27221580bb88121974fe4ef2330
3
+ size 88588647
public_products_part8.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a977f44a6c6e9973d203f6f0716445af1f675b1c4979ff1511ae750ce67cfa5
3
+ size 89975874
public_products_part9.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd990b64b4146aa57c780e70cf5368e3d9e96cad5b22439fbda8213da8d376e9
3
+ size 90221077