jakobcassiman commited on
Commit
c62f0f7
·
1 Parent(s): 7bc720d

Add one line of code for loading dataset

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -19,7 +19,7 @@ task_categories:
19
  task_ids:
20
  - summarization
21
  ---
22
- # Dataset Card for [Dataset Name]
23
 
24
  ## Table of Contents
25
  - [Table of Contents](#table-of-contents)
@@ -60,7 +60,12 @@ This dataset is a machine translated dataset. It's the [XSum dataset](https://hu
60
 
61
  See the [Hugginface page of the original dataset](https://huggingface.co/datasets/xsum) for more information on the format of this dataset.
62
 
 
63
 
 
 
 
 
64
  ### Languages
65
 
66
  Dutch
 
19
  task_ids:
20
  - summarization
21
  ---
22
+ # Dataset Card for XSum NL
23
 
24
  ## Table of Contents
25
  - [Table of Contents](#table-of-contents)
 
60
 
61
  See the [Hugginface page of the original dataset](https://huggingface.co/datasets/xsum) for more information on the format of this dataset.
62
 
63
+ Use with:
64
 
65
+ ```python
66
+ from datasets import load_dataset
67
+ load_dataset("csv", "ml6team/xsum_nl")
68
+ ```
69
  ### Languages
70
 
71
  Dutch