Skip to content

Commit 01b170b

Browse files
mishig25claude
andcommitted
docs: use real-world fineweb example for bucket copy CLI
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c304878 commit 01b170b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/hub/storage-buckets.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -279,11 +279,9 @@ You can copy [Xet](./xet/index)-tracked files from any repository (model, datase
279279
280280
**CLI:**
281281
```bash
282-
# Copy a file from a model repo to a bucket
283-
hf buckets cp hf://my-org/my-model/weights.safetensors hf://buckets/my-org/my-bucket/models/weights.safetensors
284-
285-
# Copy an entire folder from a dataset to a bucket
286-
hf buckets cp hf://datasets/my-org/my-dataset/processed/ hf://buckets/my-org/my-bucket/dataset/processed/
282+
hf buckets cp \
283+
hf://datasets/HuggingFaceFW/fineweb/data \
284+
hf://buckets/{your_username}/fineweb-data
287285
```
288286

289287
**Python:**

0 commit comments

Comments
 (0)