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

change torchtext.experimental.datasets to torchtext.datasets for latest version.

cla signed

This PR adds Windows build instructions for the repo. The repo does not compile without using the [MSVC x64 toolset](https://docs.microsoft.com/en-us/cpp/build/how-to-enable-a-64-bit-visual-cpp-toolset-on-the-command-line?view=msvc-160#use-vcvarsallbat-to-set-a-64-bit-hosted-build-architecture). The given instructions in the PR is the same way...

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

I found it hard to understand how to preform a "full loop" of Token -> index -> Token, I think the intended manner is to just access the itos variable...

cla signed

Add the example doc strings to `torchtext.datasets`. ![Screen Shot 2021-03-11 at 9 27 23 PM](https://user-images.githubusercontent.com/6156351/110882897-a0e2b880-82b0-11eb-9945-40368bc63d40.png)

cla signed

For FB internal test, the `raw_datasets.json` contents are not valid. Update the format to pass the internal lint check.

cla signed

Currently `torchtext` runs tests by `pytest test`. This is fine for development but one cannot run unit test on installed package in this manner because running test from the root...

cla signed

The legacy Trec dataset was retired in `torchtext.legacy` folder. This one yields the raw text strings.

cla signed

The legacy SST was retired in `torchtext.legacy` folder. This one yields the raw text strings.

cla signed

The following three datasets have been retired in the `legacy.datasets` folder. We are re-writing these by yielding the raw texts: - SNLI - MatchedMultiNLI ([link](https://www.kaggle.com/c/multinli-matched-open-evaluation)) - MismatchedMultiNLI ([link](https://www.kaggle.com/c/multinli-mismatched-open-evaluation)) Unfortunately, The...

cla signed