Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Tags:
License:
yuzhen17 commited on
Commit
b2207bb
1 Parent(s): 8b5a52d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
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.