Datasets:

Multilinguality:
multilingual
Size Categories:
1M<n<10M
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
ArXiv:
License:

Fix dataset download url

#4

Thank you for your wonderful work in creating and sharing this dataset!

However, when I was trying to load the dataset according to the instruction given in README, I got: ... FileNotFoundError: Unable to resolve any data file that matches ['**'] in dataset repository csebuetnlp/CrossSum with any supported extension ... and AttributeError: 'NoneType' object has no attribute 'version_str'.

The former error can be solved by loading the dataset in lower case, namely: load_dataset(f"csebuetnlp/crosssum", "{}-{}".format(src_lang, tgt_lang));

This pull request is opened to fix the latter error by using the correct format for dataset download url.

BUET CSE NLP Group org

Thank you for pointing it out.

abhik1505040 changed pull request status to merged

Sign up or log in to comment