Simon-Kotchou commited on
Commit
65a6955
1 Parent(s): 3aadb75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -33,3 +33,12 @@ configs:
33
  - split: train
34
  path: data/train-*
35
  ---
 
 
 
 
 
 
 
 
 
 
33
  - split: train
34
  path: data/train-*
35
  ---
36
+
37
+ ```
38
+ DatasetDict({
39
+ train: Dataset({
40
+ features: ['PuzzleId', 'FEN', 'Moves', 'Rating', 'RatingDeviation', 'Popularity', 'NbPlays', 'Themes', 'GameUrl', 'OpeningTags'],
41
+ num_rows: 3764379
42
+ })
43
+ })
44
+ ```