text icon indicating copy to clipboard operation
text copied to clipboard

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

Results 221 text issues
Sort by recently updated
recently updated
newest added

## 📚 Documentation **Description** In the docs for build_vocab_from_iterator: https://pytorch.org/text/stable/vocab.html#build-vocab-from-iterator the first arg is specified as an `Iterable` and the description says "Must yield list or iterator of tokens." It...

## 🐛 Bug **Describe the bug** A clear and concise description of what the bug is. Looping through the data that was split gives `AttributeError: 'NoneType' object has no attribute...

## 🐛 Bug just like https://github.com/pytorch/text/issues/2001 I've done what the message suggested; I deleted the files manually and did it again, but the same error occurs. To Reproduce Steps to...

The original URL of the character n-gram embeddings is no longer valid, so I have uplodaed exactly the same file to another place.

cla signed

## 🐛 Bug **Describe the bug** A clear and concise description of what the bug is. torchtext 0.16.0 wheels are missing for aarch64 linux platform. This is breaking the torchbench...

## 🐛 Bug **Describe the bug** When trying to use a Dataset that was converted to map-style using `data.functional.to_map_style_dataset`, I encountered the following error message: > ... > File "/usr/lib/python3.8/multiprocessing/reduction.py",...

## 📚 Documentation [pytorch.org/text/stable/transforms.html#torchtext.transforms.CharBPETokenizer](https://pytorch.org/text/stable/transforms.html#torchtext.transforms.CharBPETokenizer) Currently, the `CharBPETokenizer` docstring is not rendering correctly in pytorch.org. The request here is to tweak the docstring so its properly rendered

## 📚 Documentation The link to the original implementation of CLIP tokenizer needs to be updated in [torchtext.transforms.CLIPTokenizer](https://pytorch.org/text/stable/transforms.html#torchtext.transforms.CLIPTokenizer) The URL is mentioned in [transforms.py](https://github.com/pytorch/text/blob/45e4b8ca3615016625de15326a14668c8b58595d/torchtext/transforms.py#L641). As per my understanding of the...

I'm trying to import field module from torchtext 0.15.2 version But it is throwing "AttributeError: module 'torchtext.data' has no attribute 'Field'" Like this Can anyone help me with this issue?...