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.2.tar.gz
(6.2 kB
view details)
File details
Details for the file NERX-0.0.2.tar.gz.
File metadata
- Download URL: NERX-0.0.2.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 |
f7be2d01e65d2baae00df7065cc9c7cf3ebc9cdf5a4c86642e2b22bb7e7f97c4
|
|
| MD5 |
c2c772eeabae0b573cebcc14588affec
|
|
| BLAKE2b-256 |
ca85d7e153985bcfaf7d4291fd032d953f78d68b91953bc5ee7b4322194e6cdf
|