
Getting Started Guide
How to Use Hugging Face
A practical guide to get you up and running with Hugging Face. Written by Delv Editorial, Delv Team.
Getting started with Hugging Face
In this guide, you will learn how to sign up for Hugging Face, upload your first machine learning model, and improve your results using their tools. By the end, you’ll be ready to share and deploy your AI models quickly.Step 1: Sign up and set up
- Go to huggingface.co.
- Click on the “Sign up” button in the top right corner.
- Enter your email address, create a password, and click “Sign up”.
- Confirm your email address by clicking the link sent to your inbox.
- Log in to your account.
Step 2: Your first model upload
- Once logged in, click on your profile icon in the top right and select “New Model”.
- Fill in the model name and select your visibility preference (Public or Private).
- Click “Create Model”.
- On the model page, click the “Upload files” button to add your model files (like
.binor.json). - After uploading, click “Commit changes” to save your model.
Step 3: Get better results
- Explore the “Models” section from the top menu to find popular models and demos.
- Use the “Inference API” feature by clicking on your model and then “Use in Transformers” to generate sample code.
- Adjust parameters in the code snippet to fine-tune your model's output (e.g., temperature, max_length).
- Test your model directly on the page by entering sample text and clicking “Run”.