deep-martin
deep-martin copied to clipboard
Bump bert-score from 0.3.9 to 0.3.13
Bumps bert-score from 0.3.9 to 0.3.13.
Release notes
Sourced from bert-score's releases.
Version 0.3.13
- Fix bug with transformers version > 4.17.0 (#148)
Version 0.3.12
Version 0.3.11
- Updated to version 0.3.11
- Support 6 DeBERTa v3 models
- Support 3 ByT5 models
Version 0.3.10
- Updated to version 0.3.10
- Support 8 SimCSE models
- Fix the support of scibert (to be compatible with transformers >= 4.0.0)
- Add scripts for reproducing some results in our paper (See this folder)
- Support fast tokenizers in huggingface transformers with
--use_fast_tokenizer
. Notably, you will get different scores because of the difference in the tokenizer implementations (#106).- Fix non-zero recall problem for empty candidate strings (#107).
- Add Turkish BERT Supoort (#108).
Commits
dbcf6db
update READMEf3f3269
update version to 0.3.13a45819b
Fix for issue #147 for transformers>4.17.0 (#148)cb582ed
run isort9d9a14c
Merge commit 'fdb9e32245'fdb9e32
use packaging.versioncb0c8be
update README2a8cc73
run black545dc15
update READMEc14c52f
Merge branch 'master' of github.com-personal:Tiiiger/bert_score- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)