christopher
commited on
Commit
•
452bed0
1
Parent(s):
c803532
Update README.md
Browse files
README.md
CHANGED
@@ -1,50 +1,50 @@
|
|
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: FEN
|
32 |
-
dtype: string
|
33 |
-
- name: Termination
|
34 |
-
dtype: string
|
35 |
-
- name: TimeControl
|
36 |
-
dtype: string
|
37 |
-
- name: movetext
|
38 |
-
dtype: string
|
39 |
-
splits:
|
40 |
-
- name: train
|
41 |
-
num_bytes: 6315603
|
42 |
-
num_examples: 10559
|
43 |
-
download_size: 3217663
|
44 |
-
dataset_size: 6315603
|
45 |
-
configs:
|
46 |
-
- config_name: default
|
47 |
-
data_files:
|
48 |
-
- split: train
|
49 |
-
path: data
|
50 |
-
---
|
|
|
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: FEN
|
32 |
+
dtype: string
|
33 |
+
- name: Termination
|
34 |
+
dtype: string
|
35 |
+
- name: TimeControl
|
36 |
+
dtype: string
|
37 |
+
- name: movetext
|
38 |
+
dtype: string
|
39 |
+
splits:
|
40 |
+
- name: train
|
41 |
+
num_bytes: 6315603
|
42 |
+
num_examples: 10559
|
43 |
+
download_size: 3217663
|
44 |
+
dataset_size: 6315603
|
45 |
+
configs:
|
46 |
+
- config_name: default
|
47 |
+
data_files:
|
48 |
+
- split: train
|
49 |
+
path: data/**/train-*
|
50 |
+
---
|