pytorch / text

Models, data loaders and abstractions for language processing, powered by PyTorch
https://pytorch.org/text
BSD 3-Clause "New" or "Revised" License
3.49k stars 813 forks source link

Link to the original CLIP Tokenizer file needs to be updated in [torchtext.transforms.CLIPTokenizer] #2203

Open aritropc opened 11 months ago

aritropc commented 11 months ago

📚 Documentation

The link to the original implementation of CLIP tokenizer needs to be updated in torchtext.transforms.CLIPTokenizer

The URL is mentioned in transforms.py.

As per my understanding of the modules, the documentation should link to OpenAI SimpleTokenizer.