Skip to content

Commit 3e72ae1

Browse files
author
Laurent
committed
add more shields.io badges in README.md
1 parent dd6423b commit 3e72ae1

File tree

2 files changed

+36
-19
lines changed

2 files changed

+36
-19
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,25 @@
88

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

11-
[**Manifesto**](https://refine.rs/home/why/) | [**Docs**](https://refine.rs) | [**Guides**](https://refine.rs/guides/adapting_sdxl/) | [**Discussions**](https://github.com/finegrain-ai/refiners/discussions) | [**Discord**](https://discord.gg/mCmjNUVV7d)
11+
[**Manifesto**](https://refine.rs/home/why/) |
12+
[**Docs**](https://refine.rs) |
13+
[**Guides**](https://refine.rs/guides/adapting_sdxl/) |
14+
[**Discussions**](https://github.com/finegrain-ai/refiners/discussions) |
15+
[**Discord**](https://discord.gg/mCmjNUVV7d)
1216

1317
______________________________________________________________________
1418

19+
[![dependencies - Rye](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/rye/main/artwork/badge.json)](https://rye.astral.sh)
20+
[![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
21+
[![packaging - Hatch](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)
1522
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/refiners)](https://pypi.org/project/refiners/)
16-
[![PyPI Status](https://badge.fury.io/py/refiners.svg)](https://badge.fury.io/py/refiners)
17-
[![license](https://img.shields.io/badge/license-MIT-blue)](/LICENSE)
23+
[![PyPI - Status](https://badge.fury.io/py/refiners.svg)](https://badge.fury.io/py/refiners)
24+
[![license](https://img.shields.io/badge/license-MIT-blue)](/LICENSE) \
1825
[![code bounties](https://img.shields.io/badge/code-bounties-blue)](https://finegrain.ai/bounties)
19-
[![chat](https://img.shields.io/discord/1179456777406922913?logo=discord&logoColor=white&color=%235765F2)](https://discord.gg/mCmjNUVV7d)
26+
[![Discord](https://img.shields.io/discord/1179456777406922913?logo=discord&logoColor=white&color=%235765F2)](https://discord.gg/mCmjNUVV7d)
27+
[![HuggingFace - Refiners](https://img.shields.io/badge/refiners-ffd21e?logo=huggingface&labelColor=555)](https://huggingface.co/refiners)
28+
[![HuggingFace - Finegrain](https://img.shields.io/badge/finegrain-ffd21e?logo=huggingface&labelColor=555)](https://huggingface.co/finegrain)
29+
2030
</div>
2131

2232
## Latest News 🔥

docs/index.md

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,26 @@ title: A PyTorch microframework for foundation model adaptation
33
icon: material/water-outline
44
---
55

6-
<h1 style="margin-bottom: 0;"></h1>
7-
<img src="/assets/logo_light.png" alt="Refiners logo" width="400px" style="display: block; margin-left: auto; margin-right: auto"/>
6+
![Refiners logo](/assets/logo_light.png){: style="display: block; margin-left: auto; margin-right: auto; width: 400px;"}
87

9-
<div style="text-align: center">
10-
<p>
11-
<strong>The simplest way to train and run <a href="/concepts/adapter/">adapters</a> on top of foundation models.</strong>
12-
</p>
13-
<a href="https://pypi.org/project/refiners/"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/refiners"></a>
14-
<a href="https://badge.fury.io/py/refiners"><img alt="PyPI Status" src="https://badge.fury.io/py/refiners.svg"></a>
15-
<a href="https://github.com/finegrain-ai/refiners/blob/main/LICENSE"><img alt="license" src="https://img.shields.io/badge/license-MIT-blue"></a>
16-
<a href="https://finegrain.ai/bounties"><img alt="code bounties" src="https://img.shields.io/badge/code-bounties-blue"></a>
17-
<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>
18-
<p>
19-
At the era of foundation models, adaptation is quickly rising at the method of choice for bridging the last mile quality gap. We couldn't find a framework with first class citizen APIs for foundation model adaptation, so we created one. It's called Refiners, and we're building it on top of PyTorch, in the open, under the MIT License. <a href="/home/why/">Read our manifesto</a>.
20-
</p>
21-
</div>
8+
<center>
9+
10+
**The simplest way to train and run [adapters](/concepts/adapter/) on top of foundation models.**
11+
12+
[![dependencies - Rye](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/rye/main/artwork/badge.json)](https://rye.astral.sh)
13+
[![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
14+
[![packaging - Hatch](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)
15+
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/refiners)](https://pypi.org/project/refiners/)
16+
[![PyPI - Status](https://badge.fury.io/py/refiners.svg)](https://badge.fury.io/py/refiners)
17+
[![license](https://img.shields.io/badge/license-MIT-blue)](/LICENSE) <br>
18+
[![code bounties](https://img.shields.io/badge/code-bounties-blue)](https://finegrain.ai/bounties)
19+
[![Discord](https://img.shields.io/discord/1179456777406922913?logo=discord&logoColor=white&color=%235765F2)](https://discord.gg/mCmjNUVV7d)
20+
[![HuggingFace - Refiners](https://img.shields.io/badge/refiners-ffd21e?logo=huggingface&labelColor=555)](https://huggingface.co/refiners)
21+
[![HuggingFace - Finegrain](https://img.shields.io/badge/finegrain-ffd21e?logo=huggingface&labelColor=555)](https://huggingface.co/finegrain)
22+
23+
At the era of foundation models, adaptation is quickly rising at the method of choice for bridging the last mile quality gap.
24+
We couldn't find a framework with first class citizen APIs for foundation model adaptation, so we created one.
25+
It's called Refiners, and we're building it on top of PyTorch, in the open, under the MIT License.
26+
[Read our manifesto](/home/why/).
27+
28+
</center>

0 commit comments

Comments
 (0)