christopher
commited on
Commit
•
4effef8
1
Parent(s):
17ac1c0
Update README.md
Browse files
README.md
CHANGED
@@ -1,48 +1,48 @@
|
|
1 |
-
---
|
2 |
-
license: cc0-1.0
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: Event
|
6 |
-
dtype: string
|
7 |
-
- name: Site
|
8 |
-
dtype: string
|
9 |
-
- name: White
|
10 |
-
dtype: string
|
11 |
-
- name: Black
|
12 |
-
dtype: string
|
13 |
-
- name: Result
|
14 |
-
dtype: string
|
15 |
-
- name: WhiteTitle
|
16 |
-
dtype: string
|
17 |
-
- name: BlackTitle
|
18 |
-
dtype: string
|
19 |
-
- name: WhiteElo
|
20 |
-
dtype: int16
|
21 |
-
- name: BlackElo
|
22 |
-
dtype: int16
|
23 |
-
- name: WhiteRatingDiff
|
24 |
-
dtype: int16
|
25 |
-
- name: BlackRatingDiff
|
26 |
-
dtype: int16
|
27 |
-
- name: UTCDate
|
28 |
-
dtype: date32
|
29 |
-
- name: UTCTime
|
30 |
-
dtype: time32[s]
|
31 |
-
- name: Termination
|
32 |
-
dtype: string
|
33 |
-
- name: TimeControl
|
34 |
-
dtype: string
|
35 |
-
- name: movetext
|
36 |
-
dtype: string
|
37 |
-
splits:
|
38 |
-
- name: train
|
39 |
-
num_bytes: 5574886
|
40 |
-
num_examples: 8780
|
41 |
-
download_size: 2972430
|
42 |
-
dataset_size: 5574886
|
43 |
-
configs:
|
44 |
-
- config_name: default
|
45 |
-
data_files:
|
46 |
-
- split: train
|
47 |
-
path: data
|
48 |
-
---
|
|
|
1 |
+
---
|
2 |
+
license: cc0-1.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: Event
|
6 |
+
dtype: string
|
7 |
+
- name: Site
|
8 |
+
dtype: string
|
9 |
+
- name: White
|
10 |
+
dtype: string
|
11 |
+
- name: Black
|
12 |
+
dtype: string
|
13 |
+
- name: Result
|
14 |
+
dtype: string
|
15 |
+
- name: WhiteTitle
|
16 |
+
dtype: string
|
17 |
+
- name: BlackTitle
|
18 |
+
dtype: string
|
19 |
+
- name: WhiteElo
|
20 |
+
dtype: int16
|
21 |
+
- name: BlackElo
|
22 |
+
dtype: int16
|
23 |
+
- name: WhiteRatingDiff
|
24 |
+
dtype: int16
|
25 |
+
- name: BlackRatingDiff
|
26 |
+
dtype: int16
|
27 |
+
- name: UTCDate
|
28 |
+
dtype: date32
|
29 |
+
- name: UTCTime
|
30 |
+
dtype: time32[s]
|
31 |
+
- name: Termination
|
32 |
+
dtype: string
|
33 |
+
- name: TimeControl
|
34 |
+
dtype: string
|
35 |
+
- name: movetext
|
36 |
+
dtype: string
|
37 |
+
splits:
|
38 |
+
- name: train
|
39 |
+
num_bytes: 5574886
|
40 |
+
num_examples: 8780
|
41 |
+
download_size: 2972430
|
42 |
+
dataset_size: 5574886
|
43 |
+
configs:
|
44 |
+
- config_name: default
|
45 |
+
data_files:
|
46 |
+
- split: train
|
47 |
+
path: data/**/train-*
|
48 |
+
---
|