Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
```
|
6 |
+
from datasets import load_dataset
|
7 |
+
|
8 |
+
dataset = load_dataset("ezipe/lichess_2023_janoct_shards")
|
9 |
+
|
10 |
+
```
|
11 |
+
|
12 |
+
or more slowly,
|
13 |
+
|
14 |
+
```
|
15 |
+
git clone https://huggingface.co/datasets/ezipe/lichess_2023_janoct_shards/
|
16 |
+
```
|