Improve "Usage" section with correct tokenizer example
#2
by
nielsr
HF Staff
- opened
This PR updates the "Usage" section in the model card to provide a correct and relevant Python code snippet for loading and using the DeTok
tokenizer to extract image features. The previous "Usage" section referred to a general installation guide. This ensures users can easily understand how to utilize this specific tokenizer model for its declared image-feature-extraction
pipeline. The library_name
metadata remains pytorch
as the official implementation and usage patterns provided are based on PyTorch.
jjiaweiyang
changed pull request status to
merged