Skip to main content

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.

Release files for spacy-transformers 1.4.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for spacy-transformers 1.4.0
File Size Uploaded
spacy_transformers-1.4.0.tar.gz 49.8 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for spacy-transformers 1.4.0
File
spacy_transformers-1.4.0-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
spacy_transformers-1.4.0-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
spacy_transformers-1.4.0-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
spacy_transformers-1.4.0-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
spacy_transformers-1.4.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ x86-64 Details
spacy_transformers-1.4.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARM64 Details
spacy_transformers-1.4.0-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
spacy_transformers-1.4.0-cp314-cp314-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.15+ x86-64 Details
spacy_transformers-1.4.0-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
spacy_transformers-1.4.0-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
spacy_transformers-1.4.0-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
spacy_transformers-1.4.0-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
spacy_transformers-1.4.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64 Details
spacy_transformers-1.4.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64 Details
spacy_transformers-1.4.0-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
spacy_transformers-1.4.0-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
spacy_transformers-1.4.0-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
spacy_transformers-1.4.0-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
spacy_transformers-1.4.0-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
spacy_transformers-1.4.0-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
spacy_transformers-1.4.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
spacy_transformers-1.4.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
spacy_transformers-1.4.0-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
spacy_transformers-1.4.0-cp312-cp312-macosx_10_13_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.13+ x86-64 Details
spacy_transformers-1.4.0-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
spacy_transformers-1.4.0-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
spacy_transformers-1.4.0-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
spacy_transformers-1.4.0-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
spacy_transformers-1.4.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
spacy_transformers-1.4.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
spacy_transformers-1.4.0-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
spacy_transformers-1.4.0-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
spacy_transformers-1.4.0-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
spacy_transformers-1.4.0-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
spacy_transformers-1.4.0-cp310-cp310-musllinux_1_2_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARM64 Details
spacy_transformers-1.4.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
spacy_transformers-1.4.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
spacy_transformers-1.4.0-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
spacy_transformers-1.4.0-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details

Total release size: 29.4 MB

Release files / spacy_transformers-1.4.0.tar.gz

Download URL spacy_transformers-1.4.0.tar.gz
Size 49.8 kB
Tags Source
SHA-256 checksum
How to use checksums
73831fc941ce11e661d452099053c138a764da49c16d32231bd5d4ea679f55ef
BLAKE2b-256 checksum
How to use checksums
c82589757dcb5c0e19ec9530241c69010aef183716d642d7da9c96fb35bcc0cf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp314-cp314-win_arm64.whl

Download URL spacy_transformers-1.4.0-cp314-cp314-win_arm64.whl
Size 337.6 kB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
07978dafefe6c9a3e81975eccb9ad24997c55e0f2b0f58b40f4c30187677b0c2
BLAKE2b-256 checksum
How to use checksums
5bebdf37c10ecc74b00f9b284fb3ab1b747b6e6bbcd84940c6cd1abfd5848c7e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp314-cp314-win_amd64.whl

Download URL spacy_transformers-1.4.0-cp314-cp314-win_amd64.whl
Size 352.4 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
c4ae513d46b02a86a12e18afb2465879f05e5b7d6334ee817a8f61ffb7853149
BLAKE2b-256 checksum
How to use checksums
976098f3b7ff64114b1a155afd6d172949f55bbbe3982df42a6f06aa31d426a2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL spacy_transformers-1.4.0-cp314-cp314-musllinux_1_2_x86_64.whl
Size 1.8 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
a50d7fda39d06176fe8c55f50345c92fb92b6fa51e4ef7e7c0cd01a09014cc4a
BLAKE2b-256 checksum
How to use checksums
22c04900a10861fda53227781943b794a0b7e275b7f1728a59becc4af26890c8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL spacy_transformers-1.4.0-cp314-cp314-musllinux_1_2_aarch64.whl
Size 1.7 MB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
92cbccaabc18693aa3f6b410b75c735fd6acc44f64e8050ed0758cc4b358c413
BLAKE2b-256 checksum
How to use checksums
9e0ec1711a3e485e19a5c72bad6f011286d8143c12cc23ebe947fdf24e5a2408
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL spacy_transformers-1.4.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 763.0 kB
Tags CPython 3.14 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
8c1375ce91cc573aad84f57178fa9d4fa98d383b2410a0e8a67c6516b112cba8
BLAKE2b-256 checksum
How to use checksums
2b781da1847b4b67a3b56fea541b3513dddf05c8513e714dcba89b942ca2ecb3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL spacy_transformers-1.4.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 757.0 kB
Tags CPython 3.14 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
319b84227abb17d530468ba065a2ab988df918752a0d8e1e8d2c4bcc58c247e1
BLAKE2b-256 checksum
How to use checksums
21e39255d692a2ef2cf28fc0ee846a720c2abb211b2f809158a4bb972df0275b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp314-cp314-macosx_11_0_arm64.whl

Download URL spacy_transformers-1.4.0-cp314-cp314-macosx_11_0_arm64.whl
Size 167.4 kB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
b12a2565afb0d340547bffb350a43f5261c8df8f03a847ce4ee9e1181cf62a45
BLAKE2b-256 checksum
How to use checksums
36f6eee62b392560ec4573e0ac24c9d9c52309291c7d45a90d9f38598f9f7293
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp314-cp314-macosx_10_15_x86_64.whl

Download URL spacy_transformers-1.4.0-cp314-cp314-macosx_10_15_x86_64.whl
Size 171.5 kB
Tags CPython 3.14 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
21384231bbf1da6c1fa283531ef6573184f39c474fa147f357f714dae966328e
BLAKE2b-256 checksum
How to use checksums
9f1e287972efc13229e1fe88f7bad6a093d1261dcbfba7d102cf6860ed4301b5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp313-cp313-win_arm64.whl

Download URL spacy_transformers-1.4.0-cp313-cp313-win_arm64.whl
Size 333.0 kB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
0cd6e385e4968ece7cd779e8f9b95502a705a3e32f059db03d12b09048fcd6ca
BLAKE2b-256 checksum
How to use checksums
d022868aa0c08a9214c2e9509c5e00df3f97d3641c2c43c06507f145818d7ba4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp313-cp313-win_amd64.whl

Download URL spacy_transformers-1.4.0-cp313-cp313-win_amd64.whl
Size 349.1 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
5af0932e2f342e91f1b54af3cf97d889382b2f6e567e8b56fffb492901913a9b
BLAKE2b-256 checksum
How to use checksums
8cadb0c336895deedf0d53474d8df682a4b71ba8e557a04be587f9606745feae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL spacy_transformers-1.4.0-cp313-cp313-musllinux_1_2_x86_64.whl
Size 1.8 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
946280dbd28e9eae0d908105a08029d03e4cfde11c3fcb978b0712203be8a4d2
BLAKE2b-256 checksum
How to use checksums
70d748f544fc678265a2893222406f74fa55a9192e0038d68a2f1084aa60de76
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL spacy_transformers-1.4.0-cp313-cp313-musllinux_1_2_aarch64.whl
Size 1.7 MB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
d0e19eaa7557c1ae2dde6218c77f3ba4323976302f4a3f8a6b7537e80640fd08
BLAKE2b-256 checksum
How to use checksums
94119481dae44a7650985cac8437e43c0aa40f303380de8fc7788c91c5148457
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL spacy_transformers-1.4.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 769.9 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
fe73096b5c72a201a27f9ead04a703c556de580226f38e02955a6b964b30846a
BLAKE2b-256 checksum
How to use checksums
c366eeea73e765fcc5903727f39f0ebc65ad7639cb19e10ecd379a4de02c3fc6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL spacy_transformers-1.4.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 760.5 kB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
8ed9582b66e9b7008d61bc2b265612d76313f2d02be4c5c3025e89a2aca1487d
BLAKE2b-256 checksum
How to use checksums
a1deafc483088f3115b6bbe5742b5743d8ca3825c197c920327c58a502d0ceb5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp313-cp313-macosx_11_0_arm64.whl

Download URL spacy_transformers-1.4.0-cp313-cp313-macosx_11_0_arm64.whl
Size 166.4 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
af60e76c129786cd7161d0b56fdc12df5130f9bb44aef7fe680bcf355e1ece55
BLAKE2b-256 checksum
How to use checksums
8535151fb6d02d751076263202982c9adc3f19ab0871e14944b408f36ed265a1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp313-cp313-macosx_10_13_x86_64.whl

Download URL spacy_transformers-1.4.0-cp313-cp313-macosx_10_13_x86_64.whl
Size 171.1 kB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
b2c2c03195bd8917177f441f0b02faae0042d5b0c203d508cfe060dd51b0a6b0
BLAKE2b-256 checksum
How to use checksums
6f598584ff67552ff36eaaf4cf00fa68894b2c569a5a9c546cf71554a9e4f11d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp312-cp312-win_arm64.whl

Download URL spacy_transformers-1.4.0-cp312-cp312-win_arm64.whl
Size 333.0 kB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
ca89081bf1478832424ec9f83cf9eea3f9ed4228b5bd2708f02d281f2bc6c771
BLAKE2b-256 checksum
How to use checksums
40f846ba3c24ef879c49814c1c5b9155913aafaef98760214ce9b8b6964e7a4e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp312-cp312-win_amd64.whl

Download URL spacy_transformers-1.4.0-cp312-cp312-win_amd64.whl
Size 349.3 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
c1d8131d04ddbe548e2ca0e2601d72eac313df8fda1b60a99d6b82f6bab1eddc
BLAKE2b-256 checksum
How to use checksums
e7832456e7d45a0bf3904004aed10c8d9b6e3d8810fa2ee85082932395f1dd2c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL spacy_transformers-1.4.0-cp312-cp312-musllinux_1_2_x86_64.whl
Size 1.8 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
20295d521c49ecfda3406e219ec4a8433bd400dd3fc4b1a1ee70b215abe5ce1e
BLAKE2b-256 checksum
How to use checksums
73c072ad85a8d846890a6ad68754f4a0d533c5297ae720665150a339459fab53
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL spacy_transformers-1.4.0-cp312-cp312-musllinux_1_2_aarch64.whl
Size 1.7 MB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
cb730d3363f644acc325f474c5518b89826d7748e46557d04c0231283ea2e0a4
BLAKE2b-256 checksum
How to use checksums
63cb15c9f06e058ad490608b13fcbdcea08c2d51de0dc9824678168e266c071c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL spacy_transformers-1.4.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 780.5 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
30abb976d41153ac4405cdef0e7a2aa4bb222e45283445fa4bad8ea64f1eb823
BLAKE2b-256 checksum
How to use checksums
9225b997919f41f8e661cbb4bbe88a4d006895942bc55d0e500e426006dd1376
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL spacy_transformers-1.4.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 770.7 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
aef2f9e4a565a1c205d7d9a9ac2580549a274bee68895c5c46117adf655c28b0
BLAKE2b-256 checksum
How to use checksums
d5b366f8919658f44c84df123796787a016eade58d87d662d18c65b39d4c24c9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp312-cp312-macosx_11_0_arm64.whl

Download URL spacy_transformers-1.4.0-cp312-cp312-macosx_11_0_arm64.whl
Size 166.5 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
66d2831ef75f7d7f7124ef449dd63b9e81dc430592391aea0e4fb2f225ba575f
BLAKE2b-256 checksum
How to use checksums
9e94862965759ead9edaa65b49f99bc4fb7169c472b95742c3cdee384a79d9e8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp312-cp312-macosx_10_13_x86_64.whl

Download URL spacy_transformers-1.4.0-cp312-cp312-macosx_10_13_x86_64.whl
Size 171.6 kB
Tags CPython 3.12 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
df77d4ee46482459f192be146faf4a757254fb60ca83896de02fffa0bb06f098
BLAKE2b-256 checksum
How to use checksums
f0e041a10760217ae59a2472991645fb9a4333b25583ec9bcdc877cbc2363796
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp311-cp311-win_arm64.whl

Download URL spacy_transformers-1.4.0-cp311-cp311-win_arm64.whl
Size 334.7 kB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
3bfa8e87c1fd3de228c564b498efcac9f2ea84fa5933adb34c72f27c1eb4f10e
BLAKE2b-256 checksum
How to use checksums
3a43475fad60bf3d84db3209c21395daf8c0e88ac05f3fc8952ba1e2e42c48b3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp311-cp311-win_amd64.whl

Download URL spacy_transformers-1.4.0-cp311-cp311-win_amd64.whl
Size 350.0 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
01964176b16ba1c538b39b32001ddaa3b3e5e72e1dc898579475205e45fa3223
BLAKE2b-256 checksum
How to use checksums
52cec42589667f0d3f3a4d0dafddd3f1274d29098feb71865a94d4b5f87dd29c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL spacy_transformers-1.4.0-cp311-cp311-musllinux_1_2_x86_64.whl
Size 1.7 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
2ebb37e2156ab1582f1188523024141eb242e4b30c8ae0500df38e091c94dc58
BLAKE2b-256 checksum
How to use checksums
778b2d314a4964bec11f6e57c603562d9d2022923df553d6b8116e7291a0e1aa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL spacy_transformers-1.4.0-cp311-cp311-musllinux_1_2_aarch64.whl
Size 1.7 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
328c1652d9509042404bbee7adfedcdfc18f9e5ff3b4747b69ea1ea8c4a02f10
BLAKE2b-256 checksum
How to use checksums
69f47c96f2390ef297bb03bbe7564e2087aa632c417627b0c85c5c5c60ffdfcd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL spacy_transformers-1.4.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 745.2 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
fac698c9b606744849aa546fcf7a78d00186d7686208a5d9c3ad3e55d547f257
BLAKE2b-256 checksum
How to use checksums
bc3f6f02ed57aed6a1f220419945ec36b0d6831cc27d387682ebd906f6a1e15f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL spacy_transformers-1.4.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 741.6 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
850bb6c42c6cea52f6c915fb570aa08888a51772fb4a91643fab4085ff1f96fb
BLAKE2b-256 checksum
How to use checksums
3e92a4052dc7a0569ce8bdf7c09345e9cda02a166a44feacc1c008ec9a92fe21
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp311-cp311-macosx_11_0_arm64.whl

Download URL spacy_transformers-1.4.0-cp311-cp311-macosx_11_0_arm64.whl
Size 166.3 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
acb0e8c76548619d526dfcebb964fb14f75e29a44b2765ba28f8ef2f5c0c85c2
BLAKE2b-256 checksum
How to use checksums
ceede7d68350a0c3be183e149b4a7df41c8dfd67e33ce67c8f032b34b7c65a34
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp311-cp311-macosx_10_9_x86_64.whl

Download URL spacy_transformers-1.4.0-cp311-cp311-macosx_10_9_x86_64.whl
Size 170.1 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
9c0926730dfe2458f486fe592a68001c159f73462008e86db0c06c3255028b28
BLAKE2b-256 checksum
How to use checksums
70629de76600555efb9093a0e383c87e33be31e73a3298799a78346b67f13b17
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp310-cp310-win_amd64.whl

Download URL spacy_transformers-1.4.0-cp310-cp310-win_amd64.whl
Size 350.2 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
e560c5e1efaa18c2b97690502f839950024d81b533d310d3f3d15c7c3460460b
BLAKE2b-256 checksum
How to use checksums
e76291bdaec4ee50a5b3be2b73154d785fc7cd4ee5c69b907e28f41662ea146f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL spacy_transformers-1.4.0-cp310-cp310-musllinux_1_2_x86_64.whl
Size 1.7 MB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
331726971729a9ebb90dfc864e915ee3defce1f2844f09616daa25811c51b085
BLAKE2b-256 checksum
How to use checksums
2e04fe56f6d812d011b2f11b17464572f4952020d5f59d0a2c7ad1962099fa1b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp310-cp310-musllinux_1_2_aarch64.whl

Download URL spacy_transformers-1.4.0-cp310-cp310-musllinux_1_2_aarch64.whl
Size 1.6 MB
Tags CPython 3.10 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
7cdd433e25a7852b4cb73efe8897bd6f6cc54bc3b57f4ee11719025e6363d484
BLAKE2b-256 checksum
How to use checksums
e1986d7828e15d06a6f8358e49144ebd5ba1d6b6f979d582c987265550bff51e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL spacy_transformers-1.4.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 714.4 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
42ef5fc2914325f6d8d79fd00ceda4142075f6ed0541a42b88aed48ebaa0d783
BLAKE2b-256 checksum
How to use checksums
7c03ac600ca2e6208be78bfe6160de136c6494285d1726539ac9b1a225392f9c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL spacy_transformers-1.4.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 710.2 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
81aa3dcc055c3a901ccc2cd25302ff09e4beaa2917f44d8bc8405a5bf783a01a
BLAKE2b-256 checksum
How to use checksums
2d9e651dc7efc0b17387a24e53b399debbe7da8cb97932d90396f8c303cf06cd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp310-cp310-macosx_11_0_arm64.whl

Download URL spacy_transformers-1.4.0-cp310-cp310-macosx_11_0_arm64.whl
Size 166.8 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
387c13163b6133a762313e6aff555d68ae655165191cef199fb2290a64b5cf8e
BLAKE2b-256 checksum
How to use checksums
9cb330dc030dd49e86b15988e30b804de32dd159977c78518a40e8bfc631938b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release files / spacy_transformers-1.4.0-cp310-cp310-macosx_10_9_x86_64.whl

Download URL spacy_transformers-1.4.0-cp310-cp310-macosx_10_9_x86_64.whl
Size 170.6 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
92ec7b52f2eea18159b16565804685f4095cd341b5f24e410c9137f33bd0ec20
BLAKE2b-256 checksum
How to use checksums
eccb55bee998250df0e276fc8740156e29dbcd24de068789f1449674db7d7a8f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 17, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

1.4.0 This release

40 release files

1.3.9

36 release files

1.3.7

7 release files

1.3.5

29 release files

1.3.4

25 release files

1.3.2

29 release files

1.3.1

29 release files

1.2.5

28 release files

1.2.4

28 release files

1.2.3

27 release files

1.2.2

24 release files

1.2.1

24 release files

1.2.0

19 release files

1.1.9

2 release files

1.1.8

2 release files

1.1.7

2 release files

1.1.6

2 release files

1.1.5

2 release files

1.1.4

2 release files

1.1.3

2 release files

1.1.2

2 release files

1.1.1

2 release files

1.1.0

2 release files

1.0.6

2 release files

1.0.5

2 release files

1.0.4

2 release files

1.0.3

2 release files

1.0.2

2 release files

1.0.1

2 release files

1.0.0

2 release files

0.6.2

2 release files

0.6.1

1 release file

0.6.0

1 release file

0.5.3

1 release file

0.5.2

1 release file

0.5.1

1 release file

0.5.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page