NyxKrage commited on
Commit
6b55146
1 Parent(s): 551d37f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. incelwiki-20240225-dump.py +1 -0
incelwiki-20240225-dump.py CHANGED
@@ -26,6 +26,7 @@ class IncelWikiDumpDataset(datasets.GeneratorBasedBuilder):
26
  # This defines the different columns of the dataset and their types
27
  features=datasets.Features(
28
  {
 
29
  "title": datasets.Value("string"), # The title of the page
30
  "revisions": datasets.Value(
31
  "large_string"
 
26
  # This defines the different columns of the dataset and their types
27
  features=datasets.Features(
28
  {
29
+ "id": datasets.Value("int32"),
30
  "title": datasets.Value("string"), # The title of the page
31
  "revisions": datasets.Value(
32
  "large_string"