Problem in pushing dataset to the Hub

Thank you for your response, but I think the problem doesn’t solve with this. What I believe is the problem is that I am trying to push dataset that consisted of 405 DatasetDicts that each has train, dev and test Datasets. You see the error message?

TypeError: Values in DatasetDict should be of type Dataset but got type ‘<class ‘datasets.dataset_dict.DatasetDict’>’

Other translation datasets is created not by pushing all the datasets to the Hub but creating wrapper for original source. So, how can I push this dataset to the hub as parquet files or make a wrapper from Google Drive?