Releases: CompNet/Tibert
Releases · CompNet/Tibert
v0.5.3
Compare
Sorry, something went wrong.
No results found
Aethor
released this
05 Apr 15:58
update dependencies to transformers >=5.0.0
add extras specifiers to pyproject.toml
v0.5.1
Compare
Sorry, something went wrong.
No results found
Aethor
released this
08 Jan 18:42
update dependencies, resolve up to Python 3.12
correct fr-litbank dataset loading
v0.5.0
Compare
Sorry, something went wrong.
No results found
Aethor
released this
17 Sep 14:33
Spans are now at the token level, making the model more efficient.
tibert.run_test now correctly supports all possible document splits configuration.
Fix a bug in mention pruning that would cause successive mention to always be discarded.
Fix a bug when selecting antecedents that would greatly impact model's performance, specifically in terms of MUC Recall.
v0.4.0
Compare
Sorry, something went wrong.
No results found
Aethor
released this
12 Jun 20:51
Add a first version of hierarchical merging
Fix a bug where the distance feature was not returning coherent results
Add the tibert/run_test.py script for testing performance
Add a new utility function, tibert.utils.limit_doc_size_tokens_
tibert.utils.pprint_coreference_document now has useful colors!
v0.3.2
Compare
Sorry, something went wrong.
No results found
Aethor
released this
19 Mar 11:48
critical fix for score_lea
v0.3.1
Compare
Sorry, something went wrong.
No results found
Aethor
released this
19 Mar 10:29
support for BLANC and LEA
critical fix for score_muc
v0.2.4
Compare
Sorry, something went wrong.
No results found
Aethor
released this
13 Nov 14:46
Support for Democrat
New prediction interface : stream_predict_coref
v0.2.3
Compare
Sorry, something went wrong.
No results found
Aethor
released this
09 Oct 11:55
small enhancements
dependencies compat with Grimbert
v0.2.2
Compare
Sorry, something went wrong.
No results found
Aethor
released this
04 Sep 14:37
Fix a crash when restoring training checkpoint
v0.2.1
Compare
Sorry, something went wrong.
No results found
Aethor
released this
02 Sep 11:07
Avoid truncating predictions for long sequences
Better checkpoint saving for training