pushpam14 commited on
Commit
65c7fab
·
verified ·
1 Parent(s): 0f45fbb

Use public WandB report wording consistently

Browse files
Files changed (1) hide show
  1. 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 bookmark that URL for the README
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 `<!-- ![](results/...) -->` lines so the plots render
186
- # - Add the WandB run URL in the Links section (and to the WandB row in
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 `<!-- ![](results/...) -->` 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