parmeet

Results 7 issues of parmeet

## 🚀 Feature **Motivation** * To avoid pitfall with shuffling and sharding of datapipes in distributed training environments * To ensure consistent experience of TorchData based datasets across domains. **Pitch**...

User may want to additionally project the features from encoder. This PR add support for projecting features to different dimensional space.

cla signed
ciflow/default

https://github.com/pytorch/text/issues/1359

cla signed

We replace container type of stoi_ from std::vector to std::array. This bring in slight additional improvements in look-up speed

cla signed

## 🚀 Feature **Motivation** torchtext provide several open source nlp datasets in raw form. These datasets are provide as [Iterables](https://pytorch.org/docs/stable/data.html#iterable-style-datasets). Although there are times when user may prefer [map-style](https://pytorch.org/docs/stable/data.html#map-style-datasets) datasets....

datasets
feature request
need discussions
good first issue