ML for Games Course documentation

What is Hugging Face ๐Ÿค—?

Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

What is Hugging Face ๐Ÿค—?

Hugging Face is a platform where users can upload, find and download pre-trained AI models in more than 35 different tasks from text generation with Llama v2, speech-to-text with Whisper, text-to-speech (AI voices) with Coqui to 3D generation.

For many of these models, Hugging Face also provides a service called Inference API that allows you to use them via simple API calls. This service is free for prototyping and experimentation, but is subject to rate limiting. There are also paid inference services for production workloads.

So how can I select a Sentence Similarity Model on Hugging Face ๐Ÿค—?

All the AI models are listed here https://huggingface.co/models. On the left of this page, you have the differents tasks.

HF models 1

In our case you want to select Sentence Similarity.

HF models 2

Now we have a list of Sentence Similarity models (approximately 3,000).

HF models 3

If you click on one of them, youโ€™ll usually see a widget, that allows you to try the model directly on your browser. This way you can test and see if it fits your needs.

HF models 4

Now that we understood Sentence Similarity, the difference between local and remote model inference, and whatโ€™s Hugging Face, weโ€™re ready to make our demo ๐Ÿค–!

< > Update on GitHub