yf.wang

Results 3 issues of yf.wang

Resolved! I have submitted a PR, waiting for merge. You can also follow this blog I wrote: https://zhuanlan.zhihu.com/p/697043685

make it work on M silcon

load local models for bert-score. just change `model_type` to your local model path, e.g. ```python self.bert_scorer = BERTScorer( model_type="/Users/wangyangfan/remote/models/FacebookAI/roberta-large", device='mps', rescale_with_baseline=True, lang='en' ) ``` 👏 Inspired by @shuaijiumei, thanks a...