Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: top_ppl
|
6 |
+
path: data/top_ppl-*
|
7 |
+
- split: bottom_ppl
|
8 |
+
path: data/bottom_ppl-*
|
9 |
+
dataset_info:
|
10 |
+
features:
|
11 |
+
- name: id
|
12 |
+
dtype: string
|
13 |
+
- name: title
|
14 |
+
dtype: string
|
15 |
+
- name: context
|
16 |
+
dtype: string
|
17 |
+
- name: question
|
18 |
+
dtype: string
|
19 |
+
- name: answers
|
20 |
+
struct:
|
21 |
+
- name: answer_start
|
22 |
+
sequence: int32
|
23 |
+
- name: text
|
24 |
+
sequence: string
|
25 |
+
- name: prompt
|
26 |
+
dtype: string
|
27 |
+
- name: ppl_gpt2_large_s19e34
|
28 |
+
dtype: float64
|
29 |
+
splits:
|
30 |
+
- name: top_ppl
|
31 |
+
num_bytes: 40919913
|
32 |
+
num_examples: 23126
|
33 |
+
- name: bottom_ppl
|
34 |
+
num_bytes: 40715637
|
35 |
+
num_examples: 23126
|
36 |
+
download_size: 49765033
|
37 |
+
dataset_size: 81635550
|
38 |
+
---
|
39 |
+
# Dataset Card for "squad_30_percent_pruned_by_ppl_gpt2_large_s19e34"
|
40 |
+
|
41 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|