Update README.md

#4
by mishig HF staff - opened
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ pretty_name: Red Pajama 1T
9
 
10
  The dataset consists of 2084 jsonl files.
11
  You can download the dataset using HuggingFace:
12
- ```
13
  from datasets import load_dataset
14
  ds = load_dataset("togethercomputer/RedPajama-Data-1T")
15
  ```
 
9
 
10
  The dataset consists of 2084 jsonl files.
11
  You can download the dataset using HuggingFace:
12
+ ```python
13
  from datasets import load_dataset
14
  ds = load_dataset("togethercomputer/RedPajama-Data-1T")
15
  ```