MeriDK commited on
Commit
251c917
·
verified ·
1 Parent(s): dc8822a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -38
README.md CHANGED
@@ -9,43 +9,6 @@ tags:
9
  - classification
10
  arxiv:
11
  - arXiv:2411.08842
12
- configs:
13
- - config_name: sub10_0
14
- data_files:
15
- - split: train
16
- path: sub10_0/train-*
17
- - split: validation
18
- path: sub10_0/validation-*
19
- - split: test
20
- path: sub10_0/test-*
21
- dataset_info:
22
- config_name: sub10_0
23
- features:
24
- - name: photometry
25
- sequence:
26
- sequence: float32
27
- length: 3
28
- - name: spectra
29
- sequence:
30
- sequence: float32
31
- length: 3
32
- - name: metadata
33
- sequence: float32
34
- length: 38
35
- - name: label
36
- dtype: string
37
- splits:
38
- - name: train
39
- num_bytes: 91722134
40
- num_examples: 1660
41
- - name: validation
42
- num_bytes: 15861831
43
- num_examples: 210
44
- - name: test
45
- num_bytes: 10997882
46
- num_examples: 220
47
- download_size: 106707527
48
- dataset_size: 118581847
49
  ---
50
 
51
  # AstroM3Dataset
@@ -67,6 +30,7 @@ Each sample consists of:
67
 
68
  - Paper: [AstroM<sup>3</sup>: A self-supervised multimodal model for astronomy](https://arxiv.org/abs/2411.08842)
69
  - Code Repository: [GitHub: AstroM<sup>3</sup>](https://github.com/MeriDK/AstroM3/)
 
70
 
71
  ---
72
 
@@ -139,7 +103,7 @@ dataset = load_dataset("MeriDK/AstroM3Dataset", name="sub25_123", trust_remote_c
139
  ---
140
 
141
  ## Citation
142
- If you find this dataset usefull, please cite:
143
  ```bibtex
144
  @article{rizhko2024astrom,
145
  title={AstroM $\^{} 3$: A self-supervised multimodal model for astronomy},
 
9
  - classification
10
  arxiv:
11
  - arXiv:2411.08842
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  # AstroM3Dataset
 
30
 
31
  - Paper: [AstroM<sup>3</sup>: A self-supervised multimodal model for astronomy](https://arxiv.org/abs/2411.08842)
32
  - Code Repository: [GitHub: AstroM<sup>3</sup>](https://github.com/MeriDK/AstroM3/)
33
+ - Processed Data: [MeriDK/AstroM3Processed](https://huggingface.co/datasets/MeriDK/AstroM3Processed/)
34
 
35
  ---
36
 
 
103
  ---
104
 
105
  ## Citation
106
+ 🤗 If you find this dataset usefull, please cite our paper 🤗
107
  ```bibtex
108
  @article{rizhko2024astrom,
109
  title={AstroM $\^{} 3$: A self-supervised multimodal model for astronomy},