b-remy commited on
Commit
70ce5af
·
verified ·
1 Parent(s): dca4279

Upload dataset

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -1,3 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
  # FAIR Universe - NeurIPS 2025 Weak Lensing Uncertainty Challenge
3
  This dataset is a HF mirror of the official challenge training data for this challenge:
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ dataset_info:
10
+ features:
11
+ - name: kappa
12
+ dtype:
13
+ array2_d:
14
+ shape:
15
+ - 1424
16
+ - 176
17
+ dtype: float16
18
+ - name: theta
19
+ list: float32
20
+ length: 5
21
+ splits:
22
+ - name: train
23
+ num_bytes: 10445568672
24
+ num_examples: 20604
25
+ - name: validation
26
+ num_bytes: 2662595936
27
+ num_examples: 5252
28
+ download_size: 6938697249
29
+ dataset_size: 13108164608
30
+ ---
31
 
32
  # FAIR Universe - NeurIPS 2025 Weak Lensing Uncertainty Challenge
33
  This dataset is a HF mirror of the official challenge training data for this challenge: