Sync from GitHub via hub-sync
Browse files
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
|