christopher commited on
Commit
ac7d1c2
·
verified ·
1 Parent(s): 1e2abe0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -42
README.md CHANGED
@@ -1,60 +1,21 @@
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: 606124882
40
- num_examples: 383387
41
- download_size: 196913635
42
- dataset_size: 606124882
43
  configs:
44
  - config_name: default
45
  data_files:
46
  - split: train
47
- path: data/year=2025/month=02/train-*
48
  tags:
49
  - chess
50
  - antichess
51
  - lichess
52
  - game
53
  - games
 
54
  pretty_name: Rated Antichess Games
55
  size_categories:
56
  - 10M<n<100M
57
  ---
58
 
59
  > [!CAUTION]
60
- > This dataset is still a work in progress and some breaking changes might occur. In the meantime, please use https://database.lichess.org/#variant_games
 
1
  ---
2
  license: cc0-1.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  configs:
4
  - config_name: default
5
  data_files:
6
  - split: train
7
+ path: data/**/train-*
8
  tags:
9
  - chess
10
  - antichess
11
  - lichess
12
  - game
13
  - games
14
+ - tabular
15
  pretty_name: Rated Antichess Games
16
  size_categories:
17
  - 10M<n<100M
18
  ---
19
 
20
  > [!CAUTION]
21
+ > This dataset is still a work in progress and some breaking changes might occur.