Commit ·
7b56413
1
Parent(s): d02175b
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ pretty_name: Danish Gigaword Test Sample
|
|
| 28 |
This is a small sample of the dataset `DDSC/partial-danish-gigaword-no-twitter`. It is meant as a small dataset for testing code. It is constructed using the following code:
|
| 29 |
|
| 30 |
|
| 31 |
-
```
|
| 32 |
from datasets import concatenate_datasets, load_dataset
|
| 33 |
|
| 34 |
# download dataset from huggingface
|
|
|
|
| 28 |
This is a small sample of the dataset `DDSC/partial-danish-gigaword-no-twitter`. It is meant as a small dataset for testing code. It is constructed using the following code:
|
| 29 |
|
| 30 |
|
| 31 |
+
```python
|
| 32 |
from datasets import concatenate_datasets, load_dataset
|
| 33 |
|
| 34 |
# download dataset from huggingface
|