dataset-5/quickstart.md

9 lines
194 B
Markdown
Raw Permalink Normal View History

2024-07-01 15:40:30 +00:00
## SDK usage
```python
from modelscope.msdatasets import MsDataset
MsDataset.load("OpenDataLab/SAMSum_Corpus")
# Note: If the SDK is not available, please use git to download the dataset.
```