Upload folder using huggingface_hub
Browse files- README.md +3 -4
- 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:
|
| 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,
|
| 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
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d98d237b129be8e752485c526a3e2a751f11c779a0ce32dfc8afcb0b29306f01
|
| 3 |
+
size 1571369677
|