text
text copied to clipboard
Models, data loaders and abstractions for language processing, powered by PyTorch
## ❓ Questions and Help I installed torchtext using pip and it automatically downloaded torchtext==1.13.1, but it automatically updated my pytorch==1.12.1 to pytorch=1.13.1 without considering that my torchvision and torchaudio...
Reverts pytorch/text#2129
Hi guys, is there any plans or tutorial that I can refer to in order to load huge file of data? I have two scenarios in mind that I would...
## ❓ Questions and Help **Description** Hello, I am wondering why vocab instantiation, get_itos(), get_stoi() are super slow. lookup_indices, lookup_tokens are fine. Our use case is to build many small...