pszemraj commited on
Commit
00e73da
1 Parent(s): 274bf13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
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
+ ---