alanakbik commited on
Commit
7f05a4c
•
1 Parent(s): 55dfe52

initial model commit

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -58,8 +58,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 ging naar Washington*".
@@ -120,3 +120,10 @@ Please cite the following paper when using this model.
120
  year = {2018}
121
  }
122
  ```
 
 
 
 
 
 
 
 
58
 
59
  This yields the following output:
60
  ```
61
+ Span [1,2]: "George Washington" [− Labels: PER (0.997)]
62
+ Span [5]: "Washington" [− Labels: LOC (0.9996)]
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 ging naar Washington*".
 
120
  year = {2018}
121
  }
122
  ```
123
+
124
+
125
+ ---
126
+
127
+ ### Issues?
128
+
129
+ The Flair issue tracker is available [here](https://github.com/flairNLP/flair/issues/).