adamjuhasz commited on
Commit
eac1d64
·
verified ·
1 Parent(s): e74f673

Update dataset card

Browse files
Files changed (1) hide show
  1. README.md +9 -31
README.md CHANGED
@@ -10,44 +10,22 @@ configs:
10
  - config_name: default
11
  data_files:
12
  - split: train
13
- path: data/train-*
14
  tags:
15
  - simple-wikipedia
16
  - wikipedia
17
  - markdown
18
  - sqlite
19
- dataset_info:
20
- features:
21
- - name: page_id
22
- dtype: int64
23
- - name: title
24
- dtype: string
25
- - name: content
26
- dtype: string
27
- - name: content_no_link
28
- dtype: string
29
- - name: importance
30
- dtype: string
31
- - name: truncated
32
- dtype: bool
33
- - name: error
34
- dtype: bool
35
- splits:
36
- - name: train
37
- num_bytes: 807747284
38
- num_examples: 275630
39
- download_size: 437173595
40
- dataset_size: 807747284
41
  ---
42
 
43
  # Simple English Wikipedia (Markdown)
44
 
45
  Recurring weekly snapshot of Simple English Wikipedia (https://simple.wikipedia.org/), which uses shorter sentences and limited vocabulary compared to the main English Wikipedia. This makes it smaller, easier to parse, and better suited for on-device or bandwidth‑constrained assistants while still covering broad general knowledge. Ideal as an offline Wikipedia MCP server backing a household AI assistant.
46
 
47
- - Dump date: 2026-01-01
48
- - Source dump: https://dumps.wikimedia.org/simplewiki/20260101/simplewiki-20260101-pages-articles.xml.bz2
49
- - SHA-1: 4ae7736cd6d6342f08a157196ebed41f4fd45375
50
- - Records: 275064
51
  - Refresh cadence: Weekly on Sundays at 11:00 UTC
52
 
53
  ## Dataset Structure
@@ -103,10 +81,10 @@ Importance labels indicate how useful an article is for day-to-day offline house
103
 
104
  - Model: openai/gpt-oss-120b
105
  - distribution:
106
- - low: 0.00%
107
- - medium: 0.00%
108
- - high: 0.00%
109
- - unknown: 100.00%
110
 
111
  Prompt template:
112
  ```
 
10
  - config_name: default
11
  data_files:
12
  - split: train
13
+ path: data/train-*.parquet
14
  tags:
15
  - simple-wikipedia
16
  - wikipedia
17
  - markdown
18
  - sqlite
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  ---
20
 
21
  # Simple English Wikipedia (Markdown)
22
 
23
  Recurring weekly snapshot of Simple English Wikipedia (https://simple.wikipedia.org/), which uses shorter sentences and limited vocabulary compared to the main English Wikipedia. This makes it smaller, easier to parse, and better suited for on-device or bandwidth‑constrained assistants while still covering broad general knowledge. Ideal as an offline Wikipedia MCP server backing a household AI assistant.
24
 
25
+ - Dump date: 2026-02-01
26
+ - Source dump: https://dumps.wikimedia.org/simplewiki/20260201/simplewiki-20260201-pages-articles.xml.bz2
27
+ - SHA-1: 2e69e254423c30c5d7a27fe46dbd4690550f3b6b
28
+ - Records: 275630
29
  - Refresh cadence: Weekly on Sundays at 11:00 UTC
30
 
31
  ## Dataset Structure
 
81
 
82
  - Model: openai/gpt-oss-120b
83
  - distribution:
84
+ - low: 4.04%
85
+ - medium: 6.81%
86
+ - high: 1.26%
87
+ - unknown: 87.88%
88
 
89
  Prompt template:
90
  ```