File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ export HF_TOKEN=hf_your_write_access_token_here
108108> [ !NOTE]
109109> Configure Hugging Face MCP Server to use your write token by sending it in either the ` HF_TOKEN ` or ` Authorization: Bearer ` HTTP Headers.
110110>
111- > For Claude Code : ` claude mcp add --transport http hf-skills https://huggingface.co/mcp?bouquet=skills --header "Authorization: Bearer $HF_TOKEN" `
111+ > For Claude Code: ` claude mcp add --transport http hf-skills https://huggingface.co/mcp?bouquet=skills --header "Authorization: Bearer $HF_TOKEN" `
112112
113113
114114## Your First Training Run
@@ -258,7 +258,7 @@ When testing a workflow, start small:
258258Do a quick test run to SFT Qwen-0.6B with 100 examples of my-org/support-conversations.
259259```
260260
261- Th coding agent configures minimal training—enough to verify your pipeline works without real cost.
261+ The coding agent configures minimal training—enough to verify your pipeline works without real cost.
262262
263263For production, be explicit:
264264
You can’t perform that action at this time.
0 commit comments