ezipe commited on
Commit
565258f
1 Parent(s): 0b3aa8c

Update README.md

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