File size: 451 Bytes
5e4ba1c 7e236b4 5e4ba1c 7e236b4 612c373 7e236b4 612c373 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
---
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 |