Skip to content

Commit 8bf96e9

Browse files
authored
replace trackio embed and fix notes section (#3216)
* - replace trackio embed with a link (less heavy loading, no iframe formatting) - fix [NOTE] formatting for MCP Servers - show Claude Code example with skills bouquet (ensures jobs active) * Replace iframe with link to example data (sweep test bs16)
1 parent 34f270a commit 8bf96e9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

hf-skills-training.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,11 @@ hf auth login
105105
export HF_TOKEN=hf_your_write_access_token_here
106106
```
107107

108-
> ![NOTE]
109-
> Configure Hugging Face MCP Server to use your write token by sending it in either the `HF_TOKEN` or `Authorization: Bearer` HTTP Headers.
108+
> [!NOTE]
109+
> Configure Hugging Face MCP Server to use your write token by sending it in either the `HF_TOKEN` or `Authorization: Bearer` HTTP Headers.
110+
>
111+
> For Claude Code : `claude mcp add --transport http hf-skills https://huggingface.co/mcp?bouquet=skills --header "Authorization: Bearer $HF_TOKEN"`
112+
110113

111114
## Your First Training Run
112115

@@ -175,7 +178,8 @@ How's my training job doing?
175178

176179
Then the agent fetches the logs and summarizes progress.
177180

178-
<iframe src="https://evalstate-demo-training-dashboard.hf.space?project=huggingface&runs=evalstate-1761780361&sidebar=hidden&navbar=hidden" style="width:1600px; height:500px; border:0;"></iframe>
181+
Click [here](https://evalstate-trackio.hf.space/?project=qwen-hyperparam-sweep&runs=bs16-lr1e-5,bs16-lr5e-5,bs16-lr1e-4,bs16-lr2e-5) for an example Trackio dashboard with some completed runs.
182+
179183

180184
### Use Your Model
181185

0 commit comments

Comments
 (0)