added collective & datagenero reference
Browse files
README.md
CHANGED
|
@@ -17,7 +17,10 @@ pipeline_tag: token-classification
|
|
| 17 |
---
|
| 18 |
|
| 19 |
# Model Description
|
| 20 |
-
Following the FLAIR guidelines for training a NER model, we trained a model on top of [BETO embeddings](https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased) (an spanish version of BERT
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
|
| 23 |
# Intended uses & limitations
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
# Model Description
|
| 20 |
+
Following the FLAIR guidelines for training a NER model, we trained a model on top of [BETO embeddings](https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased) (an spanish version of BERT ) and a BiLSTM-CRF architecture.
|
| 21 |
+
|
| 22 |
+
This model was developed by [{ collective.ai }](https://collectiveai.io) as part of the [AymurAI](https://aymurai.info) project by [DataGenero](https://datagenero.org).
|
| 23 |
+
|
| 24 |
|
| 25 |
|
| 26 |
# Intended uses & limitations
|