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: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Changelog
2
2
3
+
## 2020.4.23 - Pre-release
4
+
5
+
* Add multitask split_parse command and tests, called with python -m deep_reference_parser split_parse
6
+
* Fix issues with training data creation
7
+
* Output predictions of validation data by default
8
+
* Various improvements - using tox for testing, refactoring, improving error messages, README and tests
9
+
3
10
## 2020.3.3 - Pre-release
4
11
5
12
NOTE: This version includes changes to both the way that model artefacts are packaged and saved, and the way that data are laded and parsed from tsv files. This results in a significantly faster training time (c.14 hours -> c.0.5 hour), but older models will no longer be compatible. For compatibility you must use multitask modles > 2020.3.19, splitting models > 2020.3.6, and parisng models > 2020.3.8. These models currently perform less well than previous versions, but performance is expected to improve with more data and experimentation predominatly around sequence length.
0 commit comments