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.1.tar.gz
(6.2 kB
view details)
File details
Details for the file NERX-0.0.1.tar.gz.
File metadata
- Download URL: NERX-0.0.1.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3fa7a43a9b2c942be49c2175388f0724cfacb4bb1a22fb8eaa4c22383029393
|
|
| MD5 |
093c33fae38b87295963ebee9d39c475
|
|
| BLAKE2b-256 |
d9879e91aef0214846cbd4730da8729c9ee9c098ace3b1bbc63d96f104cca10b
|