alanakbik commited on
Commit
210de02
•
1 Parent(s): 9c1cbc3

initial commit

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -15,6 +15,8 @@ This is the large 4-class NER model for English that ships with [Flair](https://
15
 
16
  F1-Score: **94,36** (corrected CoNLL-03)
17
 
 
 
18
  Predicts 4 tags:
19
 
20
  | **tag** | **meaning** |
@@ -58,8 +60,8 @@ for entity in sentence.get_spans('ner'):
58
 
59
  This yields the following output:
60
  ```
61
- Span [1,2]: "George Washington" [− Labels: PER (0.9968)]
62
- Span [5]: "Washington" [− Labels: LOC (0.9994)]
63
  ```
64
 
65
  So, the entities "*George Washington*" (labeled as a **person**) and "*Washington*" (labeled as a **location**) are found in the sentence "*George Washington went to Washington*".
 
15
 
16
  F1-Score: **94,36** (corrected CoNLL-03)
17
 
18
+ **! This model only works with Flair version 0.8 (will be released in the next few days) !**
19
+
20
  Predicts 4 tags:
21
 
22
  | **tag** | **meaning** |
 
60
 
61
  This yields the following output:
62
  ```
63
+ Span [1,2]: "George Washington" [− Labels: PER (1.0)]
64
+ Span [5]: "Washington" [− Labels: LOC (1.0)]
65
  ```
66
 
67
  So, the entities "*George Washington*" (labeled as a **person**) and "*Washington*" (labeled as a **location**) are found in the sentence "*George Washington went to Washington*".