austindavis commited on
Commit
58921bf
·
verified ·
1 Parent(s): 1f5f3e7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Event
5
+ dtype: string
6
+ - name: Site
7
+ dtype: string
8
+ - name: Date
9
+ dtype: string
10
+ - name: Round
11
+ dtype: string
12
+ - name: White
13
+ dtype: string
14
+ - name: Black
15
+ dtype: string
16
+ - name: Result
17
+ dtype: string
18
+ - name: ECO
19
+ dtype: string
20
+ - name: WhiteElo
21
+ dtype: int64
22
+ - name: BlackElo
23
+ dtype: int64
24
+ - name: PlyCount
25
+ dtype: int64
26
+ - name: EventDate
27
+ dtype: string
28
+ - name: EventType
29
+ dtype: string
30
+ - name: transcript
31
+ dtype: string
32
+ - name: __index_level_0__
33
+ dtype: int64
34
+ splits:
35
+ - name: train
36
+ num_bytes: 157102390
37
+ num_examples: 234252
38
+ download_size: 78908528
39
+ dataset_size: 157102390
40
+ ---
41
+ # Dataset Card for "chess_world_lichess_elite"
42
+
43
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)