alanakbik commited on
Commit
6984737
1 Parent(s): 707c082

initial model commit

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -9,14 +9,13 @@ datasets:
9
  inference: false
10
  ---
11
 
12
- ## English NER in Flair (default model)
13
 
14
  This is the standard 4-class NER model for Dutch that ships with [Flair](https://github.com/flairNLP/flair/).
15
 
16
  F1-Score: **92,58** (CoNLL-03)
17
 
18
  Predicts 4 tags:
19
-
20
  | **tag** | **meaning** |
21
  |---------------------------------|-----------|
22
  | PER | person name |
@@ -25,7 +24,6 @@ Predicts 4 tags:
25
  | MISC | other name |
26
 
27
  Based on Transformer embeddings and LSTM-CRF.
28
-
29
  ---
30
 
31
  ### Demo: How to use in Flair
 
9
  inference: false
10
  ---
11
 
12
+ ## Dutch NER in Flair (default model)
13
 
14
  This is the standard 4-class NER model for Dutch that ships with [Flair](https://github.com/flairNLP/flair/).
15
 
16
  F1-Score: **92,58** (CoNLL-03)
17
 
18
  Predicts 4 tags:
 
19
  | **tag** | **meaning** |
20
  |---------------------------------|-----------|
21
  | PER | person name |
 
24
  | MISC | other name |
25
 
26
  Based on Transformer embeddings and LSTM-CRF.
 
27
  ---
28
 
29
  ### Demo: How to use in Flair