Product data from Walmart USA, with embeddings
收藏www.kaggle.com2024-02-02 更新2025-01-09 收录
下载链接:
https://www.kaggle.com/mauridb/product-data-from-walmart-usa-with-embeddings
下载链接
链接失效反馈官方服务:
资源简介:
The dataset has been created using the [Product data from Walmart USA](https://www.kaggle.com/datasets/promptcloud/walmart-product-dataset-usa) and enriching it with embeddings generated via the `text-embedding-ada-002` OpenAI model.
The embeddings have been generated using the concatenation of Product Name and Description:
```SQL
isnull([Product Name],'') + ': ' + isnull([Description],'')
```
该数据集系基于 [Walmart 美国 产品数据](https://www.kaggle.com/datasets/promptcloud/walmart-product-dataset-usa)构建,并借助 OpenAI 的 `text-embedding-ada-002` 模型生成嵌入向量进行丰富。嵌入向量生成过程采用产品名称与描述的拼接方式:
SQL
isnull([Product Name],'') + ': ' + isnull([Description],'')
提供机构:
Kaggle



