Skip to content

Commit 0ccf7ce

Browse files
committed
tidy up repo links
1 parent 9f683cd commit 0ccf7ce

File tree

5 files changed

+16
-20
lines changed

5 files changed

+16
-20
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Skills are self-contained folders that package instructions, scripts, and resour
1717

1818
| Week | Quest | Skill |
1919
|------|-------|-------|
20-
| 1 | [Evaluate a Hub Model](quests/02_evaluate-hub-model.md) | `hf_model_evaluation/` |
21-
| 2 | [Publish a Hub Dataset](quests/03_publish-hub-dataset.md) | `hf_dataset_creator/` |
22-
| 3 | [Supervised Fine-Tuning](quests/04_sft-finetune-hub.md) | `hf-llm-trainer/` |
20+
| 1 | [Evaluate a Hub Model](apps/quests/02_evaluate-hub-model.md) | `hf_model_evaluation/` |
21+
| 2 | [Publish a Hub Dataset](apps/quests/03_publish-hub-dataset.md) | `hf_dataset_creator/` |
22+
| 3 | [Supervised Fine-Tuning](apps/quests/04_sft-finetune-hub.md) | `hf-llm-trainer/` |
2323

24-
**Get started:** [Join the hackathon org](https://huggingface.co/organizations/hf-skills/share/KrqrmBxkETjvevFbfkXeezcyMbgMjjMaOp) → Read [quests/01_start.md](quests/01_start.md) → Pick a quest
24+
**Get started:** [Join the hackathon org](https://huggingface.co/organizations/hf-skills/share/KrqrmBxkETjvevFbfkXeezcyMbgMjjMaOp) → Read [apps/quests/01_start.md](apps/quests/01_start.md) → Pick a quest
2525

2626
---
2727

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ HF_TOKEN=$HF_TOKEN hf jobs uv run hf_model_evaluation/scripts/inspect_eval_uv.py
7777

7878
## Resources
7979

80-
- [SKILL.md](../hf_model_evaluation/SKILL.md) — Full skill documentation
81-
- [Example Usage](../hf_model_evaluation/examples/USAGE_EXAMPLES.md) — Worked examples
82-
- [Metric Mapping](../hf_model_evaluation/examples/metric_mapping.json) — Standard metric types
80+
- [SKILL.md](../../hf_model_evaluation/SKILL.md) — Full skill documentation
81+
- [Example Usage](../../hf_model_evaluation/examples/USAGE_EXAMPLES.md) — Worked examples
82+
- [Metric Mapping](../../hf_model_evaluation/examples/metric_mapping.json) — Standard metric types
8383

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ python hf_dataset_creator/scripts/dataset_manager.py add_rows \
6565

6666
## Resources
6767

68-
- [SKILL.md](../hf_dataset_creator/SKILL.md) — Full skill documentation
69-
- [Templates](../hf_dataset_creator/templates/) — JSON templates for each format
70-
- [Examples](../hf_dataset_creator/examples/) — Sample data and system prompts
68+
- [SKILL.md](../../hf_dataset_creator/SKILL.md) — Full skill documentation
69+
- [Templates](../../hf_dataset_creator/templates/) — JSON templates for each format
70+
- [Examples](../../hf_dataset_creator/examples/) — Sample data and system prompts
7171

7272
---
7373

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,9 @@ We'll announce the XP tiers for this quest soon.
2525

2626
## Resources
2727

28-
- [SKILL.md](../hf-llm-trainer/SKILL.md) — Full skill documentation
29-
- [SFT Example](../hf-llm-trainer/scripts/train_sft_example.py) — Production SFT template
30-
- [DPO Example](../hf-llm-trainer/scripts/train_dpo_example.py) — Production DPO template
31-
- [GRPO Example](../hf-llm-trainer/scripts/train_grpo_example.py) — Production GRPO template
32-
- [Training Methods](../hf-llm-trainer/references/training_methods.md) — Method selection guide
33-
- [Hardware Guide](../hf-llm-trainer/references/hardware_guide.md) — GPU selection
34-
35-
---
36-
37-
**All quests complete?** Head back to [01_start.md](01_start.md) for the full schedule and leaderboard info.
28+
- [SKILL.md](../../hf-llm-trainer/SKILL.md) — Full skill documentation
29+
- [SFT Example](../../hf-llm-trainer/scripts/train_sft_example.py) — Production SFT template
30+
- [DPO Example](../../hf-llm-trainer/scripts/train_dpo_example.py) — Production DPO template
31+
- [GRPO Example](../../hf-llm-trainer/scripts/train_grpo_example.py) — Production GRPO template
32+
- [Training Methods](../../hf-llm-trainer/references/training_methods.md) — Method selection guide
33+
- [Hardware Guide](../../hf-llm-trainer/references/hardware_guide.md) — GPU selection
File renamed without changes.

0 commit comments

Comments
 (0)