Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -68,9 +68,8 @@ tags:
|
|
68 |
- pretrain
|
69 |
size_categories:
|
70 |
- 1M<n<10M
|
|
|
71 |
---
|
72 |
-
# Dataset Card for "wikipedia-deduped"
|
73 |
-
|
74 |
|
75 |
# wikipedia - 20230901.en - deduped
|
76 |
|
@@ -136,4 +135,6 @@ from datasets import load_dataset
|
|
136 |
# If the dataset is gated/private, make sure you have run huggingface-cli login
|
137 |
config_name = "text-only"
|
138 |
dataset = load_dataset("BEE-spoke-data/wikipedia-deduped", config_name)
|
139 |
-
```
|
|
|
|
|
|
68 |
- pretrain
|
69 |
size_categories:
|
70 |
- 1M<n<10M
|
71 |
+
source_datasets: graelo/wikipedia
|
72 |
---
|
|
|
|
|
73 |
|
74 |
# wikipedia - 20230901.en - deduped
|
75 |
|
|
|
135 |
# If the dataset is gated/private, make sure you have run huggingface-cli login
|
136 |
config_name = "text-only"
|
137 |
dataset = load_dataset("BEE-spoke-data/wikipedia-deduped", config_name)
|
138 |
+
```
|
139 |
+
|
140 |
+
---
|