File size: 2,580 Bytes
3e25b3a 1303b38 3e25b3a dd99079 1303b38 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 |
---
dataset_info:
features:
- name: message_tree_id
dtype: string
- name: prompter_message_id
dtype: string
- name: assistant_message_id
dtype: string
- name: instruction
dtype: string
- name: input
dtype: string
- name: output
dtype: string
- name: assistant_detoxify
struct:
- name: identity_attack
dtype: float64
- name: insult
dtype: float64
- name: obscene
dtype: float64
- name: severe_toxicity
dtype: float64
- name: sexual_explicit
dtype: float64
- name: threat
dtype: float64
- name: toxicity
dtype: float64
- name: prompter_detoxify
struct:
- name: identity_attack
dtype: float64
- name: insult
dtype: float64
- name: obscene
dtype: float64
- name: severe_toxicity
dtype: float64
- name: sexual_explicit
dtype: float64
- name: threat
dtype: float64
- name: toxicity
dtype: float64
- name: assistant_labels
struct:
- name: count
sequence: int32
- name: name
sequence: string
- name: value
sequence: float64
- name: prompter_labels
struct:
- name: count
sequence: int32
- name: name
sequence: string
- name: value
sequence: float64
splits:
- name: train
num_bytes: 10327876
num_examples: 4744
download_size: 4458529
dataset_size: 10327876
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: apache-2.0
task_categories:
- text-generation
language:
- ja
tags:
- self-rewarding
- oasst1
size_categories:
- 1K<n<10K
---
# Dataset Card for Dataset Name
<!-- Provide a quick summary of the dataset. -->
- [kunishou/oasst1-89k-ja](https://huggingface.co/datasets/kunishou/oasst1-89k-ja)
- [OpenAssistant/oasst1](https://huggingface.co/datasets/OpenAssistant/oasst1)
を元に、self-rewardingのIFT(Instruction Fine-Tuning data)を作成しました。
Self-rewardingの論文では3,200件に絞り込んでいますが、このデータは4,744件となっています。
さらに人手でのフィルタリングをする必要があるかもしれません。
## Dataset Details
### Dataset Description
<!-- Provide a longer summary of what this dataset is. -->
- **Curated by:** [HachiML](https://huggingface.co/HachiML)
- **Language(s) (NLP):** Japanese
- **License:** Apache-2.0
## Filtering Rule
以下のルールで絞り込んでいます。
- First Conversational Turn
- rank 0 の回答をもつ
- Single Turn Conversation |