UTS_Text / test_dataset.py
rain1024's picture
update
e192c17
raw
history blame contribute delete
157 Bytes
from datasets import load_dataset
if __name__ == '__main__':
dataset = load_dataset("undertheseanlp/UTS_Text", "small")
print(dataset["train"][0])