nlstruct
nlstruct copied to clipboard
Natural language structuring library
Bumps [torch](https://github.com/pytorch/pytorch) from 1.11.0 to 1.13.1. Release notes Sourced from torch's releases. PyTorch 1.13.1 Release, small bug fix release This release is meant to fix the following issues (regressions /...
Bumps [transformers](https://github.com/huggingface/transformers) from 4.11.2 to 4.30.0. Release notes Sourced from transformers's releases. v4.30.0: 100k, Agents improvements, Safetensors core dependency, Swiftformer, Autoformer, MobileViTv2, timm-as-a-backbone 100k Transformers has just reached 100k stars...
# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...
Bumps [pytorch-lightning](https://github.com/PyTorchLightning/pytorch-lightning) from 1.4.9 to 1.6.0. Release notes Sourced from pytorch-lightning's releases. PyTorch Lightning 1.6: Support Intel's Habana Accelerator, New efficient DDP strategy (Bagua), Manual Fault-tolerance, Stability and Reliability. The...
First of all, thank you for sharing the wonderful library for NLP. I am using nlstruct to train models on DEFT NER task 3 from the previous challenge. I am...
Hello, I'm trying to use train_ner with my own Brat Standoff dataset. I have 8765 examples (a .ann and .txt files for each example) with nested entities. Is that correct...
Hello, An error occurs in file nlstruct/registry.py:4 when importing Mapping function from collections lib wich is now in collections.abc (for Python 3.10+). The following lines should solve this problem. try:...
Before running the model, I added the t3-test folder path to the test field within the dataset parameter in the train_ner method but it didn't work until I added the...