if001 commited on
Commit
b728d1a
·
1 Parent(s): 3f01ca9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -1,3 +1,30 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: apache-2.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ dataset_info:
9
+ features:
10
+ - name: output_ppl
11
+ dtype: float64
12
+ - name: full_ppl
13
+ dtype: float64
14
+ - name: input_ppl
15
+ dtype: float64
16
+ - name: instruction_ppl
17
+ dtype: float64
18
+ - name: instruction
19
+ dtype: string
20
+ - name: input
21
+ dtype: string
22
+ - name: output
23
+ dtype: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 61153570
27
+ num_examples: 55357
28
+ download_size: 27686715
29
+ dataset_size: 61153570
30
  ---