pytorch / text

Models, data loaders and abstractions for language processing, powered by PyTorch

Home Page:https://pytorch.org/text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

aritropc opened this issue Β· comments

πŸ“š 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.