Datasets:
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 |
- antichess
|
|
@@ -15,46 +15,6 @@ tags:
|
|
| 15 |
pretty_name: Rated Antichess Games
|
| 16 |
size_categories:
|
| 17 |
- 10M<n<100M
|
| 18 |
-
dataset_info:
|
| 19 |
-
features:
|
| 20 |
-
- name: Event
|
| 21 |
-
dtype: string
|
| 22 |
-
- name: Site
|
| 23 |
-
dtype: string
|
| 24 |
-
- name: White
|
| 25 |
-
dtype: string
|
| 26 |
-
- name: Black
|
| 27 |
-
dtype: string
|
| 28 |
-
- name: Result
|
| 29 |
-
dtype: string
|
| 30 |
-
- name: WhiteTitle
|
| 31 |
-
dtype: string
|
| 32 |
-
- name: BlackTitle
|
| 33 |
-
dtype: string
|
| 34 |
-
- name: WhiteElo
|
| 35 |
-
dtype: int16
|
| 36 |
-
- name: BlackElo
|
| 37 |
-
dtype: int16
|
| 38 |
-
- name: WhiteRatingDiff
|
| 39 |
-
dtype: int16
|
| 40 |
-
- name: BlackRatingDiff
|
| 41 |
-
dtype: int16
|
| 42 |
-
- name: UTCDate
|
| 43 |
-
dtype: date32
|
| 44 |
-
- name: UTCTime
|
| 45 |
-
dtype: time32[s]
|
| 46 |
-
- name: Termination
|
| 47 |
-
dtype: string
|
| 48 |
-
- name: TimeControl
|
| 49 |
-
dtype: string
|
| 50 |
-
- name: movetext
|
| 51 |
-
dtype: string
|
| 52 |
-
splits:
|
| 53 |
-
- name: train
|
| 54 |
-
num_bytes: 537307898
|
| 55 |
-
num_examples: 341106
|
| 56 |
-
download_size: 172941011
|
| 57 |
-
dataset_size: 537307898
|
| 58 |
---
|
| 59 |
|
| 60 |
> [!CAUTION]
|
|
|
|
| 4 |
- config_name: default
|
| 5 |
data_files:
|
| 6 |
- split: train
|
| 7 |
+
path: data/**/train-*
|
| 8 |
tags:
|
| 9 |
- chess
|
| 10 |
- antichess
|
|
|
|
| 15 |
pretty_name: Rated Antichess Games
|
| 16 |
size_categories:
|
| 17 |
- 10M<n<100M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
> [!CAUTION]
|