safetensors
safetensors copied to clipboard
Image in huggingface docs has typo
System Info
N/A
Information
- [ ] The official example scripts
- [ ] My own modified scripts
Reproduction
The image on the first page of the huggingface docs (https://huggingface.co/docs/safetensors/en/index) is incorrect as it shows the tensor entries in the header having a key named offsets instead of data_offsets:
Expected behavior
The image should say data_offsets instead of offsets.
Oh, I just realized there is a link to how I can update this, I will put up a PR
Filed an issue here: https://huggingface.co/datasets/huggingface/documentation-images/discussions/387
Thanks for this
Still an issue, would be great to fix such a prominent mistake in the docs