bzantium commited on
Commit
9057d6c
1 Parent(s): bfe0cac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -1,3 +1,20 @@
1
  ---
2
  license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ configs:
4
+ - config_name: c4
5
+ data_files:
6
+ - split: test
7
+ path: c4.jsonl
8
+ - config_name: arxiv
9
+ data_files:
10
+ - split: test
11
+ path: arxiv.jsonl
12
+ - config_name: github
13
+ data_files:
14
+ - split: test
15
+ path: github.jsonl
16
+ language:
17
+ - en
18
+ tags:
19
+ - ppl
20
+ ---