Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
json
Sub-tasks:
language-modeling
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,22 @@ task_ids:
|
|
| 10 |
- language-modeling
|
| 11 |
size_categories:
|
| 12 |
- 10K<n<100K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
This is the dataset for the paper Compression Represents Intelligence Linearly.
|
|
|
|
| 10 |
- language-modeling
|
| 11 |
size_categories:
|
| 12 |
- 10K<n<100K
|
| 13 |
+
configs:
|
| 14 |
+
- config_name: python
|
| 15 |
+
data_files:
|
| 16 |
+
- split: test
|
| 17 |
+
path:
|
| 18 |
+
- data/python.jsonl
|
| 19 |
+
- config_name: cc
|
| 20 |
+
data_files:
|
| 21 |
+
- split: test
|
| 22 |
+
path:
|
| 23 |
+
- data/cc.jsonl
|
| 24 |
+
- config_name: arxiv_math
|
| 25 |
+
data_files:
|
| 26 |
+
- split: test
|
| 27 |
+
path:
|
| 28 |
+
- data/arxiv_math.jsonl
|
| 29 |
---
|
| 30 |
|
| 31 |
This is the dataset for the paper Compression Represents Intelligence Linearly.
|