Metadata-Version: 2.4
Name: lophius
Version: 1.0.0
Summary: A workbench for language model research
Keywords: llm,transformer
Author: Philipp Emanuel Weidmann
Author-email: Philipp Emanuel Weidmann <pew@worldwidemann.com>
License-Expression: AGPL-3.0-or-later
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: GPU
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: accelerate~=1.14
Requires-Dist: datasets~=5.0
Requires-Dist: huggingface-hub~=1.21
Requires-Dist: ipywidgets~=8.1
Requires-Dist: jupyter-bokeh~=4.1
Requires-Dist: jupyter-dark-detect~=0.1
Requires-Dist: markdown~=3.10
Requires-Dist: matplotlib~=3.10
Requires-Dist: pandas~=2.3
Requires-Dist: panel~=1.9
Requires-Dist: panel-material-ui~=0.14
Requires-Dist: plotly~=6.9
Requires-Dist: torch
Requires-Dist: torchdr~=0.4
Requires-Dist: torchvision
Requires-Dist: tqdm~=4.68
Requires-Dist: transformers[kernels]~=5.14
Requires-Python: >=3.10
Project-URL: Homepage, https://lophius.org
Project-URL: Documentation, https://lophius.org/tutorial
Project-URL: Repository, https://github.com/p-e-w/lophius.git
Project-URL: Issues, https://github.com/p-e-w/lophius/issues
Project-URL: Changelog, https://github.com/p-e-w/lophius/releases
Description-Content-Type: text/markdown

<img width="128" align="right" alt="Logo" src="docs/images/logo.png" />

# Lophius: A workbench for language model research<br><br>[![Discord](https://img.shields.io/discord/1535898067386236928?color=5865F2&label=discord&labelColor=black&logo=discord&logoColor=white&style=for-the-badge)](https://discord.gg/jKSzmWMBAH) [![Follow us on Hugging Face](https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-us-on-hf-md-dark.svg)](https://huggingface.co/lophius-org)

### See https://lophius.org for details!

<picture>
    <source media="(prefers-color-scheme: dark)" srcset="docs/images/model_dark.png">
    <source media="(prefers-color-scheme: light)" srcset="docs/images/model_light.png">
    <img alt="Screenshot" src="docs/images/model_light.png">
</picture>


## License

Copyright &copy; 2026  Philipp Emanuel Weidmann (<pew@worldwidemann.com>) + contributors

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

**By contributing to this project, you agree to release your
contributions under the same license.**
