Simon Ott

Results 11 comments of Simon Ott

TransR seems to have the same issue. Here it seems that the negative score functions (and their prepare functions) for heads and tails got interchanged. For RESCAL: Transposing the relation...

Hi @sunnnymskang , Sure, I've added a description to the value of _DESCRIPTION and the docstring.

Hi @hakunanatasha , the name of this dataset is a little misleading: It is a summarization task, more specifically an answer summarization task. So the input is question + answer...

Found here [https://huggingface.co/datasets/pubmed_qa](https://huggingface.co/datasets/pubmed_qa), however without official splits.

I've now removed the t2t schema so that the dataset could be merged anytime. If the dataset should contain the (non-native) translation task and there is a solution to my...

Huggingface dataset: https://huggingface.co/datasets/biomrc

Hi @sunnnymskang , I think what happened here is that you terminated the dowload when it was not finished previously, thus you get the `Unterminated string` error since the file...

Proof :grin: ```batch (venv) C:\Users\ottsi\biomedical>python -m tests.test_bigbio biodatasets/biomrc/biomrc.py --config_name biomrc_large_A_source INFO:__main__:args: Namespace(config_name='biomrc_large_A_source', data_dir=None, dataloader_path='biodatasets/biomrc/biomrc.py') INFO:__main__:all_config_names: ['biomrc_large_A_source', 'biomrc_large_A_bigbio_qa', 'biomrc_small_A_source', 'biomrc_small_A_bigbio_qa', 'biomrc_tiny_A_source', 'biomrc_tiny_A_bigbio_qa', 'biomrc_large_B_source', 'biomrc_large_B_bigbio_qa', 'biomrc_small_B_source', 'biomrc_small_B_bigbio_qa', 'biomrc_tiny_B_source', 'biomrc_tiny_B_bigbio_qa'] INFO:__main__:self.PATH: biodatasets/biomrc/biomrc.py INFO:__main__:self.NAME:...

I want to use upptime to check if large files are online without actually downloading them. To this I have to use the HEAD HTTP method. However this is not...