Spaces:
Sleeping
Sleeping
Use public WandB report wording consistently
Browse files- training/README.md +2 -2
training/README.md
CHANGED
|
@@ -101,7 +101,7 @@ hf jobs logs <job-id> --follow
|
|
| 101 |
# List recent jobs
|
| 102 |
hf jobs list
|
| 103 |
|
| 104 |
-
# WandB run will be auto-linked in the job logs
|
| 105 |
```
|
| 106 |
|
| 107 |
## Alternative: Colab notebook (if HF Jobs is unavailable)
|
|
@@ -183,7 +183,7 @@ cd ~/work/hackathon/hackathon-api-contract-validator
|
|
| 183 |
# - Replace each "_(after training)_" placeholder in the Before vs After
|
| 184 |
# table with the score from trained_scores.json
|
| 185 |
# - Uncomment the two `<!--  -->` lines so the plots render
|
| 186 |
-
# - Add the WandB
|
| 187 |
# the Training Results table)
|
| 188 |
|
| 189 |
# 3. Run validation
|
|
|
|
| 101 |
# List recent jobs
|
| 102 |
hf jobs list
|
| 103 |
|
| 104 |
+
# WandB run will be auto-linked in the job logs; for public review, link the WandB report URL in the README
|
| 105 |
```
|
| 106 |
|
| 107 |
## Alternative: Colab notebook (if HF Jobs is unavailable)
|
|
|
|
| 183 |
# - Replace each "_(after training)_" placeholder in the Before vs After
|
| 184 |
# table with the score from trained_scores.json
|
| 185 |
# - Uncomment the two `<!--  -->` lines so the plots render
|
| 186 |
+
# - Add the WandB report URL in the Links section (and to the WandB row in
|
| 187 |
# the Training Results table)
|
| 188 |
|
| 189 |
# 3. Run validation
|