File size: 899 Bytes
6ba600c |
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 |
---
configs:
- config_name: default
data_files:
- split: top_ppl
path: data/top_ppl-*
- split: bottom_ppl
path: data/bottom_ppl-*
dataset_info:
features:
- name: id
dtype: string
- name: title
dtype: string
- name: context
dtype: string
- name: question
dtype: string
- name: answers
struct:
- name: answer_start
sequence: int32
- name: text
sequence: string
- name: prompt
dtype: string
- name: ppl_gpt2-large
dtype: float64
splits:
- name: top_ppl
num_bytes: 42758098
num_examples: 23126
- name: bottom_ppl
num_bytes: 38983057
num_examples: 23126
download_size: 49970093
dataset_size: 81741155
---
# Dataset Card for "squad_30_percent_pruned_by_ppl_gpt2-large"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |