text
text copied to clipboard
Models, data loaders and abstractions for language processing, powered by PyTorch
## 🐛 Bug CI tests are failing for `test_download_charngram_vectors` with this [trace](https://gist.github.com/joecummings/10244796a2ca2926b34ba1f5fd5bd7cb) **To Reproduce** 1. Open CI and view failed tests **Environment** - PyTorch Version (e.g., 1.0): nightly - OS...
## 🚀 Deprecation of TorchText releases As of September 2023 we have paused active development of TorchText because our focus has shifted away from building out this library offering. We...
https://github.com/pytorch/text/blob/4bf6b30314649801ecc28888aa54acea8d0f4d99/torchtext/datasets/wikitext103.py#L11 All links to https://s3.amazonaws.com/research.metamind.io are not working anymore. I get "Access Denied".
Working on this for days trying to install torchtext with pytorch 2.4 and no luck. The error message I receive: ``` torchtext 0.17.2 depends on torch==2.2.2 The user requested (constraint)...
This PR fixes `NameError: name 'IterableWrapper' is not defined`. Before, After,
In order to use torchtext with `NPU` backend, i've run example and unit test cases. All test cases can be work fine but gpu tests are skipped. This PR adds...
Hi team, I am trying to install torchtext with torch 2.2.1-cu121 installed. But once I run `pip install torchtext` the pip will install torch 2.2.1 cpu version for me, is...
## 🐛 Bug **Describe the bug** requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://s3.amazonaws.com/research.metamind.io/wikitext/wikitext-2-v1.zip This exception is thrown by __iter__ of HTTPReaderIterDataPipe(skip_on_error=False, source_datapipe=OnDiskCacheHolderIterDataPipe, timeout=None) **To Reproduce** Steps to reproduce the...
## 🐛 Bug Hi, I'm trying to download wikitext datasets using torchtext APIs but facing with an error: ``` --------------------------------------------------------------------------- HTTPError Traceback (most recent call last) [](https://localhost:8080/#) in () 20...