adamjuhasz commited on
Commit
94fef13
·
verified ·
1 Parent(s): 9e45078

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: 810571278
38
- num_examples: 276302
39
- download_size: 439202943
40
- dataset_size: 810571278
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-02-01
48
- - Source dump: https://dumps.wikimedia.org/simplewiki/20260201/simplewiki-20260201-pages-articles.xml.bz2
49
- - SHA-1: 2e69e254423c30c5d7a27fe46dbd4690550f3b6b
50
- - Records: 275630
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: 4.04%
107
- - medium: 6.81%
108
- - high: 1.26%
109
- - unknown: 87.88%
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-03-01
26
+ - Source dump: https://dumps.wikimedia.org/simplewiki/20260301/simplewiki-20260301-pages-articles.xml.bz2
27
+ - SHA-1: 9c97bad1a3c0862e21b94f3d355a8e700d837c45
28
+ - Records: 276302
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: 68.10%
85
+ - medium: 30.34%
86
+ - high: 1.52%
87
+ - unknown: 0.04%
88
 
89
  Prompt template:
90
  ```