crumb commited on
Commit
6f9a032
1 Parent(s): f7ca4ec

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -5
README.md CHANGED
@@ -1,17 +1,32 @@
1
  ---
2
- license: odc-by
 
3
  language:
4
  - en
 
 
 
5
  task_categories:
6
  - text-generation
7
  - fill-mask
8
  task_ids:
9
  - language-modeling
10
  - masked-language-modeling
11
- source_datasets:
12
- - c4
13
- language_creators:
14
- - found
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
  The estimated top 10% of highest n-token (mean 3,4,5) overlaps for each of the
17
  selected benchmark datasets (arc, truthful_qa, hellaswag, mmlu, humaneval) based
 
1
  ---
2
+ language_creators:
3
+ - found
4
  language:
5
  - en
6
+ license: odc-by
7
+ source_datasets:
8
+ - c4
9
  task_categories:
10
  - text-generation
11
  - fill-mask
12
  task_ids:
13
  - language-modeling
14
  - masked-language-modeling
15
+ dataset_info:
16
+ features:
17
+ - name: text
18
+ dtype: string
19
+ splits:
20
+ - name: train
21
+ num_bytes: 416597133
22
+ num_examples: 311731
23
+ download_size: 249034256
24
+ dataset_size: 416597133
25
+ configs:
26
+ - config_name: default
27
+ data_files:
28
+ - split: train
29
+ path: data/train-*
30
  ---
31
  The estimated top 10% of highest n-token (mean 3,4,5) overlaps for each of the
32
  selected benchmark datasets (arc, truthful_qa, hellaswag, mmlu, humaneval) based