Skip to main content

spaCy pipelines for pre-trained BERT and other transformers

Project description

spacy-transformers: Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy

This package provides spaCy components and architectures to use transformer models via Hugging Face's transformers in spaCy. The result is convenient access to state-of-the-art transformer architectures, such as BERT, GPT-2, XLNet, etc.

This release requires spaCy v3. For the previous version of this library, see the v0.6.x branch.

tests PyPi GitHub Code style: black

Features

  • Use pretrained transformer models like BERT, RoBERTa and XLNet to power your spaCy pipeline.
  • Easy multi-task learning: backprop to one transformer model from several pipeline components.
  • Train using spaCy v3's powerful and extensible config system.
  • Automatic alignment of transformer output to spaCy's tokenization.
  • Easily customize what transformer data is saved in the Doc object.
  • Easily customize how long documents are processed.
  • Out-of-the-box serialization and model packaging.

🚀 Installation

Installing the package from pip will automatically install all dependencies, including PyTorch and spaCy. Make sure you install this package before you install the models. Also note that this package requires Python 3.6+, PyTorch v1.5+ and spaCy v3.0+.

pip install 'spacy[transformers]'

For GPU installation, find your CUDA version using nvcc --version and add the version in brackets, e.g. spacy[transformers,cuda92] for CUDA9.2 or spacy[transformers,cuda100] for CUDA10.0.

If you are having trouble installing PyTorch, follow the instructions on the official website for your specific operating system and requirements.

📖 Documentation

⚠️ Important note: This package has been extensively refactored to take advantage of spaCy v3.0. Previous versions that were built for spaCy v2.x worked considerably differently. Please see previous tagged versions of this README for documentation on prior versions.

Applying pretrained text and token classification models

Note that the transformer component from spacy-transformers does not support task-specific heads like token or text classification. A task-specific transformer model can be used as a source of features to train spaCy components like ner or textcat, but the transformer component does not provide access to task-specific heads for training or inference.

Alternatively, if you only want use to the predictions from an existing Hugging Face text or token classification model, you can use the wrappers from spacy-huggingface-pipelines to incorporate task-specific transformer models into your spaCy pipelines.

Bug reports and other issues

Please use spaCy's issue tracker to report a bug, or open a new thread on the discussion board for any other issue.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

spacy_transformers-1.3.9.tar.gz (49.6 kB view details)

Uploaded Source

Built Distributions

spacy_transformers-1.3.9-cp313-cp313-win_amd64.whl (341.4 kB view details)

Uploaded CPython 3.13Windows x86-64

spacy_transformers-1.3.9-cp313-cp313-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

spacy_transformers-1.3.9-cp313-cp313-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

spacy_transformers-1.3.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (779.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

spacy_transformers-1.3.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (771.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

spacy_transformers-1.3.9-cp313-cp313-macosx_11_0_arm64.whl (163.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

spacy_transformers-1.3.9-cp313-cp313-macosx_10_13_x86_64.whl (170.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

spacy_transformers-1.3.9-cp312-cp312-win_amd64.whl (341.5 kB view details)

Uploaded CPython 3.12Windows x86-64

spacy_transformers-1.3.9-cp312-cp312-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

spacy_transformers-1.3.9-cp312-cp312-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

spacy_transformers-1.3.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (795.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

spacy_transformers-1.3.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (786.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

spacy_transformers-1.3.9-cp312-cp312-macosx_11_0_arm64.whl (163.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

spacy_transformers-1.3.9-cp312-cp312-macosx_10_13_x86_64.whl (171.7 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

spacy_transformers-1.3.9-cp311-cp311-win_amd64.whl (342.6 kB view details)

Uploaded CPython 3.11Windows x86-64

spacy_transformers-1.3.9-cp311-cp311-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

spacy_transformers-1.3.9-cp311-cp311-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

spacy_transformers-1.3.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (758.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

spacy_transformers-1.3.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (749.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

spacy_transformers-1.3.9-cp311-cp311-macosx_11_0_arm64.whl (164.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

spacy_transformers-1.3.9-cp311-cp311-macosx_10_9_x86_64.whl (171.4 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

spacy_transformers-1.3.9-cp310-cp310-win_amd64.whl (342.8 kB view details)

Uploaded CPython 3.10Windows x86-64

spacy_transformers-1.3.9-cp310-cp310-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

spacy_transformers-1.3.9-cp310-cp310-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

spacy_transformers-1.3.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (725.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

spacy_transformers-1.3.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (714.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

spacy_transformers-1.3.9-cp310-cp310-macosx_11_0_arm64.whl (163.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

spacy_transformers-1.3.9-cp310-cp310-macosx_10_9_x86_64.whl (170.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

spacy_transformers-1.3.9-cp39-cp39-win_amd64.whl (343.1 kB view details)

Uploaded CPython 3.9Windows x86-64

spacy_transformers-1.3.9-cp39-cp39-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

spacy_transformers-1.3.9-cp39-cp39-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

spacy_transformers-1.3.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (725.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

spacy_transformers-1.3.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (713.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

spacy_transformers-1.3.9-cp39-cp39-macosx_11_0_arm64.whl (164.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

spacy_transformers-1.3.9-cp39-cp39-macosx_10_9_x86_64.whl (171.4 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file spacy_transformers-1.3.9.tar.gz.

File metadata

  • Download URL: spacy_transformers-1.3.9.tar.gz
  • Upload date:
  • Size: 49.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for spacy_transformers-1.3.9.tar.gz
Algorithm Hash digest
SHA256 f4050dfe3bf085aebc89ddb7841f7325778f101cde0d2c9952367c74e10fcb83
MD5 26f17d3ac5c472560bf3c907135cfa25
BLAKE2b-256 92ce1ab5eacd4bf216fce2c1cee347742a8addc9ee4006240f03d2de4e289507

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9.tar.gz:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 483a5cc24293254b334c776327f8ca323fd9c39bb0e477f6171595315d247631
MD5 1555d2e04b97f6175ee74d2d8001fb5a
BLAKE2b-256 80496a4c850e179dd7dedf8c146d8cd82c57b3278d4ecd6bd16e562551ffa564

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp313-cp313-win_amd64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f02af031f10cd629e77cc80bda7abc5fff66f424e0969ca4f9c4614b53b6aa10
MD5 e2123b192f2b5daa821e2e61694f7a66
BLAKE2b-256 09362285f981e33333e74bace0f45c976956bcac05252ffc0655780fba73a638

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d87a74bb2d111ca61a2c5e1dbe6e07f91c5c9a3adf8758c15a3f8b53ed80cc59
MD5 5519510c3b36983dab25121338f39932
BLAKE2b-256 1cad6ee6522605d4539f94143de8521fee592440f365f701780a5450eabf8bbc

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f2fd731fd9297f9d39ec770894e5c5bafb564900e54aecd4d2336bdd60f152fa
MD5 621713299435e78323af9c6129418cc7
BLAKE2b-256 0d91105e5977a1455286f380d061c3881a2cb2f2ff18c61fee556dd399165722

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 71f845d7003f9f8ff805d678f7fe6674feb02b16755c54c05430603f1f80aef4
MD5 e766c13ae688db9c65566f414a09edd4
BLAKE2b-256 f256f538ffc9574a8266a0ebd20ccd6812d1317bbfcdc1736edf605165e13370

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 89c6d8bb66afcb369d99dd662136e52e1deebb0e7aac4fa18bdf1fa27cbe1bf3
MD5 1ade28e5c72e989f97cafbbabad4866e
BLAKE2b-256 a6b1f89f8bcaeb4a70ccd5a58a31857c5fb53b71f37444bc4f5a778773030703

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1e8a08a4a6e091b02b83e5e980ef84c4cd9e60770155f134c5bf881863de1700
MD5 74f7cc38f018d24f0d976dea389d333b
BLAKE2b-256 e70884d992e5e958c0f93c9b3898d4bcbed16da9bf7c163ca9a14e010fac3295

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 832f0517c6a6dda0a82a402d47d5f1e9d364fa63959075b1e855753b31831283
MD5 1c9a8337ea27f648fb6a383a18c06cde
BLAKE2b-256 6090e6b05fcc975a2f9f9672f31154ca39861a0811e9b2c4c9d4fbb7fbba2e6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp312-cp312-win_amd64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a34e969283474cd25b51a563a6fad925c70333319277335ea97c1c6a6f52e4dd
MD5 13895524bd2c7dc964bbfff76a73777b
BLAKE2b-256 bb585e83eb08b833b509cec8d7bfa45da346bc0546195f2fa3cbfdca90800298

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2b893d3b8fe329de71a6f776ebb50938827ddbe04b3167c3e22804a16fa91e52
MD5 0790be2c104dbae00aee80c0aec82d4c
BLAKE2b-256 ca4fb610a04504643c93027b24ddd7f03293126bfbe3b3b40761fb624614f4ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb70d1213f8112bab50d5ffa1e586f706bde3791d43abb5af80f187c85fb382e
MD5 15885c150e50a0968b3a1d000c81b2b6
BLAKE2b-256 2f4b8da58bbfc07634439740afc7a1c7ff99ae9f4dbcd4278b8a5dc9d48b9d13

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0aa07948515283ad3059e0f64d3b799dc41d21e8f057c2fc15f2d49eb69047d1
MD5 a0e15ce783c2d460295de365ee60014e
BLAKE2b-256 98bd71ec241b98ee426577371f9af12ac7aca0c24b3174545421f424b11ba94a

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 75da186331c1ff77234326cb2f79098bc6780251a6d4e0f02523080ccdcf3e4c
MD5 660c7a6da8c835f6cebf3ccb528a7e0d
BLAKE2b-256 f1bbd5575d959a36da20dbeaec210da2bd96170ddf0dc6671ec3633a96a8ef47

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 56a38f42abfbdfdc24b826d7ace47d3bfbe003eb918ec04bf5a5ff2abd5e92c8
MD5 907025f1e64b97aa55983c60e181c63b
BLAKE2b-256 72ab87fd11c199f6b64e521fadf3ba6e3d76ddd64e68fb0a3ece7e6942b0de6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9a2274a71a4ef356900b39c10d85d49491a769093485614ee12f8b9f78340ba7
MD5 0ede9ebfbb6447888ad995d96632b2fd
BLAKE2b-256 b0ecaa350ee046df53b894deb1d26acafc1ca8e74c9c043c6c7be6ee0eb45702

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp311-cp311-win_amd64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2b59535ed40c8d5f92f038e7d33cf4de957c9d509720d02f1d07275965e9f127
MD5 9471bc9fa400c61bfc437d5f698f5a96
BLAKE2b-256 920d7a2cb0dbd695e6314e05c926ed219276d2846979e33454aa972684ac3f8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 92b87b52dd5c5fae7e2c7721bf95ae327475b1dbde8614034ab3a76480a01eff
MD5 b71ab52cddb6b1d69b47c6a244d327f9
BLAKE2b-256 3f04ef5e323f66e1b88aa4e3006eaad0e3be67040565a29a5af50e2f746c369b

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5ffa6c6b248da52230e9c1e5fe6447b02ef06389202b4b65338183bd71c56997
MD5 2359288f82f8399f194e68d1de57cb2e
BLAKE2b-256 bfd71a7ec23ee91a4d32553ff3315abc49afc9ce934a1c89eb5ca4f7d228ea93

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1c2669bac06ff3f6709418561018454aaaaae73bfdc903b8670ce3f0a634dbd6
MD5 d57d2620e1d301d81a6e51f9840935e2
BLAKE2b-256 1b8ae07d5be4c15d73a805e6ea9cb5238d958dd1cbafddd916c3cd47739acbcb

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fde174c8a82af85586c29f0d6e1b8201c1d036b882dc77d8635b752f920bf822
MD5 0a1e45cfa76f5419f89eba2c36332847
BLAKE2b-256 82659891d4302a3bfa151c161af79c76a61a1f788312fe4732865b14ce8c92a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f05c8f83cb15c5c81b105b2c5216aa5264ec8436727a9dd54f6d7bc8517697ba
MD5 705921e54c7d81c3ff7d29800ff4bad4
BLAKE2b-256 d2f40a58b2d48c165a0d0b3f40570cd095ef6491624acd0a8aa68a49d2db0792

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7aa46a71edf64aa91c899f737ab8dec3b61996789c4c16ee409bba5327b7f922
MD5 43553e4f0011d49da952071ab2929e98
BLAKE2b-256 a8879397b512c06c0e001eba87ebc055c0ca1b78944a070982b3634744617cba

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp310-cp310-win_amd64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 39b27e487ae9f2f1cb1d668481fb597373d878ee926ff10db43fa35078dca47b
MD5 8399c3c90f3c78d6dc443f67b5280a2f
BLAKE2b-256 324904a410e648893f5f831db7b8865b24127c64eda65ee10db01e313165fa81

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2f1185861c7db3e35a5ba8377acf958992b6e3ef8938c5cc9e67fbcf1bcbf6a7
MD5 6300f588a989943e41c64aa4a8c4aefa
BLAKE2b-256 ecf63abbbc009d6f88de7270c97b83ae63ce69087b6dca213c484afdea6a23aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bcaf3923b81b66dd13bc10195b46aca58721a202db14b186907387e00a3530e9
MD5 c43e4ed578898d125166095123b2cdfa
BLAKE2b-256 93c7b48a62ae92b45e3c3a528f3528a9605a01fe0336b7f1acb5f54d1045bcb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a2740bbf60a2a8a8016bf2b47b999611aafc381aa2b0d210d69e1f2a337c411b
MD5 b4b6be799b2e4cff0e9b6d30f6d71ce9
BLAKE2b-256 e845a8c9fb17ede08b66122fd068d877e86fc00509849000e464de3b2b9a9944

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fe2b1b294bf63d89dd529ec5143aa7d434ee394d5d51f82c8267cf1d54fd8c92
MD5 afc94a559bccb973a1a380b3120fcfc2
BLAKE2b-256 70a13b073684ef742bf6a6e59672a4b232b040374f3f95ce52faba46b8984a2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6ca8ff36226b86dc58fa512e85047c6a749b3ac4a6ac2e7d71aa440414b8791b
MD5 83d7574fdd6327e74d6db136b493585a
BLAKE2b-256 24495a48debb3b5432805eb9b0c609c95eb55ec9962da9d9ed1848fce1e0749e

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 886b9ffcd8ec899207df4b0ab0ba908201703bb7ec97b7f5b7cf8791e984ab73
MD5 e697bb37b120631340734dc4644427b3
BLAKE2b-256 89de8daa5a22c72dd0ba9830d5461ff8a3e5d39de77ebf7a665b90ab1ca810c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp39-cp39-win_amd64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8fb8c925c94383779601a46734852e6ef711659ab6e9ebee67c307c1a5122623
MD5 54e57dae2314d4a9c841a1e6c97851ee
BLAKE2b-256 b66a0c5eabe59a3001f3807fe4c880622b073265e7c5e1faa806aa89cde92645

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 14c6edd8d6a8b60a8ad34e7135a6528a20e776a7911753c2332c051cadc4dbc7
MD5 af6e869321f2528d45ff3ff5706a4dbf
BLAKE2b-256 ad8ae5df25fbc9d4d7a9130255690ade2397d61db6ca1f77b51ac767104dc233

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8f4f1556c8bb63e873d5f3265248c5d9210dd6cd26d87c0853b89cfa09127330
MD5 39ed91e04844a19575e50369cdc72d78
BLAKE2b-256 e5006ee4def08c1dcaaab8ac7558d270207fc0973383cddf058ea42a6927c4a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 893d5d713b24525a55606214901d9f0da2d105da15b57e3025306e4140a67ccb
MD5 cc9c3ddf6b0fbe781670d2492917df00
BLAKE2b-256 1b420e0bdfc6bedd7f7ae470163b2e5af7c2fa68561a4a53a5478e86cdd041b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 54817666cf6ed5f841718111b114b8a776a74684f9c84df42e89ac2c003e88d5
MD5 51b1430c4dd552343c5f7425bf384156
BLAKE2b-256 c2827852af2b46e23d7711f4e7c1e4e326955bd56ab66e7750dfcf11f6f8b546

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spacy_transformers-1.3.9-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers-1.3.9-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0b8077ed43c4881806aa6655ad44a8590d5e0041cf5613851db18f7fea08c1f1
MD5 1f91371a960e709b920a55c2c5fded66
BLAKE2b-256 3a06d08261f36dd1698f47d802625bc8aab4e43887e6dceb55e695532e1f862a

See more details on using hashes here.

Provenance

The following attestation bundles were made for spacy_transformers-1.3.9-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: publish_pypi.yml on explosion/spacy-transformers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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