Isabel Cachola
Isabel Cachola
The bucket for the Natural Questions tiny dev listed in the `bert_joint` README set does not exist. Where can I find the data? ``` $ gsutil cp -R gs://bert-nq/tiny-dev ....
There's no license on the repo or on the [API Documentation](https://openreview-py.readthedocs.io/en/latest/api.html) which respect to how the data from the API can be used. I would like to use the API...
When I BERTScorer as follows: ``` bert_scorer = BERTScorer(lang='en-sci') _, _, f1 = bert_scorer.score([pred_text], [r_text]) ``` I get the following error: `RuntimeError: The expanded size of the tensor (556) must...