Skip to content

Commit 784bf72

Browse files
committed
replace name of hub org
1 parent 2ebf17f commit 784bf72

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/push-quests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
- name: Upload quests to HF Space
2222
env:
2323
HF_TOKEN: ${{ secrets.HF_TOKEN }}
24-
run: hf upload humanitys-last-hackathon/README quests . --repo-type=space
24+
run: hf upload hf-skills/README quests . --repo-type=space
2525

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Skills are self-contained folders that package instructions, scripts, and resour
1919
| 2 | [Publish a Hub Dataset](quests/03_publish-hub-dataset.md) | `hf_dataset_creator/` |
2020
| 3 | [Supervised Fine-Tuning](quests/04_sft-finetune-hub.md) | `hf-llm-trainer/` |
2121

22-
**Get started:** [Join the hackathon org](https://huggingface.co/organizations/humanitys-last-hackathon/share/KrqrmBxkETjvevFbfkXeezcyMbgMjjMaOp) → Read [quests/01_start.md](quests/01_start.md) → Pick a quest
22+
**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
2323

2424
---
2525

quests/02_evaluate-hub-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Goal:** Add evaluation results to model cards across the Hub. Together, we're building a distributed leaderboard of open source model performance.
44

55
>[!NOTE]
6-
> Bonus XP for contributing to the leaderboard application. Open a PR [on the hub](https://huggingface.co/spaces/humanitys-last-hackathon/distributed-leaderboard/discussions) or [on GitHub](https://github.com/huggingface/skills/blob/main/apps/evals-leaderboard/app.py) to get your XP.
6+
> Bonus XP for contributing to the leaderboard application. Open a PR [on the hub](https://huggingface.co/spaces/hf-skills/distributed-leaderboard/discussions) or [on GitHub](https://github.com/huggingface/skills/blob/main/apps/evals-leaderboard/app.py) to get your XP.
77
88
## Why This Matters
99

quests/03_publish-hub-dataset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ python hf_dataset_creator/scripts/dataset_manager.py quick_setup \
3535

3636
```bash
3737
python hf_dataset_creator/scripts/dataset_manager.py init \
38-
--repo_id "humanitys-last-hackathon/your-dataset-name"
38+
--repo_id "hf-skills/your-dataset-name"
3939

4040
python hf_dataset_creator/scripts/dataset_manager.py add_rows \
41-
--repo_id "humanitys-last-hackathon/your-dataset-name" \
41+
--repo_id "hf-skills/your-dataset-name" \
4242
--template classification \
4343
--rows_json "$(cat your_data.json)"
4444
```

quests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Here's the schedule:
4545

4646
### 1. Join the Organization
4747

48-
Join [humanitys-last-hackathon](https://huggingface.co/organizations/humanitys-last-hackathon/share/KrqrmBxkETjvevFbfkXeezcyMbgMjjMaOp) on Hugging Face. This is where your contributions will be tracked and updated on the leaderboard.
48+
Join [hf-skills](https://huggingface.co/organizations/hf-skills/share/KrqrmBxkETjvevFbfkXeezcyMbgMjjMaOp) on Hugging Face. This is where your contributions will be tracked and updated on the leaderboard.
4949

5050
### 2. Set Up Your Coding Agent
5151

0 commit comments

Comments
 (0)