guychuk commited on
Commit
97a42de
·
verified ·
1 Parent(s): 07b02a7

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +3 -4
  2. data/train.parquet +2 -2
README.md CHANGED
@@ -23,7 +23,7 @@ dataset_info:
23
  description: Article title
24
  - name: text
25
  dtype: string
26
- description: Article wikitext (main namespace only, no redirects)
27
  splits:
28
  - name: train
29
  num_bytes: null
@@ -37,7 +37,7 @@ Hebrew Wikipedia article dump (main namespace only, redirects excluded), exporte
37
  ## Data
38
 
39
  - **Source**: [hewiki-20240901-pages-articles-multistream](https://dumps.wikimedia.org/hewiki/)
40
- - **Schema**: `id` (int64), `title` (string), `text` (string, wikitext)
41
  - **License**: CC BY-SA 3.0 (Wikipedia)
42
 
43
  ## Usage
@@ -53,5 +53,4 @@ ds = load_dataset("ORG/REPO", trust_remote_code=True)
53
 
54
  ## Notes
55
 
56
- - Only main-namespace (ns=0) articles are included; talk pages, templates, etc. are excluded.
57
- - Redirects are excluded.
 
23
  description: Article title
24
  - name: text
25
  dtype: string
26
+ description: Cleaned article text (templates removed, [[x|y]]→y, main ns, no redirects)
27
  splits:
28
  - name: train
29
  num_bytes: null
 
37
  ## Data
38
 
39
  - **Source**: [hewiki-20240901-pages-articles-multistream](https://dumps.wikimedia.org/hewiki/)
40
+ - **Schema**: `id` (int64), `title` (string), `text` (string, cleaned: templates removed, links simplified)
41
  - **License**: CC BY-SA 3.0 (Wikipedia)
42
 
43
  ## Usage
 
53
 
54
  ## Notes
55
 
56
+ - Only main-namespace (ns=0) articles; redirects excluded. Text is cleaned: `{{...}}` removed, `[[link|display]]`→display.
 
data/train.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1fe603b67ad8b858508cb4fa6a67a4e5a05379f7ca9524f329f5ad87273b8300
3
- size 2324072965
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d98d237b129be8e752485c526a3e2a751f11c779a0ce32dfc8afcb0b29306f01
3
+ size 1571369677