julian-schelb
commited on
Commit
•
d0b93db
1
Parent(s):
f091ca6
Update README.md
Browse files
README.md
CHANGED
@@ -24,8 +24,16 @@ datasets:
|
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
## Training data
|
28 |
|
|
|
|
|
29 |
## Evaluation results
|
30 |
|
31 |
This model achieves the following results (meassured using the validation portion of the [wikiann](https://huggingface.co/datasets/wikiann)):
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
+
This model detects entities by classifying every token according to the IOB format:
|
28 |
+
|
29 |
+
```python
|
30 |
+
['O', 'B-PER', 'I-PER', 'B-ORG', 'I-ORG', 'B-LOC', 'I-LOC']
|
31 |
+
```
|
32 |
+
|
33 |
## Training data
|
34 |
|
35 |
+
This mode was traind using a subset of all [wikiann](https://huggingface.co/datasets/wikiann) dataset.
|
36 |
+
|
37 |
## Evaluation results
|
38 |
|
39 |
This model achieves the following results (meassured using the validation portion of the [wikiann](https://huggingface.co/datasets/wikiann)):
|