You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
import datasets
|
|
dataset = datasets.load_dataset("alexwan0/wikipedia-foods")
|
|
dataset.save_to_disk('D:\我的项目\\wikipedia-foods')
|
|
|
|
|
|
|
|
#加载本地数据集:
|
|
|
|
#s = load_from_disk("./opus100") |