Instructions to use creat89/NER_FEDA_Latin1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use creat89/NER_FEDA_Latin1 with Transformers:
# Load model directly from transformers import AutoTokenizer, BERT_model_multidata tokenizer = AutoTokenizer.from_pretrained("creat89/NER_FEDA_Latin1") model = BERT_model_multidata.from_pretrained("creat89/NER_FEDA_Latin1") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,9 @@ language:
|
|
| 6 |
- pl
|
| 7 |
- sl
|
| 8 |
- fi
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
This is a multilingual NER system trained using a Frustratingly Easy Domain Adaptation architecture. It is based on LaBSE and supports different tagsets all using IOBES formats:
|
|
|
|
| 6 |
- pl
|
| 7 |
- sl
|
| 8 |
- fi
|
| 9 |
+
tags:
|
| 10 |
+
- labse
|
| 11 |
+
- ner
|
| 12 |
---
|
| 13 |
|
| 14 |
This is a multilingual NER system trained using a Frustratingly Easy Domain Adaptation architecture. It is based on LaBSE and supports different tagsets all using IOBES formats:
|