text
text copied to clipboard
Models, data loaders and abstractions for language processing, powered by PyTorch
## 🚀 Feature Add CNNDM dataset and a pre-trained T5 model to TorchText. Demo model on task of abstractive summarization using the CNNDM dataset. **Motivation** There are multiple frameworks out...
# Description Add t5 bundlers for `small`, `large`, `3b`, and `11b` configuration # Process * Upload pre-trained weights and create bundler objects for each configuration. There `_path` attributes point to...
See pytorch/pytorch#26817 for what this does FB only: Chronos job page: https://www.internalfb.com/intern/chronos/job?smc=chronos_gp_admin_client&jobname=torchtext%20nightly%20trigger (click "Run Now" to manually trigger a nightly)
## 🚀 Feature Add Example of Machine Translation using mBART model to TorchText **Motivation** The motivation to add this is to enable support for basic seq2seq tasks such as MT...
## 🐛 Bug **Describe the bug** A clear and concise description of what the bug is. When building with python setup.py install, running pytest from either the project root directory...
## 🐛 Bug **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on...
Hi, When I tried loading wikipedia data using `torchtext.dataset` the error occured. ```sample.py from torchtext.datasets import WikiText2 train_iter = WikiText2(split='train') ``` ```error.sh --------------------------------------------------------------------------- NameError Traceback (most recent call last) Input...
## 🐛 Bug **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: MacOS Monterey 12.2.1 - terminal - bash...
## 🐛 Bug Hello, I am trying to load torchtext datasets to reproduce a couple of the tutorials using the new PyTorch MPS support on Mac. After downloading torchdata I...
## 🐛 Bug **Describe the bug** Hi, I've scripted a Roberta model and when I do two inference calls on it, the second call returns a result only after several...