NuNER-v0.1 / README.md
Serega6678's picture
Update README.md
612c373
|
raw
history blame
No virus
451 Bytes
---
license: mit
language:
- en
pipeline_tag: token-classification
tags:
- token-classification
- entity-recognition
- generic
- feature-extraction
---
## Model
The base version of [roberta-base](https://huggingface.co/roberta-base) finetunned on an artificially annotated subset of C4. This model provides domain-independent embedding for Entity Recognition Task. Embeddings can be used out of the box or fine-tuned on specific datasets.
## Usage