Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
open-nlp
/
Chris-lab
like
2
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
main
Chris-lab
/
utils
/
data.py
kz209
update format
031841d
10 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
130 Bytes
from
datasets
import
load_dataset
dialogsum = load_dataset(
"har1/MTS_Dialogue-Clinical_Note"
)
dataset =
list
(dialogsum[
"train"
])