datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
Exoplanets_Datanasa-exoplanets
NASA Exoplanet Archive
Credit: NASA/JPL-Caltech
Part of a dataset collection on Hugging Face.
Dataset description
Confirmed exoplanets with orbital, stellar, and discovery parameters from the NASA Exoplanet Archive.
The NASA Exoplanet Archive is the authoritative database of confirmed exoplanets, maintained by Caltech/IPAC under contract with NASA. Each entry represents a confirmed planet with its best-available physical and orbital parameters, host star… See the full description on the dataset page: https://huggingface.co/datasets/juliensimon/nasa-exoplanets.exoplanets-unified-datasetexoplanets-sql
Exoplanets text-to-SQL
This is a small dataset based on https://www.kaggle.com/datasets/adityamishraml/nasaexoplanets/data. sqlite table exoplanets was made from the data, along with a reference_planets table made by inserting (name, mass) VALUES ('Jupiter', 1.898e27) and (name, mass) VALUES ('Earth', 5.972e24).
The mass_wrt column in exoplanets maps to the mass column in reference_planets, allowing for more complex queries involving joins. Queries have been checked for logical… See the full description on the dataset page: https://huggingface.co/datasets/dpv/exoplanets-sql.exoplanets-sql2
Exoplanets text-to-SQL2
This is a copy of dpv/exoplanets-sql with 10 extra examples added to the training data to boost validation performance on questions found challenging by fine tuned models.
