Datasets:

Modalities:
Text
Languages:
English
ArXiv:
Libraries:
Datasets
License:
PLOD-filtered / README.md
dipteshkanojia's picture
changes
775baa3
|
raw
history blame
2.27 kB

logo

PLOD: An Abbreviation Detection Dataset

GitHub issues GitHub stars GitHub forks GitHub license Twitter

This is the repository for PLOD Dataset submitted to LREC 2022. The dataset can help build sequence labelling models for the task Abbreviation Detection.

Dataset

The dataset is present here at this link.

Installation

We use the custom NER pipeline in the spaCy transformers library to train our models. This library supports training via any pre-trained language models available at the :rocket: HuggingFace repository.
Please see the instructions at these websites to setup your own custom training with our dataset.

Model

The working model is present here at this link.
On the link provided above, the model can be used with the help of the Inference API via the web-browser itself. We have placed some examples with the API for testing.

Usage (in Python)

You can use the HuggingFace Model link above to find the instructions for using this model in Python locally.