Update README.md
Browse files
README.md
CHANGED
@@ -30,15 +30,15 @@ It achieves the following results on the evaluation set:
|
|
30 |
|
31 |
## Model description
|
32 |
|
33 |
-
|
34 |
-
|
35 |
-
## Intended uses & limitations
|
36 |
-
|
37 |
-
More information needed
|
38 |
|
39 |
## Training and evaluation data
|
40 |
|
41 |
-
|
|
|
|
|
|
|
|
|
42 |
|
43 |
## Training procedure
|
44 |
|
|
|
30 |
|
31 |
## Model description
|
32 |
|
33 |
+
A BERT adaptation for Spanish medical NER. This type of models can be part of NLP pipelines created, for example, to analyse clinical documents, automatic labelling of clinical documents following standard classifications such as CIE-10 o SNOMED, etc.
|
|
|
|
|
|
|
|
|
34 |
|
35 |
## Training and evaluation data
|
36 |
|
37 |
+
The adapted dataset has this structure:
|
38 |
+
|
39 |
+
- Training: 800 labelled sentences
|
40 |
+
- Development: 199 labelled sentences
|
41 |
+
- Testing: 100 labelled sentences
|
42 |
|
43 |
## Training procedure
|
44 |
|