Skip to content

Commit 4a701dd

Browse files
authored
nits on skills post (#3221)
1 parent 92fc1c6 commit 4a701dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

hf-skills-training.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ This isn't a toy demo. The skill supports the same training methods used in prod
3939

4040
Before starting, you'll need:
4141

42-
- A Hugging Face account with a [Pro](https://hf.co/pro) or [Team](https://hf.co/enterprise) plan (Jobs require a paid plan)
42+
- A Hugging Face account with a [Pro](https://hf.co/pro) or [Team / Enterprise](https://hf.co/enterprise) plan (Jobs require a paid plan)
4343
- A write-access token from [huggingface.co/settings/tokens](https://huggingface.co/settings/tokens)
4444
- A coding agent like Claude Code, OpenAI Codex, or Google's Gemini CLI
4545

46-
Hugging Face skills are compatible with Claude Code, Codex, and Gemini CLI. With integrations Cursor, Windsurf, and Continue, on the way.
46+
Hugging Face skills are compatible with Claude Code, Codex, and Gemini CLI. With integrations on the way for Cursor, Windsurf, and Continue.
4747

4848
### Claude Code
4949

50-
1. Register the repository as a plugin marketplace:
50+
1. Register the repository as a marketplace plugin:
5151

5252
```
5353
/plugin marketplace add huggingface/skills
@@ -95,7 +95,7 @@ gemini extensions install https://github.com/huggingface/skills.git --consent
9595

9696
### Connect to Hugging Face
9797

98-
You will to authenticate you Hugging Face account with a [write-access token](https://huggingface.co/settings/tokens) so that the job can create a model repo.
98+
You have to authenticate to your Hugging Face account with a [write-access token](https://huggingface.co/settings/tokens) so that the job can create a model repo.
9999

100100
Set up your token:
101101

@@ -359,7 +359,7 @@ Some things to try:
359359
- Train a reasoning model with GRPO on math or code
360360
- Convert a model to GGUF and run it with Ollama
361361

362-
The skill is open source. You can extend it, customize it for your workflows, or use it as a starting point for other training scenarios.
362+
The [skill is open source](https://hf-learn.short.gy/gh-hf-skills). You can extend it, customize it for your workflows, or use it as a starting point for other training scenarios.
363363

364364
---
365365

0 commit comments

Comments
 (0)