A microframework on top of PyTorch with first-class citizen APIs for foundation model adaptation https://refine.rs/
Find a file
Pierre Chapuis e643006887
Some checks are pending
CI / lint_and_typecheck (push) Waiting to run
Deploy docs to GitHub Pages / Deploy docs (push) Waiting to run
Spell checker / Spell check (push) Waiting to run
fix .to for MVANet
2024-08-27 18:41:29 +02:00
.github/workflows bump setup-rye action to v3 2024-06-27 14:11:07 +02:00
assets README: upgrade hello world 2023-10-20 18:28:31 +02:00
docs Add Multi-View Aggregation Network (MVANet) 2024-08-26 13:59:02 +02:00
notebooks deprecate outdated notebooks/basics.ipynb 2024-02-02 14:12:59 +01:00
scripts Add Multi-View Aggregation Network (MVANet) 2024-08-26 13:59:02 +02:00
src/refiners fix .to for MVANet 2024-08-27 18:41:29 +02:00
tests fix .to for MVANet 2024-08-27 18:41:29 +02:00
typings/gdown Add Multi-View Aggregation Network (MVANet) 2024-08-26 13:59:02 +02:00
.gitignore add DINOv2-FD metric 2024-04-03 16:45:00 +02:00
CONTRIBUTING.md refactor dinov2 tests, check against official implementation 2024-04-02 10:02:43 +02:00
LICENSE Update LICENSE 2024-02-02 14:08:09 +01:00
mkdocs.yml write Training 101 guide 2024-02-26 14:44:02 +01:00
pyproject.toml Add Multi-View Aggregation Network (MVANet) 2024-08-26 13:59:02 +02:00
README.md add IC-Light bullet point in Latest News 2024-08-12 12:09:23 +02:00
requirements.docs.txt make requirements.docs.txt follow the [doc] optional deps from pyproject.toml 2024-08-23 13:44:32 +02:00
requirements.lock Add Multi-View Aggregation Network (MVANet) 2024-08-26 13:59:02 +02:00

Finegrain Refiners Library

The simplest way to train and run adapters on top of foundation models

Manifesto | Docs | Guides | Discussions | Discord


PyPI - Python Version PyPI Status license code bounties chat

Latest News 🔥

Installation

The current recommended way to install Refiners is from source using Rye:

git clone "git@github.com:finegrain-ai/refiners.git"
cd refiners
rye sync --all-features

Documentation

Refiners comes with a MkDocs-based documentation website available at https://refine.rs. You will find there a quick start guide, a description of the key concepts, as well as in-depth foundation model adaptation guides.

Awesome Adaptation Papers

If you're interested in understanding the diversity of use cases for foundation model adaptation (potentially beyond the specific adapters supported by Refiners), we suggest you take a look at these outstanding papers:

Projects using Refiners

Credits

We took inspiration from these great projects:

Citation

@misc{the-finegrain-team-2023-refiners,
  author = {Benjamin Trom and Pierre Chapuis and Cédric Deltheil},
  title = {Refiners: The simplest way to train and run adapters on top of foundation models},
  year = {2023},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/finegrain-ai/refiners}}
}