Model card.
Browse files
README.md
CHANGED
@@ -1,6 +1,24 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
tags:
|
|
|
|
|
3 |
- allennlp
|
|
|
4 |
---
|
5 |
|
6 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- mt
|
4 |
+
datasets:
|
5 |
+
- wikiann
|
6 |
tags:
|
7 |
+
- named-entity-recognition
|
8 |
+
- token-classification
|
9 |
- allennlp
|
10 |
+
license: cc-by-nc-sa-4.0
|
11 |
---
|
12 |
|
13 |
+
# BERTu fine-tuned for Named-Entity Recognition
|
14 |
+
|
15 |
+
This is a fine-tuned version of [BERTu](https://huggingface.co/MLRS/BERTu) on Named-Entity Recognition.
|
16 |
+
To make use of this model, customised modules are needed; refer to the [codebase](https://github.com/MLRS/BERTu#evaluation) for more details.
|
17 |
+
|
18 |
+
## License
|
19 |
+
|
20 |
+
Refer to the [base model licensing information](https://huggingface.co/MLRS/BERTu#license).
|
21 |
+
|
22 |
+
## Citation
|
23 |
+
|
24 |
+
Refer to the [base model citation information](https://huggingface.co/MLRS/BERTu#citation).
|