Sharathhebbar24/orca_dpo_pairs
收藏Hugging Face2024-02-10 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/Sharathhebbar24/orca_dpo_pairs
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: chosen
dtype: string
- name: rejected
dtype: string
- name: prompt
dtype: string
splits:
- name: train
num_bytes: 35237249
num_examples: 12859
download_size: 19474198
dataset_size: 35237249
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: apache-2.0
task_categories:
- text-generation
language:
- en
size_categories:
- 10K<n<100K
---
# Intel Orca
This is a cleansed version of [Intel/orca_dpo_pairs](https://huggingface.co/datasets/Intel/orca_dpo_pairs)
## Usage
```python
from datasets import load_dataset
dataset = load_dataset("Sharathhebbar24/orca_dpo_pairs", split="train")
```
提供机构:
Sharathhebbar24
原始信息汇总
数据集概述
数据集信息
- 特征:
chosen: 类型为字符串rejected: 类型为字符串prompt: 类型为字符串
- 分割:
train: 字节数为35237249,示例数为12859
- 下载大小: 19474198字节
- 数据集大小: 35237249字节
配置
- 配置名称: default
- 数据文件:
split: trainpath: data/train-*
- 数据文件:
许可证
apache-2.0
任务类别
text-generation
语言
en
大小类别
10K<n<100K



