You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@
3
3
## Update 21-02-2019
4
4
5
5
- Precision, recall and F1 metrics are added into "ner_scorer.py".
6
-
- Since these metrics must be calculated for full set (not batch-based), I changed the evaluator flow a little bit.
7
-
- Evaluator reports mean precision, recall and F1 scores over all tags/named-entities.
8
-
- Detailed, tag-based, scores can be also reported by activating boolean detailed_ner_log (default value is true).
6
+
- Since these metrics must be calculated for full set (not batch-based), I changed the evaluator flow a little bit.
7
+
- Evaluator reports mean precision, recall and F1 scores over all tags/named-entities.
8
+
- Detailed, tag-based, scores can be also reported by activating boolean detailed_ner_log (default value is true).
9
9
- In LSTM, I encountered a minor bug while using "bidirectional=true". Hopefully, it is fixed (at least training/evaluating was working on a small set).
10
10
- I tried a larger set to see whether my code is working but I got a "cuda illegal memory access" error. I think it is because OOM issues, but I am not sure for now.
11
11
- An "allowed_transition" stuff will be added in near future (like allennlp/conditional_random_field.py).
0 commit comments