Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Felix1314
/
llm_learn
like
0
Model card
Files
Files and versions
Community
main
llm_learn
/
demo.py
Felix1314
initial commit
c122b61
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
117 Bytes
#第3章/加载数据集
from
datasets
import
load_dataset
dataset = load_dataset(path=
'seamew/ChnSentiCorp'
)
dataset