Skip to main content

spaCy pipelines for pre-trained BERT and other transformers bumped version for Specifind

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


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_specifind-1.3.10.tar.gz (49.8 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

spacy_transformers_specifind-1.3.10-cp313-cp313-win_amd64.whl (349.3 kB view details)

Uploaded CPython 3.13Windows x86-64

spacy_transformers_specifind-1.3.10-cp313-cp313-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

spacy_transformers_specifind-1.3.10-cp313-cp313-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

spacy_transformers_specifind-1.3.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (770.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

spacy_transformers_specifind-1.3.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (761.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

spacy_transformers_specifind-1.3.10-cp313-cp313-macosx_11_0_arm64.whl (159.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

spacy_transformers_specifind-1.3.10-cp313-cp313-macosx_10_13_x86_64.whl (167.1 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

spacy_transformers_specifind-1.3.10-cp312-cp312-win_amd64.whl (349.4 kB view details)

Uploaded CPython 3.12Windows x86-64

spacy_transformers_specifind-1.3.10-cp312-cp312-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

spacy_transformers_specifind-1.3.10-cp312-cp312-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

spacy_transformers_specifind-1.3.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (781.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

spacy_transformers_specifind-1.3.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (771.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

spacy_transformers_specifind-1.3.10-cp312-cp312-macosx_11_0_arm64.whl (160.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

spacy_transformers_specifind-1.3.10-cp312-cp312-macosx_10_13_x86_64.whl (167.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

spacy_transformers_specifind-1.3.10-cp311-cp311-win_amd64.whl (350.3 kB view details)

Uploaded CPython 3.11Windows x86-64

spacy_transformers_specifind-1.3.10-cp311-cp311-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

spacy_transformers_specifind-1.3.10-cp311-cp311-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

spacy_transformers_specifind-1.3.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (746.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

spacy_transformers_specifind-1.3.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (742.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

spacy_transformers_specifind-1.3.10-cp311-cp311-macosx_11_0_arm64.whl (159.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

spacy_transformers_specifind-1.3.10-cp311-cp311-macosx_10_9_x86_64.whl (166.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

spacy_transformers_specifind-1.3.10-cp310-cp310-win_amd64.whl (350.5 kB view details)

Uploaded CPython 3.10Windows x86-64

spacy_transformers_specifind-1.3.10-cp310-cp310-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

spacy_transformers_specifind-1.3.10-cp310-cp310-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

spacy_transformers_specifind-1.3.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (714.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

spacy_transformers_specifind-1.3.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (710.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

spacy_transformers_specifind-1.3.10-cp310-cp310-macosx_11_0_arm64.whl (160.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

spacy_transformers_specifind-1.3.10-cp310-cp310-macosx_10_9_x86_64.whl (167.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

spacy_transformers_specifind-1.3.10-cp39-cp39-win_amd64.whl (350.9 kB view details)

Uploaded CPython 3.9Windows x86-64

spacy_transformers_specifind-1.3.10-cp39-cp39-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

spacy_transformers_specifind-1.3.10-cp39-cp39-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

spacy_transformers_specifind-1.3.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (713.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

spacy_transformers_specifind-1.3.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (709.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

spacy_transformers_specifind-1.3.10-cp39-cp39-macosx_11_0_arm64.whl (161.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

spacy_transformers_specifind-1.3.10-cp39-cp39-macosx_10_9_x86_64.whl (168.2 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file spacy_transformers_specifind-1.3.10.tar.gz.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10.tar.gz
Algorithm Hash digest
SHA256 dde458c12b16f2981ab39312f2d89af7a6d42f091f4611a449b6b70062361932
MD5 116c87f5a0e9673ff54e149ae641485b
BLAKE2b-256 291ae43670c6b8469b8fd843affa072e601df44307ced9d0fd0862611aaced16

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 111ec5cb9aa62d1132def85332f75385b170e2aa7836ca9c87933ea2c538b29b
MD5 ed160185e1314d57667533e494a27eef
BLAKE2b-256 c9069b3cb30b9d06c3fe1080bba9455ccbda5c788a4c5d46f98a0532a3051995

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 733e95fc35dbaae6f8dbaa62fa7d2de4ee2a26bd27698ed0cfc21736bdf930c8
MD5 2ee603bf0d16dc5bd7d04d5928a8bbbd
BLAKE2b-256 09ae4e15144ea1c3328f2b27519a651363072791781aaa717123698cf0f6a1b5

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a101a7a776b3c8576b3ec6ad8810ebbddf8b5d509f17ca4af44734b1ca1b9176
MD5 92cf3db0054c9c1feec55ef1ab510688
BLAKE2b-256 b1b3998aec7d5dafaffb4e5117ce47e209c4111ec8cc059042af04c4e782babf

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e3588342adcae277e21c6cb14dd2b3c9b44020f9cf60a553e896810d092c6bf3
MD5 147c9444cf554331c69b983b4103e188
BLAKE2b-256 4f65f2761c5b97c219fa7efd83ca65af19fbfe189f3a44ffbc112a0ecd98616b

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2005397ea8ddb9576569ce105b6e95fd3d53f2012a3311d180528cdd0c90ac77
MD5 236a6348ff057163e9eeb92c6b58a982
BLAKE2b-256 3cc797024f32ee0f672d673aa01835f54b3a7620122096823af41961bd39bf85

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0714c12773418fb6ff98ffae7ebaae59b2a1394bd7fa8fab888ce9787781b137
MD5 57202551c94ae59c83e406b75202616b
BLAKE2b-256 be09a453e7d9845e88de7216877e9ed92ae3fb5697b070873e65aa071988f4fc

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 aed40f6c753d4fddca36e4ccf42542bf3fa1d7c65e7e5ceb56bdd0668323336d
MD5 6dab0118c24cf46acfac79e798ef355f
BLAKE2b-256 7298c6c78b153d13ad6ff8cc5f61fb52aa0cdff6c02d85c48cddef22ae924cf7

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 101b7d709e0642ff8e6b9ddbb2ce608633c7fa0d502b06e5dfa0c35cc9cc6d32
MD5 6762ac53019246c1e1aeb72c4cc39935
BLAKE2b-256 a6b43f1fc7e0f6e1e9a04297094efef2ea8789c13d42f927e1ee8701c5d3393d

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf46cb0ddc0eb39866646528befd7b146ae62910322de1190127cf450a3c9ea1
MD5 b25f4abd4ae6415962a1bd6c53353d13
BLAKE2b-256 bddba3d24bb11696cd3495463483b804f5259f2a105403d2adb34e9eb7c4742c

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 785b48582c6c7e3375258a35402180f114279e0da3c71d36f0f8d67fa3ce0cd5
MD5 5f9704ed9710c7c1af2883256041cd16
BLAKE2b-256 4d0de35260b7f18ff2a9ee127070db3b876b8f5db5717658f881d6ee27676644

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d57440a445edfdb7d19e92e06895cb7faaf52e7d07dd63daf227a1d7eda18594
MD5 817c8ef37ca6338ab9061a0bfc7aba84
BLAKE2b-256 d06b60377ebd8ac3680cd3e038939d375b6083722b48a687fd140d0cda8731f6

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 644380248fdd1ac1be9649aee9a16bb642f4eee2baf09408f118e0f8965265dc
MD5 dc0033596971c8707605edbf0e942876
BLAKE2b-256 6786ee7c1e6ae152aea7b332bef3bf35c60a01f88b65559e0e92b85029a054c0

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bcf66f9baf17509055bb85a9e878bbd9da80978be7a5c54ed16df70b37d42f66
MD5 f8651beb7c64970d3c82f8f7c93cf0b9
BLAKE2b-256 124f99202623c23da6b2d70c0b0726cbfe74332d4bfd53ff21a3839f2610fe19

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1b9a9fb21a7e51c6da8815b427915c71fb3996c71722fb38b2ce179b5906702f
MD5 24815fa980eaa4267a09e9e3f1949bf8
BLAKE2b-256 bb0d0f41f2097c282c3cbe41d4bf0ea9601956665096f0caaa9d8788d6190e7b

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 44f7cbc58dc001ac04c2fe3f318288d3f0c27b4790fca3c2cb6d23b8271a8f3e
MD5 c4f8541454d4958519594b981a492d03
BLAKE2b-256 0cc3ae1f0dda1870accb7c3fa8ceb89e7e8bf9e3655840becc45dad819e748d4

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 877f1530bf23d2808e13530048411dfc6f124f5804aa07d3f769c2d06140ff5d
MD5 076aa645aee8b987e4e9a5ba315f1175
BLAKE2b-256 0098234d485c788198d3f3a1ea91f8c5e28517143984e60d9f74a2c0ccb0bb0d

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f7686f6ab62947a24126ad8cb50bdcd26efcc021370597447450664c7c09ca06
MD5 9bf3dd47e81bf54ce4e23aa4181ee3b3
BLAKE2b-256 240c7304bd98828b9dc3bed5a67bc233b14eaa3b57db02a3ac9c13545eca36ee

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 21dc28e947131b021b9f125cd1208dcb1e8151f7848a0e7c78fb210713d75ddb
MD5 3021edebbcdb06a25e2409da8b3fd01b
BLAKE2b-256 2f14359e9a935df86fdb2fdca5a8bb23c0297ee86b249cfdac595cacdf361f4c

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bdbe864a1aa351abe8343263efde831f4b47df13381b8d3f00e69a860d05d6ec
MD5 0bfff36a2a0369fd88e04de47b93f9d4
BLAKE2b-256 8b5102bf52f052dc5074583f2d6e42f3db0224a65b810503089e1f43a9851385

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9e7e8ef735bccc0c2fabf3f6c7c18a17588b6828d565217da5327daaf1feff8c
MD5 93f460edd4f70f4079309491d0dcf8df
BLAKE2b-256 4a1bff18382b4af757a3084935e54b1d10366693bcbac0f77fe571a7b24e4c79

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9d2d6706adf3f5c88aa87adafd33b13e892d2406ad12b0703e4f4fa1b4fe3c93
MD5 c43da9f4b3400dbc1b313e6b26391881
BLAKE2b-256 f7d682803c4b0a798a6e432616f10646bcca85f9e40722c97e938dd8e5e731f5

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 934f3f37cdf31285185fe53b6b5fd4440084d151c5ec42f3e055ffec4efb1253
MD5 4cfa7a24e4ef8e2dc6c4362464f22f89
BLAKE2b-256 d44a9be5a4014e5bdda08a672690c25a0e9e1aeeb40f1e5e1c614ccac2fffee1

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 654a1d38208652c60ec11b9454934786d1f79e6bf47644c3a59a7aa67dbbe253
MD5 6902b139344dc9f61371d75908bcdb18
BLAKE2b-256 169565e7ce7fc0400f60184a94858a3035f0e3a2736d8e55cf53de7fbd78858b

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8b7daf01bc5ea1f1f9f481802ac87ceed6f49c8ec1f93e90d04f0c103faaa4ba
MD5 c30a2f93a4ba142c1372068fdd21b549
BLAKE2b-256 aafdd4b9bbf6b8bb47a0b57e4521ceb2109bc19e7073546e06cb5c65f75416b4

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d10d27eb7f791b668ab1ed9794e6ce7dbf4be42b03093f77aa514ea39b820064
MD5 6d027549a61229aaa06968ffdc5ba166
BLAKE2b-256 37b01ac4f2be04ee27342ed1785e9755c5023765705db38588e8dc24e8836d98

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 233712d038078449d49d5fbf1ff5f3463e8393c7f90bd9447a7db712c73c5ad4
MD5 6a8860742c6399498cb6d3c215b1fee2
BLAKE2b-256 6f350bf10621d8afa976a3d7e1007db46a56e7739c0848a750caa24e9a171004

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7b5089f810d0474ca9f14fc588860058a00542e25ce460ed17aec0bb610f6d3f
MD5 5bd9d5ad82d1b3d9c1a3d89a19c947f9
BLAKE2b-256 78bc9e41d4bd509715462a637b38bbe7ab0d4bdc834d9bc300dca66e0bda3846

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6eb1a18f96a1c1e423f5996fb5b07696248dfcbf4d3908c0ce1b239df7e262bf
MD5 0d241a067a72932ea08dd03ea55a51b8
BLAKE2b-256 33337a9fa24bf413e664b0652a47d0d554f4e7e055b60f88353f30c79550c0de

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 72de2a4e2f834e377a5f3138fc4909ea2a0af6369ace5ee39e382df0647602c8
MD5 8f18b79e410a58dbf3837762d387d6b4
BLAKE2b-256 8daec053e24c78a3fcd0f226faaf79b4218f8b0bfe671f582abbd0ef44e73196

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 966e08053dd61250f6335628b73169a34867a7d211f26107e524ce39858998c4
MD5 f0aa6583ac8a6ea23e527504d6c332b5
BLAKE2b-256 eca7d9db65f6935a75825dfe3514e4f53b84ab92b95ebcdeb1ebe813c8e63b6f

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ce2fad636c9214db83d8d5f5a27cb820613f333a032d58cddcfb0ba8e4dd0d95
MD5 5e4d385fa37020e4a19f6eef14779298
BLAKE2b-256 cfe4b06499addf008e92a128531e5d8bfe60dd7c0e4d1fbc7ac15e7e65d29f37

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f740a66139e46317f1f297c82f1f105fdcdfa7d3afb4c2ee91f97f8a79935b7a
MD5 92a1cc2ff11cd638081919eae2c247ca
BLAKE2b-256 484449b13798638f027d545bec2c2451f4f7f4d9b1383aca0cf23e70c53e8058

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 db03032e7f523f38340d98ab6ec2d18edaf19d825271ca2b8cb747f9ae9c60ae
MD5 f44f7b12343e8a4ae867ef255ac45850
BLAKE2b-256 5a203a8b7c971a552b59d4f9d1e7b052008e5e0595980b6eff7646e76d49de9b

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7373e58e8629ab8b80a30cecbaca309a2477c3045685579829837591fcd14ee5
MD5 a0676ffc6689538a02a7438bb4d3a525
BLAKE2b-256 0f104e0d7f217ef572a7683c5fef7422b177d6a70506e04ac88ca324d48e2825

See more details on using hashes here.

File details

Details for the file spacy_transformers_specifind-1.3.10-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for spacy_transformers_specifind-1.3.10-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c664e6d4bbe2e42dca25e04099b247f0857c7b18db35404a9b3d6cbb6db32da9
MD5 a712a1c477f8b140c2057a2dbd7aa202
BLAKE2b-256 1eb42921770e27443406061b564307d1b554a823a1a7ab335c0801df80f73837

See more details on using hashes here.

Supported by

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