Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
qualiaMachine committed Jul 2, 2024
2 parents f81271e + 4687437 commit 5de9498
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ There are a number of files we need to conduct the workshop. By cloning the git
## Create a Hugging Face account and access Token
You will need a Hugging Face account for the workshop episode on model sharing. Hugging Face is a very popular machine learning (ML) platform and community that helps users build, deploy, share, and train machine learning models.

To create an account on Hugging Face, visit: [https://huggingface.co/join](https://huggingface.co/join). Enter an email address and password, and follow the instructions provided via Hugging Face (you may need to verify your email address) to complete the process.
**Create account**: To create an account on Hugging Face, visit: [huggingface.co/join](https://huggingface.co/join). Enter an email address and password, and follow the instructions provided via Hugging Face (you may need to verify your email address) to complete the process.


Once you have your account created, you'll need to generate an *access token* so that you can upload/share models to your Hugging Face account during the workshop. To generate a token, visit the [Access Tokens setting page](https://huggingface.co/settings/tokens) after logging in. Once there, click "New token" to generate an access token. We'll use this token later to log in to Hugging Face via Python.
**Setup access token**: Once you have your account created, you’ll need to generate an access token so that you can upload/share models to your Hugging Face account during the workshop. To generate a token, visit the [Access Tokens setting page](https://huggingface.co/settings/tokens) after logging in. Once there, click “New token” to generate an access token. We’ll use this token later to log in to Hugging Face via Python

## Software setup

Expand Down

0 comments on commit 5de9498

Please sign in to comment.