Arindam Mitra

Results 5 issues of Arindam Mitra

How would you assign numbers in the QRel file for BioASQ? Could you please provide an example. Let's say for a question Q with id ID the ideal documents are...

The readme says that ``For reproducibility, we have released an already cached version of the data(https://huggingface.co/datasets/bigscience/P3), which means you don't need to cache the data yourself. The only exception is...

Maybe you could update the readme file :)

For some sentences I am getting this error, span_outputs = self._model.span_detector.forward_on_instances(instances) File "/anaconda2/envs/qasrl/lib/python3.6/site-packages/allennlp/models/model.py", line 150, in forward_on_instances model_input = dataset.as_tensor_dict(cuda_device=cuda_device) File "/anaconda2/envs/qasrl/lib/python3.6/site-packages/allennlp/data/dataset.py", line 147, in as_tensor_dict field_classes = self.instances[0].fields IndexError:...

pip install flash-attn --no-build-isolation fails but pip install flash-attn==1.0.9 --no-build-isolation works Based on this can you say what I might to try to fix the error? > torch.__version__ = 2.0.1+cu117...