Commit
·
4349763
1
Parent(s):
bdb7781
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -837,6 +837,33 @@ dataset_info:
|
|
| 837 |
num_examples: 2222
|
| 838 |
download_size: 904796125
|
| 839 |
dataset_size: 25402281868
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 840 |
- config_name: atari-videopinball
|
| 841 |
features:
|
| 842 |
- name: patch_positions
|
|
@@ -1096,6 +1123,10 @@ configs:
|
|
| 1096 |
path: atari-surround/train-*
|
| 1097 |
- split: test
|
| 1098 |
path: atari-surround/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1099 |
- config_name: atari-videopinball
|
| 1100 |
data_files:
|
| 1101 |
- split: train
|
|
|
|
| 837 |
num_examples: 2222
|
| 838 |
download_size: 904796125
|
| 839 |
dataset_size: 25402281868
|
| 840 |
+
- config_name: atari-tennis
|
| 841 |
+
features:
|
| 842 |
+
- name: input_ids
|
| 843 |
+
sequence: int32
|
| 844 |
+
- name: local_positions
|
| 845 |
+
sequence: int64
|
| 846 |
+
- name: patch_positions
|
| 847 |
+
sequence:
|
| 848 |
+
sequence:
|
| 849 |
+
sequence: float64
|
| 850 |
+
- name: loss_mask
|
| 851 |
+
sequence: bool
|
| 852 |
+
- name: input_types
|
| 853 |
+
sequence: int64
|
| 854 |
+
- name: patches
|
| 855 |
+
sequence:
|
| 856 |
+
sequence:
|
| 857 |
+
sequence:
|
| 858 |
+
sequence: uint8
|
| 859 |
+
- name: attention_mask
|
| 860 |
+
sequence: bool
|
| 861 |
+
splits:
|
| 862 |
+
- name: test
|
| 863 |
+
num_bytes: 2484015692
|
| 864 |
+
num_examples: 1877
|
| 865 |
+
download_size: 95167453
|
| 866 |
+
dataset_size: 2484015692
|
| 867 |
- config_name: atari-videopinball
|
| 868 |
features:
|
| 869 |
- name: patch_positions
|
|
|
|
| 1123 |
path: atari-surround/train-*
|
| 1124 |
- split: test
|
| 1125 |
path: atari-surround/test-*
|
| 1126 |
+
- config_name: atari-tennis
|
| 1127 |
+
data_files:
|
| 1128 |
+
- split: test
|
| 1129 |
+
path: atari-tennis/test-*
|
| 1130 |
- config_name: atari-videopinball
|
| 1131 |
data_files:
|
| 1132 |
- split: train
|