Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
felixgwu authored Jan 22, 2020
1 parent 7bdcf33 commit 926c516
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,10 @@ roberta-large_L17_no-idf_version=0.3.0(hug_trans=2.3.0) P: 0.957378 R: 0.961325

where "roberta-large_L17_no-idf_version=0.3.0(hug_trans=2.3.0)" is the hash code.

Starting from versino 0.3.0, we support rescaling the scores with baseline scores
Starting from version 0.3.0, we support rescaling the scores with baseline scores

```sh
bert-score -r example/refs.txt -c example/hyps.txt --lang en
bert-score -r example/refs.txt -c example/hyps.txt --lang en --rescale-with-baseline
```
You will get:

Expand Down

0 comments on commit 926c516

Please sign in to comment.