Datasets:

Size:
n>1T
ArXiv:
License:

Row count mismatch for the unknown languages subset

#25
by ayushdg95 - opened

When pulling in the unknown subset from datasets the row counts seem to differ from the description of the project. Just wanted to clarify if there's a typo or if the dataset might've change or I have some issue on my system.

dataset = datasets.load_dataset("HuggingFaceFW/finepdfs", name="unknown")

len(dataset["train"]) # outputs: 17077091 which doesn't match reported 17,098,504 from the description.

len(dataset["test"]) # outputs: 1020 Should not be relevant here since the counts from the description all match to "train"

Sign up or log in to comment