zhangir-azerbayev commited on
Commit
152fd61
1 Parent(s): ac8dab6

update readme

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -20,7 +20,7 @@ The **Proof-Pile-2** is a 55 billion token dataset of mathematical and scientifi
20
  - `algebraic-stack` (11B tokens): A new dataset of mathematical code, including numerical computing, computer algebra, and formal mathematics.
21
 
22
  You can download the dataset as follows
23
- ```
24
  from datasets import load_dataset
25
  ds = load_dataset("EleuetherAI/proof-pile-2")
26
 
@@ -30,7 +30,7 @@ ds_arxiv = load_dataset("EleutherAI/proof-pile-2", "arxiv")
30
 
31
  ### Schema
32
  Each dataset row has the following structure
33
- ```
34
  {
35
  "text": ..., # document text
36
  "meta": ..., # JSON string of metadata, schema specific to data source
 
20
  - `algebraic-stack` (11B tokens): A new dataset of mathematical code, including numerical computing, computer algebra, and formal mathematics.
21
 
22
  You can download the dataset as follows
23
+ ```python
24
  from datasets import load_dataset
25
  ds = load_dataset("EleuetherAI/proof-pile-2")
26
 
 
30
 
31
  ### Schema
32
  Each dataset row has the following structure
33
+ ```python
34
  {
35
  "text": ..., # document text
36
  "meta": ..., # JSON string of metadata, schema specific to data source