pszemraj/dolly_hhrlhf-text2text
收藏Hugging Face2023-05-18 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/pszemraj/dolly_hhrlhf-text2text
下载链接
链接失效反馈官方服务:
资源简介:
---
license: cc-by-sa-3.0
task_categories:
- text2text-generation
language:
- en
tags:
- instruct
size_categories:
- 10K<n<100K
source_datasets: mosaicml/dolly_hhrlhf
---
# dolly_hhrlhf-text2text
This is `mosaicml/dolly_hhrlhf` with the following changes:
- clean up/adapt `prompt` column for the `text2text-generation` task (no need for a special template)
- split the original `train` set into a 95% train and an explicit validation set (5%)
- fixed extra spaces in puncuation (as this is not a French dataset)
details on extra spaces:
```
Original sentence 1: How can I be healthy ?
Fixed sentence 1: How can I be healthy?
```
提供机构:
pszemraj原始信息汇总
数据集概述
基本信息
- 许可证: cc-by-sa-3.0
- 任务类别: text2text-generation
- 语言: 英语 (en)
- 标签: instruct
- 大小: 10K<n<100K
- 源数据集: mosaicml/dolly_hhrlhf
数据集修改详情
- 清理并适配了
prompt列,以适应text2text-generation任务,无需特殊模板。 - 将原始的
train集分割为95%的训练集和5%的验证集。 - 修正了标点符号后的额外空格,因为这不是法语数据集。
示例修改
- 原始句子: How can I be healthy ?
- 修正后句子: How can I be healthy?



