Upload folder using huggingface_hub
Browse files- 02_evaluate-hub-model.md +1 -1
- 03_publish-hub-dataset.md +2 -2
- README.md +1 -1
02_evaluate-hub-model.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
**Goal:** Add evaluation results to model cards across the Hub. Together, we're building a distributed leaderboard of open source model performance.
|
| 4 |
|
| 5 |
>[!NOTE]
|
| 6 |
-
> Bonus XP for contributing to the leaderboard application. Open a PR [on the hub](https://huggingface.co/spaces/
|
| 7 |
|
| 8 |
## Why This Matters
|
| 9 |
|
|
|
|
| 3 |
**Goal:** Add evaluation results to model cards across the Hub. Together, we're building a distributed leaderboard of open source model performance.
|
| 4 |
|
| 5 |
>[!NOTE]
|
| 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.
|
| 7 |
|
| 8 |
## Why This Matters
|
| 9 |
|
03_publish-hub-dataset.md
CHANGED
|
@@ -35,10 +35,10 @@ python hf_dataset_creator/scripts/dataset_manager.py quick_setup \
|
|
| 35 |
|
| 36 |
```bash
|
| 37 |
python hf_dataset_creator/scripts/dataset_manager.py init \
|
| 38 |
-
--repo_id "
|
| 39 |
|
| 40 |
python hf_dataset_creator/scripts/dataset_manager.py add_rows \
|
| 41 |
-
--repo_id "
|
| 42 |
--template classification \
|
| 43 |
--rows_json "$(cat your_data.json)"
|
| 44 |
```
|
|
|
|
| 35 |
|
| 36 |
```bash
|
| 37 |
python hf_dataset_creator/scripts/dataset_manager.py init \
|
| 38 |
+
--repo_id "hf-skills/your-dataset-name"
|
| 39 |
|
| 40 |
python hf_dataset_creator/scripts/dataset_manager.py add_rows \
|
| 41 |
+
--repo_id "hf-skills/your-dataset-name" \
|
| 42 |
--template classification \
|
| 43 |
--rows_json "$(cat your_data.json)"
|
| 44 |
```
|
README.md
CHANGED
|
@@ -45,7 +45,7 @@ Here's the schedule:
|
|
| 45 |
|
| 46 |
### 1. Join the Organization
|
| 47 |
|
| 48 |
-
Join [
|
| 49 |
|
| 50 |
### 2. Set Up Your Coding Agent
|
| 51 |
|
|
|
|
| 45 |
|
| 46 |
### 1. Join the Organization
|
| 47 |
|
| 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.
|
| 49 |
|
| 50 |
### 2. Set Up Your Coding Agent
|
| 51 |
|