llm_learn / demo.py
Felix1314's picture
initial commit
c122b61
raw
history blame contribute delete
117 Bytes
#第3章/加载数据集
from datasets import load_dataset
dataset = load_dataset(path='seamew/ChnSentiCorp')
dataset