Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
# AstroClassification and Redshifts Augmented Dataset
|
5 |
+
|
6 |
+
<!-- Provide a quick summary of the dataset. -->
|
7 |
+
|
8 |
+
This dataset was used in the fine-tuning with targeted augmentations step for the AstroClassification and Redshifts tasks introduced in [Connect Later: Improving Fine-tuning for Robustness with Targeted Augmentations](). This is a dataset of simulated astronomical time-series (e.g., supernovae, active galactic nuclei) augmented with the _redshifting_ targeted augmentation, and the task is to classify the object type (AstroClassification) or predict the object's redshift (Redshifts).
|
9 |
+
|
10 |
+
- **Repository:** https://github.com/helenqu/connect-later
|
11 |
+
- **Paper:** will be updated
|
12 |
+
- **Point of Contact: Helen Qu (<[email protected]>)**
|
13 |
+
|
14 |
+
## Dataset Loading
|
15 |
+
The `load_dataset` HuggingFace dataset loading syntax will use the custom dataset loading script included in this repository to load this dataset in the expected format for pretraining with the `run_finetuning.sh` script in the Connect Later repository.
|