docs/index.md: add badges

This commit is contained in:
Cédric Deltheil 2024-02-02 09:48:15 +00:00 committed by Cédric Deltheil
parent 7307a3686e
commit f7cc6e577c
2 changed files with 13 additions and 4 deletions

View file

@ -4,8 +4,17 @@ icon: material/water-outline
# ![Refiners](/assets/logo_light.png)
Refiners is the simplest way to train and run [adapters](/concepts/adapter/) on top of foundation models.
<div style="text-align: center">
<p>
<strong>The simplest way to train and run <a href="/concepts/adapter/">adapters</a> on top of foundation models.</strong>
</p>
<a href="https://pypi.org/project/refiners/"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/refiners"></a>
<a href="https://badge.fury.io/py/refiners"><img alt="PyPI Status" src="https://badge.fury.io/py/refiners.svg"></a>
<a href="https://github.com/finegrain-ai/refiners/blob/main/LICENSE"><img alt="license" src="https://img.shields.io/badge/license-MIT-blue"></a>
<a href="https://finegrain.ai/bounties"><img alt="code bounties" src="https://img.shields.io/badge/code-bounties-blue"></a>
<a href="https://discord.gg/mCmjNUVV7d"><img alt="chat" src="https://img.shields.io/discord/1179456777406922913?logo=discord&amp;logoColor=white&amp;color=%235765F2"></a>
</div>
It is a microframework built on top of PyTorch with first-class citizen APIs for foundation model adaptation.
Refiners is a microframework built on top of PyTorch with first-class citizen APIs for foundation model adaptation.
Refiners is Open Source and published under the MIT License.
It is Open Source and published under the MIT License.

View file

@ -56,7 +56,7 @@ extra_css:
- stylesheets/extra.css
nav:
- Home:
- Refiners: index.md
- Welcome: index.md
- home/why.md
- Getting started:
- getting-started/recommended.md