cathv commited on
Commit
ac122c5
·
verified ·
1 Parent(s): c9734ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -40
README.md CHANGED
@@ -8,12 +8,6 @@ dataset_info:
8
  dtype: float32
9
  - name: lat
10
  dtype: float32
11
- - name: sat_imagery_path
12
- dtype: string
13
- - name: environmental_path
14
- dtype: string
15
- - name: target_path
16
- dtype: string
17
  - name: bio_1
18
  dtype: float32
19
  - name: bio_2
@@ -71,12 +65,6 @@ dataset_info:
71
  dtype: float32
72
  - name: lat
73
  dtype: float32
74
- - name: sat_imagery_path
75
- dtype: string
76
- - name: environmental_path
77
- dtype: string
78
- - name: target_path
79
- dtype: string
80
  - name: bio_1
81
  dtype: float32
82
  - name: bio_2
@@ -149,12 +137,6 @@ dataset_info:
149
  dtype: float32
150
  - name: lat
151
  dtype: float32
152
- - name: sat_imagery_path
153
- dtype: string
154
- - name: environmental_path
155
- dtype: string
156
- - name: target_path
157
- dtype: string
158
  - name: bio_1
159
  dtype: float32
160
  - name: bio_2
@@ -212,12 +194,6 @@ dataset_info:
212
  dtype: float32
213
  - name: lat
214
  dtype: float32
215
- - name: sat_imagery_path
216
- dtype: string
217
- - name: environmental_path
218
- dtype: string
219
- - name: target_path
220
- dtype: string
221
  - name: bio_1
222
  dtype: float32
223
  - name: bio_2
@@ -271,44 +247,44 @@ configs:
271
  - config_name: Kenya
272
  data_files:
273
  - split: train
274
- path: Kenya/train-*
275
  - split: val
276
- path: Kenya/val-*
277
  - split: test
278
- path: Kenya/test-*
279
  - config_name: South_Africa
280
  data_files:
281
  - split: train
282
- path: South_Africa/train-*
283
  - split: val
284
- path: South_Africa/val-*
285
  - split: test
286
- path: South_Africa/test-*
 
287
  - config_name: Species_ID
288
  data_files:
289
  - split: Kenya
290
- path: Species_ID/Kenya-*
291
  - split: South_Africa
292
- path: Species_ID/South_Africa-*
293
  - split: USA
294
- path: Species_ID/USA-*
295
- default: true
296
  - config_name: USA_Summer
297
  data_files:
298
  - split: train
299
- path: USA_Summer/train-*
300
  - split: val
301
- path: USA_Summer/val-*
302
  - split: test
303
- path: USA_Summer/test-*
304
  - config_name: USA_Winter
305
  data_files:
306
  - split: train
307
- path: USA_Winter/train-*
308
  - split: val
309
- path: USA_Winter/val-*
310
  - split: test
311
- path: USA_Winter/test-*
312
  license: cc-by-nc-4.0
313
  ---
314
 
 
8
  dtype: float32
9
  - name: lat
10
  dtype: float32
 
 
 
 
 
 
11
  - name: bio_1
12
  dtype: float32
13
  - name: bio_2
 
65
  dtype: float32
66
  - name: lat
67
  dtype: float32
 
 
 
 
 
 
68
  - name: bio_1
69
  dtype: float32
70
  - name: bio_2
 
137
  dtype: float32
138
  - name: lat
139
  dtype: float32
 
 
 
 
 
 
140
  - name: bio_1
141
  dtype: float32
142
  - name: bio_2
 
194
  dtype: float32
195
  - name: lat
196
  dtype: float32
 
 
 
 
 
 
197
  - name: bio_1
198
  dtype: float32
199
  - name: bio_2
 
247
  - config_name: Kenya
248
  data_files:
249
  - split: train
250
+ path: Kenya/train_filtered.csv
251
  - split: val
252
+ path: Kenya/val_filtered.csv
253
  - split: test
254
+ path: Kenya/test_filtered.csv
255
  - config_name: South_Africa
256
  data_files:
257
  - split: train
258
+ path: South_Africa/train_filtered.csv
259
  - split: val
260
+ path: South_Africa/val_filtered.csv
261
  - split: test
262
+ path: South_Africa/test_filtered.csv
263
+ default: true
264
  - config_name: Species_ID
265
  data_files:
266
  - split: Kenya
267
+ path: Species_ID/species_list_kenya.csv
268
  - split: South_Africa
269
+ path: Species_ID/species_list_south_africa.csv
270
  - split: USA
271
+ path: Species_ID/species_list_usa.csv
 
272
  - config_name: USA_Summer
273
  data_files:
274
  - split: train
275
+ path: USA_Summer/train_filtered.csv
276
  - split: val
277
+ path: USA_Summer/val_filtered.csv
278
  - split: test
279
+ path: USA_Summer/test_filtered.csv
280
  - config_name: USA_Winter
281
  data_files:
282
  - split: train
283
+ path: USA_Winter/train_filtered.csv
284
  - split: val
285
+ path: USA_Winter/val_filtered.csv
286
  - split: test
287
+ path: USA_Winter/test_filtered.csv
288
  license: cc-by-nc-4.0
289
  ---
290