Skip to main content

Text utilities and datasets for PyTorch

Project description

https://circleci.com/gh/pytorch/text.svg?style=svg https://codecov.io/gh/pytorch/text/branch/main/graph/badge.svg https://img.shields.io/badge/dynamic/json.svg?label=docs&url=https%3A%2F%2Fpypi.org%2Fpypi%2Ftorchtext%2Fjson&query=%24.info.version&colorB=brightgreen&prefix=v

torchtext

This repository consists of:

Installation

We recommend Anaconda as a Python package management system. Please refer to pytorch.org for the details of PyTorch installation. The following are the corresponding torchtext versions and supported Python versions.

Version Compatibility

PyTorch version

torchtext version

Supported Python version

nightly build

main

>=3.7, <=3.9

1.11.0

0.12.0

>=3.6, <=3.9

1.10.0

0.11.0

>=3.6, <=3.9

1.9.1

0.10.1

>=3.6, <=3.9

1.9

0.10

>=3.6, <=3.9

1.8.2 (LTS)

0.9.2 (LTS)

>=3.6, <=3.9

1.8.1

0.9.1

>=3.6, <=3.9

1.8

0.9

>=3.6, <=3.9

1.7.1

0.8.1

>=3.6, <=3.9

1.7

0.8

>=3.6, <=3.8

1.6

0.7

>=3.6, <=3.8

1.5

0.6

>=3.5, <=3.8

1.4

0.5

2.7, >=3.5, <=3.8

0.4 and below

0.2.3

2.7, >=3.5, <=3.8

Using conda:

conda install -c pytorch torchtext

Using pip:

pip install torchtext

Note LTS versions are distributed through a different channel than the other versioned releases. Please refer to https://pytorch.org/get-started/locally/ for details.

Optional requirements

If you want to use English tokenizer from SpaCy, you need to install SpaCy and download its English model:

pip install spacy
python -m spacy download en_core_web_sm

Alternatively, you might want to use the Moses tokenizer port in SacreMoses (split from NLTK). You have to install SacreMoses:

pip install sacremoses

For torchtext 0.5 and below, sentencepiece:

conda install -c powerai sentencepiece

Building from source

To build torchtext from source, you need git, CMake and C++11 compiler such as g++.:

git clone https://github.com/pytorch/text torchtext
cd torchtext
git submodule update --init --recursive

# Linux
python setup.py clean install

# OSX
CC=clang CXX=clang++ python setup.py clean install

# or ``python setup.py develop`` if you are making modifications.

Note

When building from source, make sure that you have the same C++ compiler as the one used to build PyTorch. A simple way is to build PyTorch from source and use the same environment to build torchtext. If you are using the nightly build of PyTorch, checkout the environment it was built with conda (here) and pip (here).

Documentation

Find the documentation here.

Datasets

The datasets module currently contains:

  • Language modeling: WikiText2, WikiText103, PennTreebank, EnWik9

  • Machine translation: IWSLT2016, IWSLT2017, Multi30k

  • Sequence tagging (e.g. POS/NER): UDPOS, CoNLL2000Chunking

  • Question answering: SQuAD1, SQuAD2

  • Text classification: SST2, AG_NEWS, SogouNews, DBpedia, YelpReviewPolarity, YelpReviewFull, YahooAnswers, AmazonReviewPolarity, AmazonReviewFull, IMDB

  • Model pre-training: CC-100

Models

The library currently consist of following pre-trained models:

Tokenizers

The transforms module currently support following scriptable tokenizers:

Tutorials

To get started with torchtext, users may refer to the following tutorial available on PyTorch website.

Disclaimer on Datasets

This is a utility library that downloads and prepares public datasets. We do not host or distribute these datasets, vouch for their quality or fairness, or claim that you have license to use the dataset. It is your responsibility to determine whether you have permission to use the dataset under the dataset’s license.

If you’re a dataset owner and wish to update any part of it (description, citation, etc.), or do not want your dataset to be included in this library, please get in touch through a GitHub issue. Thanks for your contribution to the ML community!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

torchtext-0.13.0-cp310-cp310-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

torchtext-0.13.0-cp310-cp310-manylinux1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10

torchtext-0.13.0-cp310-cp310-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

torchtext-0.13.0-cp310-cp310-macosx_10_15_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10 macOS 10.15+ x86-64

torchtext-0.13.0-cp39-cp39-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

torchtext-0.13.0-cp39-cp39-manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.9

torchtext-0.13.0-cp39-cp39-manylinux1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9

torchtext-0.13.0-cp39-cp39-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

torchtext-0.13.0-cp39-cp39-macosx_10_15_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

torchtext-0.13.0-cp38-cp38-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

torchtext-0.13.0-cp38-cp38-manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.8

torchtext-0.13.0-cp38-cp38-manylinux1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8

torchtext-0.13.0-cp38-cp38-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

torchtext-0.13.0-cp38-cp38-macosx_10_15_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

torchtext-0.13.0-cp37-cp37m-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.7m Windows x86-64

torchtext-0.13.0-cp37-cp37m-manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.7m

torchtext-0.13.0-cp37-cp37m-manylinux1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.7m

torchtext-0.13.0-cp37-cp37m-macosx_10_15_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.7m macOS 10.15+ x86-64

File details

Details for the file torchtext-0.13.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: torchtext-0.13.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/3.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for torchtext-0.13.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f88944e7338a58c7b402c40af754cd409a867f9626475804af8bf66c7c3fb9ca
MD5 1d921df463b6a76d9f2d8f7fd589a03a
BLAKE2b-256 a574e624aaea9c7a51bde4e4cd9fa61c8a8bea6b4c31d436f2abe26a2ef7cf41

See more details on using hashes here.

Provenance

File details

Details for the file torchtext-0.13.0-cp310-cp310-manylinux2014_aarch64.whl.

File metadata

  • Download URL: torchtext-0.13.0-cp310-cp310-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.10
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/3.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for torchtext-0.13.0-cp310-cp310-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e474a41a11a85eeaa4adfa00b5ad11360f591c405e6ff28e7381ae4abe629b14
MD5 c92998d815fc56fd47b90e9377e617b5
BLAKE2b-256 039a4245ffe67bc524f3f0f434676562c63291e5403ee7429f4bd782035475ed

See more details on using hashes here.

Provenance

File details

Details for the file torchtext-0.13.0-cp310-cp310-manylinux1_x86_64.whl.

File metadata

  • Download URL: torchtext-0.13.0-cp310-cp310-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.10
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/3.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for torchtext-0.13.0-cp310-cp310-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d35d1ee4099ad1ff3389e6879e3c685b59a020fc84cb6f49e4528ef1bd9f371a
MD5 3fe90c9a637460c30001e49b95fc76b5
BLAKE2b-256 27fe05bd0fd10790db6a3dd0499f6f67694b90aeb6500c4a21067702e7c82b73

See more details on using hashes here.

Provenance

File details

Details for the file torchtext-0.13.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: torchtext-0.13.0-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/3.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for torchtext-0.13.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6cb9ed93fef03496ca43f689926a8b6eebcdb55b7ff8b3f6c92a20f2396a02c1
MD5 391c18633c9c6a712484ed3279191e32
BLAKE2b-256 ba56dcea218424dc874faa46b1a02b9a58ddf4d01b5cf34c60fab4b948228d75

See more details on using hashes here.

Provenance

File details

Details for the file torchtext-0.13.0-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: torchtext-0.13.0-cp310-cp310-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.10, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/3.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for torchtext-0.13.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d2366f1eca997169daf631dd128a8c68518b2921e6ece8c881c3721254f18f7d
MD5 2f5cd71679ca1d80e370bcee898189b2
BLAKE2b-256 2faca1b6fea4d1c133ff39726da08f82272388270c17c480b7013b1a8c606115

See more details on using hashes here.

Provenance

File details

Details for the file torchtext-0.13.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: torchtext-0.13.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/3.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for torchtext-0.13.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8f91aa99f13b2a659351af939286e5d07bcff3ba93bd43d0a2b780f4fedcdcb8
MD5 3c5d6596bc30e3620ec92dfa22b5c788
BLAKE2b-256 dd6b3e20529b466b9dba9b6eab4b39dd860079fe27f79b36542a4738427f5aeb

See more details on using hashes here.

Provenance

File details

Details for the file torchtext-0.13.0-cp39-cp39-manylinux2014_aarch64.whl.

File metadata

  • Download URL: torchtext-0.13.0-cp39-cp39-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/3.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for torchtext-0.13.0-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7de321470c07c8559814e1e97989bc0e6ffa99e6988421ecfc06202c13d46529
MD5 39abec7fa0b3f970955038fe006f897b
BLAKE2b-256 c29f3d466c24a241b611ab34aa0d4733d6c3e54d10fff1406914f3c057a7a2ed

See more details on using hashes here.

Provenance

File details

Details for the file torchtext-0.13.0-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: torchtext-0.13.0-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/3.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for torchtext-0.13.0-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 46a4d8a23e129b5fc481895772efd641e4272e9487fe1854e6f2899b1bf49a59
MD5 6bb029b9e75267757b265924ccee8314
BLAKE2b-256 480a1be76e2ad2f5815b3c7c4879962bb6a86ea95726e3a96f747c4a5dc885cb

See more details on using hashes here.

Provenance

File details

Details for the file torchtext-0.13.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: torchtext-0.13.0-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/3.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for torchtext-0.13.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c22bae631eaa416d1dfc70e7cd047af66281dc4ff3ef46adba6b861dff872a88
MD5 6e8ae8de52c7d2886c8e207efd5412f8
BLAKE2b-256 ef264b65061401153566fee822ee8e62cbe260014577f556a1d5458d4ec962d3

See more details on using hashes here.

Provenance

File details

Details for the file torchtext-0.13.0-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: torchtext-0.13.0-cp39-cp39-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/3.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for torchtext-0.13.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 13bcb1d5ff4c8794aabf253581465dfef287c178ee950f10ea57fc00ecc7a9b9
MD5 9f344d83e409f92f0681f7fd3c6dcaf2
BLAKE2b-256 510328ffa309e6444875ab3fe1858f4ea0f5a58370e7696b67480a4e1cbdea78

See more details on using hashes here.

Provenance

File details

Details for the file torchtext-0.13.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: torchtext-0.13.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/3.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for torchtext-0.13.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 42af9b07d1216b6f79166e190082d353caccf010546e98869c955a19d031b0b1
MD5 da33e953077f206b749c4c11f0ad569f
BLAKE2b-256 9ed195167b151bd44c2705abac616a8a232f80b00d58e81b03ff5526742723f6

See more details on using hashes here.

Provenance

File details

Details for the file torchtext-0.13.0-cp38-cp38-manylinux2014_aarch64.whl.

File metadata

  • Download URL: torchtext-0.13.0-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/3.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for torchtext-0.13.0-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 050b496102b7ad2aa573c1bac5020e5cb5d8329403180dd81fc2010f9bdc2bed
MD5 5e17c14fc0cf39d5559a23cb85c8c58b
BLAKE2b-256 00cbbaa32104c3ec2b62035c2432fded72febafa6a2fa4392264b37829a66ca0

See more details on using hashes here.

Provenance

File details

Details for the file torchtext-0.13.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: torchtext-0.13.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/3.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for torchtext-0.13.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d07c04d6692fac0d5a88da879d63815567efaa4174a85b384d9deba9040b99db
MD5 4086e81a64619b0e504e7dc26bd8ea9d
BLAKE2b-256 d834b2562c720e95b63aa8842c4ff3750ee9a1ffffacde1758885c8de1b35a91

See more details on using hashes here.

Provenance

File details

Details for the file torchtext-0.13.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: torchtext-0.13.0-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/3.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for torchtext-0.13.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 601bd96a5752844d83ed9ae8b91da9c02f1160b8c0950ebdefbb7a9afb11b737
MD5 6892af79b6d5186c946730d51f1ebfe6
BLAKE2b-256 cae0fcf5cc915c109a14328171173ff4857effd03500e2222e06a4b8e0a611b9

See more details on using hashes here.

Provenance

File details

Details for the file torchtext-0.13.0-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: torchtext-0.13.0-cp38-cp38-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/3.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for torchtext-0.13.0-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2e14967e91438a2987a0aa8880387a7a92afb7228f7f1ee301ddc0dc290768f5
MD5 061d653b4e34be093e1171d06d4f425f
BLAKE2b-256 52d2e5e2ff85fa7f1570259d5be8951239f666c0fe1c7f1747d7400f51443fd4

See more details on using hashes here.

Provenance

File details

Details for the file torchtext-0.13.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: torchtext-0.13.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/3.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for torchtext-0.13.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c50ad65674f09720baacd965033223ac4d116b696959490dc7c012651909892b
MD5 ec5f420d77aff5c94dccacb287abd97a
BLAKE2b-256 44b9be181728943244a84d04cb4d412ec458115556c47b3b8f61db74ae0fcbf1

See more details on using hashes here.

Provenance

File details

Details for the file torchtext-0.13.0-cp37-cp37m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: torchtext-0.13.0-cp37-cp37m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/3.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for torchtext-0.13.0-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 feb5afb02a3289dc38d01b8d17a5254312e2eb0d06d3af2594c98e8b967d9035
MD5 f3ae17695756cfe90e1ca6e735ca195e
BLAKE2b-256 2e1380a7389ccc531f25a9f34e8b8c8475f1e525aab136cd0f127d87985a0745

See more details on using hashes here.

Provenance

File details

Details for the file torchtext-0.13.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: torchtext-0.13.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/3.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for torchtext-0.13.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 504529fb88e385d66a1b33b5adc345a1cb9882ef14bc6a11eaf5d3fcc4ca19ba
MD5 e52785ebfa8a5cfa8a23cbc17cb5e04d
BLAKE2b-256 c09be3903c81def38a4abcab81f9eb6db20ef6557d3cb55cb3d3a5ac04adecde

See more details on using hashes here.

Provenance

File details

Details for the file torchtext-0.13.0-cp37-cp37m-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: torchtext-0.13.0-cp37-cp37m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/3.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for torchtext-0.13.0-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f5712c8acd610d66c35959e74389b942ea3c0680cd8a3c43d066bff230fba629
MD5 bf583beb19266f139f123b1f93aa867b
BLAKE2b-256 bc90871df0c6ed56b0b0b96704e96f5a1e3869ebcb6e4fc43e88ba2a48f12a58

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page