xzyao mishig HF staff commited on
Commit
7c94531
1 Parent(s): 71d5916

Update README.md (#4)

Browse files

- Update README.md (faa243a095ae4273ffa9185b2829997f3b2dee3a)


Co-authored-by: Mishig Davaadorj <mishig@users.noreply.huggingface.co>

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
  ```