Commit
·
8315a1f
1
Parent(s):
83a6687
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,6 +1,33 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
features:
|
5 |
- name: local_positions
|
6 |
sequence: int64
|
@@ -28,6 +55,10 @@ dataset_info:
|
|
28 |
download_size: 943683526
|
29 |
dataset_size: 25094377660
|
30 |
configs:
|
|
|
|
|
|
|
|
|
31 |
- config_name: atari-asterix
|
32 |
data_files:
|
33 |
- split: train
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: atari-amidar
|
4 |
+
features:
|
5 |
+
- name: loss_mask
|
6 |
+
sequence: bool
|
7 |
+
- name: local_positions
|
8 |
+
sequence: int64
|
9 |
+
- name: patches
|
10 |
+
sequence:
|
11 |
+
sequence:
|
12 |
+
sequence:
|
13 |
+
sequence: uint8
|
14 |
+
- name: patch_positions
|
15 |
+
sequence:
|
16 |
+
sequence:
|
17 |
+
sequence: float64
|
18 |
+
- name: input_ids
|
19 |
+
sequence: int32
|
20 |
+
- name: input_types
|
21 |
+
sequence: int64
|
22 |
+
- name: attention_mask
|
23 |
+
sequence: bool
|
24 |
+
splits:
|
25 |
+
- name: train
|
26 |
+
num_bytes: 23292403388
|
27 |
+
num_examples: 17641
|
28 |
+
download_size: 1484086855
|
29 |
+
dataset_size: 23292403388
|
30 |
+
- config_name: atari-asterix
|
31 |
features:
|
32 |
- name: local_positions
|
33 |
sequence: int64
|
|
|
55 |
download_size: 943683526
|
56 |
dataset_size: 25094377660
|
57 |
configs:
|
58 |
+
- config_name: atari-amidar
|
59 |
+
data_files:
|
60 |
+
- split: train
|
61 |
+
path: atari-amidar/train-*
|
62 |
- config_name: atari-asterix
|
63 |
data_files:
|
64 |
- split: train
|