oreva commited on
Commit
6ba600c
1 Parent(s): d905cf7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
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
28
+ dtype: float64
29
+ splits:
30
+ - name: top_ppl
31
+ num_bytes: 42758098
32
+ num_examples: 23126
33
+ - name: bottom_ppl
34
+ num_bytes: 38983057
35
+ num_examples: 23126
36
+ download_size: 49970093
37
+ dataset_size: 81741155
38
+ ---
39
+ # Dataset Card for "squad_30_percent_pruned_by_ppl_gpt2-large"
40
+
41
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)