Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
ezipe
/
lichess_2023_janoct
like
0
Dataset card
Files
Files and versions
Community
ezhang7423
commited on
Nov 26, 2023
Commit
5244dca
•
1 Parent(s):
c4dfbba
add usage instructions
Browse files
Files changed (1)
hide
show
script.py
+4
-0
script.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
# usage: $ zstdcat lichess_db.pgn.zst | python script.py
2
+
import sys
3
+
for line in sys.stdin:
4
+
print(line)