five

Aman6917/autotrain-data-exact_data

收藏
Hugging Face2023-01-03 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/Aman6917/autotrain-data-exact_data
下载链接
链接失效反馈
官方服务:
资源简介:
该数据集是为项目exact_data自动处理的AutoTrain数据集,任务类别为摘要生成。数据集的语言代码为unk,表示语言未知。数据集包含两个字段:text和target,均为字符串类型。数据集被划分为训练集和验证集,训练集包含25个样本,验证集包含7个样本。

This dataset is an AutoTrain dataset automatically processed for the project exact_data, with its task category being summarization. The language code of the dataset is unk, which denotes that the language is unknown. The dataset contains two fields: text and target, both of which are of string type. The dataset is split into a training set and a validation set, with the training set consisting of 25 samples and the validation set containing 7 samples.
提供机构:
Aman6917
原始信息汇总

AutoTrain Dataset for project: exact_data

数据集描述

本数据集由AutoTrain自动处理,用于项目exact_data。

语言

数据集的语言BCP-47代码为unk。

数据集结构

数据实例

数据集的样本示例如下:

json [ { "text": "What is the maximum vendor id of vendor present in vendor table who has been issued a PO in 2021", "target": "select max(t1.vendor_id) from RETAILBUYER_POHEADER as t2 inner join RETAILBUYER_VENDOR as t1 on t2.vendor_id = t1.vendor_id where YEAR(t2.po_issuedt) = 2021" }, { "text": "What are the product ids, descriptions and sum of quantities ordered for the products in purchase order line items", "target": "select L.product_id, t2.product_desc, sum(t1.quantity) from RETAILBUYER_PRODUCT_SOURCE as t2 INNER JOIN RETAILBUYER_POLINEITEM as t1 ON t2.PRODUCT_ID = t1.PRODUCT_ID GROUP BY t1.PRODUCT_ID, t2.product_desc" } ]

数据集字段

数据集包含以下字段:

json { "text": "Value(dtype=string, id=None)", "target": "Value(dtype=string, id=None)" }

数据集分割

数据集分为训练集和验证集,分割大小如下:

分割名称 样本数量
训练集 25
验证集 7
5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作