jonahkall's picture
Upload 51 files
4c346eb verified
raw
history blame
1.15 kB
.gitignore
.pre-commit-config.yaml
.python-version
CITATION.cff
LICENSE
README.md
pyproject.toml
uv.lock
.github/renovate.json5
.github/workflows/lint-test.yaml
docs/adding_tokens.ipynb
docs/updated_mistral_chat_template.jinja
docs/assets/ether0_logo.svg
docs/assets/training_info.png
docs/assets/valid_molecule.svg
packages/remotes/.gitignore
packages/remotes/LICENSE
packages/remotes/README.md
packages/remotes/pyproject.toml
packages/remotes/src/ether0/server.py
packages/remotes/tests/conftest.py
packages/remotes/tests/test_clients.py
packages/remotes/tests/test_rewards.py
src/ether0/chat.py
src/ether0/clients.py
src/ether0/data.py
src/ether0/fingerprints.bloom
src/ether0/model_prompts.py
src/ether0/models.py
src/ether0/problem_prompts.py
src/ether0/py.typed
src/ether0/rewards.py
src/ether0/rings.bloom
src/ether0/utils.py
src/ether0.egg-info/PKG-INFO
src/ether0.egg-info/SOURCES.txt
src/ether0.egg-info/dependency_links.txt
src/ether0.egg-info/requires.txt
src/ether0.egg-info/top_level.txt
tests/conftest.py
tests/test_chat.py
tests/test_data.py
tests/test_model_prompts.py
tests/test_models.py
tests/test_rewards.py
tests/test_utils.py