Adding more examples in a slice of a dataset

In the dataset wikiann, there are only 100 examples in each split for the Gujarati language. Now this size is small for quality results. How to add new Gujarati examples in each split in the dataset wikiann?

Hi! You can use dset_split = datasets.concatenate_datasets([dset_split, dset_new_examples]) to add more examples to the splits.

Hi!### I thank Mario Šaško for his useful and concrete suggestions.Chandrakant Bhogayata (Kantkamal)