Skip to content

Commit e75d790

Browse files
authored
Update README.md
1 parent 56d2197 commit e75d790

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
## Update 21-02-2019
44

55
- 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).
99
- 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).
1010
- 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.
1111
- An "allowed_transition" stuff will be added in near future (like allennlp/conditional_random_field.py).

0 commit comments

Comments
 (0)