simple_wikipedia / README.md
pszemraj's picture
Update README.md
ce3ce96
|
raw
history blame
No virus
1.1 kB
metadata
license: apache-2.0
task_categories:
  - text-generation
language:
  - en
tags:
  - language modeling
  - lamguage
size_categories:
  - 100K<n<1M

simple wikipedia

the 'simple' split of Wikipedia, from Sept 1 2023.

Pulled via:

dataset = load_dataset(
    "wikipedia", language="simple", date="20230901", beam_runner="DirectRunner"
)

stats

train split

general info

<class 'pandas.core.frame.DataFrame'>
RangeIndex: 226242 entries, 0 to 226241
Data columns (total 4 columns):
 #   Column       Non-Null Count   Dtype 
---  ------       --------------   ----- 
 0   id           226242 non-null  string
 1   url          226242 non-null  string
 2   title        226242 non-null  string
 3   text         226242 non-null  string
dtypes: string(4)

token length (NeoX)

plot

tokens
count 226242
mean 287.007
std 1327.07
min 1
25% 65
50% 126
75% 243
max 60844