mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-12 16:18:22 +00:00
docs/index.md: add badges
This commit is contained in:
parent
7307a3686e
commit
f7cc6e577c
|
@ -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&logoColor=white&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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue