Skip to content

Commit 5641647

Browse files
committed
Update README.md
1 parent 69f7430 commit 5641647

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Hugging Face Model Mappings
22

3-
This repo contains a [mapping](src/models.ts) of Replicate models to Hugging Face models, for use with the [Inference Providers](https://huggingface.co/blog/inference-providers) feature on Hugging Face.
3+
In January 2025, Hugging Face announced [Inference Providers](https://huggingface.co/blog/inference-providers), a new feature that allows you to run models on Replicate (and other providers) right from the Hugging Face website.
44

5-
It also includes tooling to keep those mappings up to date using Hugging Face's API.
5+
## What is this repo?
66

7-
![screenshot](https://github.com/user-attachments/assets/5c742c5c-b8dd-4830-9a83-e05f5c9402c8)
7+
This repo contains a [mapping](src/models.ts) of Replicate models to Hugging Face models, so we can tell Hugging Face when to display a Replicate inference widget on its model pages.
8+
9+
This repo also includes tooling to keep those mappings up to date using Hugging Face's Model Mappings API.
810

911
## Adding a new model
1012

0 commit comments

Comments
 (0)