nehatarey/american_snacks
收藏资源简介:
--- dataset_info: features: - name: product_name dtype: string - name: ingredients dtype: string - name: reasons dtype: string splits: - name: train num_bytes: 13230 num_examples: 49 download_size: 7079 dataset_size: 13230 --- # Dataset Card for "american_snacks" - This dataset contains a list of popular American snack items along with their ingredient list. Additionally, it also contains a column containing the reason if certain snack item is suitable for vegan/vegtarians based on certain ingredient. - It has been generated using Open AI `gpt3.5-turbo` with prompt "please create me a dataset in csv format with 20 rows containing columns "product_name", "ingredients", "reasons". The "product_name" columns will contain 20 most common packaged snacks in the US with their full brand name. The "ingredients" column for each row will contain the respective snack's ingredient list. The "reasons" columns for each rows will contain a reason why that snack item is vegan suitable or not." - The ingredient list may or may not be exhaustive. - This is a synthetic dataset augmented by human (addtional verbiage in `reasons` column. [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
--- dataset_info: features: - name: 产品名称(product_name) dtype: 字符串(string) - name: 配料清单(ingredients) dtype: 字符串(string) - name: 适配理由(reasons) dtype: 字符串(string) splits: - name: 训练集(train) num_bytes: 13230 num_examples: 49 download_size: 7079 dataset_size: 13230 --- # 「美式零食」数据集卡片 - 本数据集收录多款热门美式零食及其配料清单,此外还包含一列适配理由,用于说明对应零食是否适合素食者与纯素者食用,判定依据为其配料成分。 - 本数据集由OpenAI的`gpt-3.5-turbo`生成,所用提示词为:"请生成一份包含20行的CSV格式数据集,列名分别为`product_name`、`ingredients`与`reasons`。其中`product_name`列需收录20款美国最常见的预包装零食及其完整品牌名称;`ingredients`列需填写对应零食的配料清单;`reasons`列需说明该零食是否适合纯素饮食。" - 本数据集的配料清单未必完整全面。 - 本数据集为合成数据集,经人工补充完善(在`reasons`列中添加了额外表述内容)。 [更多信息待补充](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集概述
数据集名称
- 名称: american_snacks
数据集特征
- 特征列表:
- product_name: 字符串类型,包含美国最常见的20种包装零食及其完整品牌名称。
- ingredients: 字符串类型,包含各零食的成分列表。
- reasons: 字符串类型,包含各零食适合素食者的原因。
数据集结构
- 分割:
- train: 包含49个样本,数据集大小为13230字节。
数据集大小
- 下载大小: 7079字节
- 数据集大小: 13230字节
数据集生成
- 使用Open AI的
gpt3.5-turbo生成,原始请求为创建一个包含20行数据的CSV格式数据集,包含"product_name", "ingredients", "reasons"三个列。
数据集特点
- 成分列表可能不详尽。
- 数据集中的"reasons"列经过人工增强。




