From f7cc6e577c5e68ec407b6ebd71b57b457abd0a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Deltheil?= Date: Fri, 2 Feb 2024 09:48:15 +0000 Subject: [PATCH] docs/index.md: add badges --- docs/index.md | 15 ++++++++++++--- mkdocs.yml | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index 5947df9..13d0f91 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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. +
+

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

+ PyPI - Python Version + PyPI Status + license + code bounties + chat +
-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. diff --git a/mkdocs.yml b/mkdocs.yml index 952bccc..a3aef65 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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