nayohan/OpenDataArena-scored-data_score8
收藏Hugging Face2025-12-08 更新2025-12-20 收录
下载链接:
https://hf-mirror.com/datasets/nayohan/OpenDataArena-scored-data_score8
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: instruction
dtype: string
- name: output
dtype: string
- name: Q_scores
struct:
- name: Clarity
dtype: int64
- name: Coherence
dtype: int64
- name: Completeness
dtype: int64
- name: Complexity
dtype: int64
- name: Correctness
dtype: int64
- name: Meaningfulness
dtype: int64
- name: Deita_Complexity
dtype: float64
- name: Thinking_Prob
dtype: float64
- name: Difficulty
dtype: int64
- name: QA_scores
struct:
- name: Clarity
dtype: float64
- name: Coherence
dtype: float64
- name: Completeness
dtype: float64
- name: Complexity
dtype: float64
- name: Correctness
dtype: float64
- name: Meaningfulness
dtype: float64
- name: Relevance
dtype: float64
- name: IFD
dtype: float64
- name: Deita_Quality
dtype: float64
- name: Reward_Model
dtype: float64
- name: A_Length
dtype: float64
- name: Fail_Rate
dtype: float64
- name: category
dtype: string
splits:
- name: train
num_bytes: 10619354012
num_examples: 1421032
download_size: 4766770055
dataset_size: 10619354012
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
Original source: [OpenDataArena/OpenDataArena-scored-data](https://huggingface.co/datasets/OpenDataArena/OpenDataArena-scored-data)
```
# Filter code
ds = ds.filter(lambda x: x['Q_scores']['Clarity'] > 8, num_proc=32)
ds = ds.filter(lambda x: x['QA_scores']['Clarity'] > 8, num_proc=32)
```
提供机构:
nayohan



