fine-tune transformer-based language models for named entity recognition
Project description
A python package to fine-tune transformer-based language models for Named Entity Recognition (NER).
Resources
Source Code: https://github.com/af-ai-center/nerblackbox
Documentation: https://af-ai-center.github.io/nerblackbox
About
Transformer-based language models like BERT have had a game-changing impact on Natural Language Processing.
In order to utilize Hugging Face’s publicly accessible pretrained models for Named Entity Recognition, one needs to retrain (or “fine-tune”) them using labeled text.
nerblackbox makes this easy.
You give it
a Dataset (labeled text)
a Pretrained Model (transformers)
and you get
the best Fine-tuned Model
its Performance on the dataset
Installation
pip install nerblackbox
Usage
see documentation: https://af-ai-center.github.io/nerblackbox
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
Built Distribution
File details
Details for the file nerblackbox-0.0.9.tar.gz
.
File metadata
- Download URL: nerblackbox-0.0.9.tar.gz
- Upload date:
- Size: 46.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/47.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5fc07d991a35292ff401485bfc67374d5dcf570c6b086c218d0843dfda8f8f0 |
|
MD5 | f62d073e51b54b4c8df1763521a80fa5 |
|
BLAKE2b-256 | 863bb9b15be1695d68c10442823c6f5af999dcc36f353780a42c58c71a7d6128 |
File details
Details for the file nerblackbox-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: nerblackbox-0.0.9-py3-none-any.whl
- Upload date:
- Size: 71.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/47.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 839a8e4eac563e7007b382f266a48a1f54aca4874b0ccfd7f542b8028897860e |
|
MD5 | 33ef6d486a8651deb5e3832475e588bc |
|
BLAKE2b-256 | 4015818787488cd6856a89eddb3d331b7432d791968b16a476245433cb110382 |