Named Entity Recognition
Project description
Usage Sample ''''''''''''
.. code:: python
import torch
from nerx import NER
from model_wrapper import ClassifyModelWrapper
model = NER('hlf/rb3', num_classes=8)
wrapper = ClassifyModelWrapper(model)
history = wrapper.train(train_set, val_set, collate_fn=collate_fn)
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
NERX-0.0.5.tar.gz
(7.1 kB
view details)
File details
Details for the file NERX-0.0.5.tar.gz.
File metadata
- Download URL: NERX-0.0.5.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41f49fef65f5ca497b9fcc9f234f343964b15eae24a8c9f1bad96194ad5dce27
|
|
| MD5 |
ff006a6a17b58e167d8f7c1d65425f30
|
|
| BLAKE2b-256 |
192acfc72035f59c3c8da64d09feb9a7f6c4e17cbe828ef62ba9fbbbe04e4c6c
|