bert_score
bert_score copied to clipboard
BERT score for text generation
Hi, authors, Thanks for your great work! I tried to reproduce the coco challenge results recently, but find that the dataset google drive link you previously shared in #22 (https://drive.google.com/file/d/1HUrcgLXTNUY9ZbJ6eegb2V92Hfh17j9e/)...
Hi, I have recently raised the issue [here](https://github.com/wietsedv/bertje/issues/38#issue-1929534625) which you can refer to. I was basically trying to use an external model try and get the bert_score for it. I...
Excuse me if this is not the right venue to ask this question, but maybe your expertise could help me out! Consider following candidates: 'My left ear hurts but my...
Hello I want to use bert_score in kaggle, so I downloaded the zip from github, and uploaded to kaggle as data, then intalled using !pip install, but it show me...
I was looking at the code and came across this line https://github.com/Tiiiger/bert_score/blob/dbcf6db37e8bd6ff68446f06b0ba5d0763b62d20/bert_score/utils.py#L634 I might be wrong, but shouldn't the padding value be dependent on the tokenizer and model, e.g. `padding_value=tokenizer.pad_token_id`?...
Hi guys, thanks for this fantastic project. I intend to use it to measure the similarity between essays written by students and a given theme. The theme is a one-line...
Hello @Tiiiger Initially, i wrote my code such that it calls the score function multiple times, when applied to a dataframe, and it took a lot of time to compile....
Dear Author, I would like to ask why using a different hug_trans version, even for the same model and reference/prediction, the BertScore would be different. For instance, given prediction =...
Hi everyone! I am facing this error while calculating the BERT_score. Can anyone help with this issue?