Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ authors:
family-names: White
identifiers:
- type: doi
# value: 10.48550/arXiv.2412.21154
value: 10.48550/arXiv.2506.17238
description: ArXiv DOI
- type: url
# value: https://arxiv.org/abs/2412.21154
value: https://arxiv.org/abs/2506.17238
description: ArXiv abstract
repository-code: https://github.com/Future-House/ether0
keywords:
Expand Down Expand Up @@ -59,8 +59,8 @@ preferred-citation:
- given-names: Andrew D.
family-names: White
date-published: 2025-06-04
doi: 10.48550/arXiv.2412.21154
doi: 10.48550/arXiv.2506.17238
journal: preprint
title: "Training a Scientific Reasoning Model for Chemistry"
type: article
# url: https://arxiv.org/abs/2412.21154
url: https://arxiv.org/abs/2506.17238
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Future-House/ether0)
[![arXiv](https://img.shields.io/badge/arXiv-2506.17238-b31b1b.svg)](https://arxiv.org/abs/2506.17238)
[![Project Status: Active](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)

[![Tests](https://github.com/Future-House/ether0/actions/workflows/lint-test.yaml/badge.svg)](https://github.com/Future-House/ether0/actions)
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
[![python](https://img.shields.io/badge/python-3.11+-blue?style=flat&logo=python&logoColor=white)](https://www.python.org)

[![Model on HF](https://huggingface.co/datasets/huggingface/badges/resolve/main/model-on-hf-md-dark.svg)](https://huggingface.co/futurehouse/ether0)
[![Dataset on HF](https://huggingface.co/datasets/huggingface/badges/resolve/main/dataset-on-hf-md-dark.svg)](https://huggingface.co/datasets/futurehouse/ether0-benchmark)

Expand Down
Loading