Skip to content

Releases: Tiiiger/bert_score

Version 0.3.13

20 Feb 21:05
Compare
Choose a tag to compare
  • Fix bug with transformers version > 4.17.0 (#148)

Version 0.3.12

14 Oct 21:46
Compare
Choose a tag to compare
  • Having get_idf_dict compatible with DDP (#140)
  • Fix setup bug (#138)

Version 0.3.11

10 Dec 22:45
Compare
Choose a tag to compare
  • Updated to version 0.3.11
    • Support 6 DeBERTa v3 models
    • Support 3 ByT5 models

Version 0.3.10

05 Aug 04:54
Compare
Choose a tag to compare
  • 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).

Version 0.3.9

17 Apr 18:45
Compare
Choose a tag to compare
  • Support 3 BigBird models
  • Fix bugs for mBART and T5
  • Support 4 mT5 models as requested (#93)

Version 0.3.8

03 Mar 18:17
Compare
Choose a tag to compare
  • Support 53 new pretrained models including BART, mBART, BORT, DeBERTa, T5, mT5, BERTweet, MPNet, ConvBERT, SqueezeBERT, SpanBERT, PEGASUS, Longformer, LED, Blendbot, etc. Among them, DeBERTa achives higher correlation with human scores than RoBERTa (our default) on WMT16 dataset. The correlations are presented in this Google sheet.
  • Please consider using --model_type microsoft/deberta-xlarge-mnli or --model_type microsoft/deberta-large-mnli (faster) if you want the scores to correlate better with human scores.
  • Add baseline files for DeBERTa models.
  • Add example code to generate baseline files (please see the details).

Version 0.3.7

06 Dec 22:38
Compare
Choose a tag to compare

Updated to version 0.3.7

  • Being compatible with Huggingface's transformers version >=4.0.0. Thanks to public contributers (#84, #85, #86).

Version 0.3.6

03 Sep 19:40
3dc3e3d
Compare
Choose a tag to compare

Updated to version 0.3.6

  • Support custom baseline files #74
  • The option --rescale-with-baseline is changed to --rescale_with_baseline so that it is consistent with other options.

Version 0.3.5

17 Jul 20:23
d0156eb
Compare
Choose a tag to compare

Updated to version 0.3.5

  • Being compatible with Huggingface's transformers >=v3.0.0 and minor fixes (#58, #66, #68)
  • Several improvements related to efficency (#67, #69)

Version 0.3.4

10 Jun 15:32
Compare
Choose a tag to compare
  • Upgrade to be compatible with transformers v2.11.0 (#58)
  • Bug Fixd: support CPU inference (#50)