kaupane commited on
Commit
d9cbc12
·
verified ·
1 Parent(s): b1005c8

Upload dataset

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md CHANGED
@@ -80,6 +80,38 @@ dataset_info:
80
  num_examples: 5
81
  download_size: 3254244
82
  dataset_size: 3248419
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
  configs:
84
  - config_name: revisit_constellation
85
  data_files:
@@ -89,6 +121,10 @@ configs:
89
  data_files:
90
  - split: test
91
  path: satnet/test-*
 
 
 
 
92
  ---
93
 
94
  # AstroReason-Bench Datasets
 
80
  num_examples: 5
81
  download_size: 3254244
82
  dataset_size: 3248419
83
+ - config_name: spot5
84
+ features:
85
+ - name: case_id
86
+ dtype: string
87
+ - name: split
88
+ dtype: string
89
+ - name: benchmark
90
+ dtype: string
91
+ - name: index_metadata
92
+ struct:
93
+ - name: case_id
94
+ dtype: string
95
+ - name: instance_file
96
+ dtype: string
97
+ - name: is_multi_orbit
98
+ dtype: bool
99
+ - name: path
100
+ dtype: string
101
+ - name: split
102
+ dtype: string
103
+ - name: files
104
+ list:
105
+ - name: content
106
+ dtype: string
107
+ - name: path
108
+ dtype: string
109
+ splits:
110
+ - name: single_orbit
111
+ num_bytes: 934024
112
+ num_examples: 14
113
+ download_size: 938344
114
+ dataset_size: 934024
115
  configs:
116
  - config_name: revisit_constellation
117
  data_files:
 
121
  data_files:
122
  - split: test
123
  path: satnet/test-*
124
+ - config_name: spot5
125
+ data_files:
126
+ - split: single_orbit
127
+ path: spot5/single_orbit-*
128
  ---
129
 
130
  # AstroReason-Bench Datasets