Update README.md
Browse files
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 |
+
---
|