davanstrien HF Staff commited on
Commit
84a7abb
·
verified ·
1 Parent(s): 71884f6

Sync from GitHub via hub-sync

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -195,6 +195,8 @@ In HF Jobs, pass example artifacts via volume mount:
195
  --example-answer-file /example/answer.json
196
  ```
197
 
 
 
198
  Pick an example that looks similar to your typical target page — the model anchors heavily to "what a page should look like."
199
 
200
  ## Acknowledgements
 
195
  --example-answer-file /example/answer.json
196
  ```
197
 
198
+ Or skip the dataset repo and mount a local folder directly — `-v ./example:/example` syncs it to a private bucket automatically (`huggingface_hub` ≥ 1.22).
199
+
200
  Pick an example that looks similar to your typical target page — the model anchors heavily to "what a page should look like."
201
 
202
  ## Acknowledgements