Jumus/autotrain-data-testjumeee
收藏资源简介:
该数据集是为项目testjumeee自动处理的,语言为英语。数据集包含上下文、问题、答案文本和答案起始位置等字段,并划分为训练集和验证集,分别包含883和221个样本。
This dataset was automatically processed for the project testjumeee, with all content in English. It includes fields such as context, question, answer text, and answer start position, and is divided into a training set and a validation set which contain 883 and 221 samples respectively.
AutoTrain Dataset for project: testjumeee
数据集描述
本数据集由AutoTrain自动处理,用于项目testjumeee。
语言
数据集的语言代码为BCP-47标准的en。
数据集结构
数据实例
数据集的样本示例如下:
json [ { "context": "766", "question": "Mass analysis is based on analyzing debitage populations based on their size distribution across specified size grades.", "answers.text": [ "One form of debitage analysis is based on analyzing debitage populations based on their size distribution across specified size grades." ], "answers.answer_start": [ 0 ] }, { "context": "658", "question": "Just watched the first 15 minutes, got bored, skipped to the magic bit, its funnier as a GIF.", "answers.text": [ "Just watched the first 30 minutes, got bored, skipped to the magic bit, its funnier as a GIF." ], "answers.answer_start": [ 1 ] } ]
数据集字段
数据集包含以下字段:
json { "context": "Value(dtype=string, id=None)", "question": "Value(dtype=string, id=None)", "answers.text": "Sequence(feature=Value(dtype=string, id=None), length=-1, id=None)", "answers.answer_start": "Sequence(feature=Value(dtype=int32, id=None), length=-1, id=None)" }
数据集分割
数据集被分割为训练集和验证集,分割详情如下:
| 分割名称 | 样本数量 |
|---|---|
| 训练集 | 883 |
| 验证集 | 221 |




