Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ configs:
|
|
4 |
- config_name: default
|
5 |
data_files:
|
6 |
- split: train
|
7 |
-
path: data
|
8 |
tags:
|
9 |
- chess
|
10 |
- three-check-chess
|
@@ -13,46 +13,6 @@ tags:
|
|
13 |
- games
|
14 |
size_categories:
|
15 |
- 1M<n<10M
|
16 |
-
dataset_info:
|
17 |
-
features:
|
18 |
-
- name: Event
|
19 |
-
dtype: string
|
20 |
-
- name: Site
|
21 |
-
dtype: string
|
22 |
-
- name: White
|
23 |
-
dtype: string
|
24 |
-
- name: Black
|
25 |
-
dtype: string
|
26 |
-
- name: Result
|
27 |
-
dtype: string
|
28 |
-
- name: WhiteTitle
|
29 |
-
dtype: string
|
30 |
-
- name: BlackTitle
|
31 |
-
dtype: string
|
32 |
-
- name: WhiteElo
|
33 |
-
dtype: int16
|
34 |
-
- name: BlackElo
|
35 |
-
dtype: int16
|
36 |
-
- name: WhiteRatingDiff
|
37 |
-
dtype: int16
|
38 |
-
- name: BlackRatingDiff
|
39 |
-
dtype: int16
|
40 |
-
- name: UTCDate
|
41 |
-
dtype: date32
|
42 |
-
- name: UTCTime
|
43 |
-
dtype: time32[s]
|
44 |
-
- name: Termination
|
45 |
-
dtype: string
|
46 |
-
- name: TimeControl
|
47 |
-
dtype: string
|
48 |
-
- name: movetext
|
49 |
-
dtype: string
|
50 |
-
splits:
|
51 |
-
- name: train
|
52 |
-
num_bytes: 114643531
|
53 |
-
num_examples: 107646
|
54 |
-
download_size: 36841491
|
55 |
-
dataset_size: 114643531
|
56 |
---
|
57 |
|
58 |
> [!CAUTION]
|
|
|
4 |
- config_name: default
|
5 |
data_files:
|
6 |
- split: train
|
7 |
+
path: data/**/train-*
|
8 |
tags:
|
9 |
- chess
|
10 |
- three-check-chess
|
|
|
13 |
- games
|
14 |
size_categories:
|
15 |
- 1M<n<10M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
> [!CAUTION]
|