Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
language:
|
| 3 |
- tt
|
| 4 |
- ba
|
|
|
|
| 5 |
license:
|
| 6 |
- cc-by-sa-4.0
|
| 7 |
task_categories:
|
|
@@ -23,6 +24,10 @@ configs:
|
|
| 23 |
data_files:
|
| 24 |
- split: train
|
| 25 |
path: ba/20250320/*parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
dataset_info:
|
| 27 |
- config_name: tt
|
| 28 |
features:
|
|
@@ -48,6 +53,18 @@ dataset_info:
|
|
| 48 |
dtype: string
|
| 49 |
splits:
|
| 50 |
- name: train
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
size_categories:
|
| 52 |
- 100K<n<1M
|
| 53 |
---
|
|
@@ -58,7 +75,7 @@ size_categories:
|
|
| 58 |
|
| 59 |
This dataset is a plain text version of pages from `wikipedia.org` spaces for several languages
|
| 60 |
([Tatar](https://tt.wikipedia.org/wiki),
|
| 61 |
-
[Bashkir](https://ba.wikipedia.org/wiki)).
|
| 62 |
The text is without HTML tags nor wiki templates.
|
| 63 |
It just includes markdown syntax for headers, lists and tables.
|
| 64 |
See [Notes on data formatting](#notes-on-data-formatting) for more details.
|
|
|
|
| 2 |
language:
|
| 3 |
- tt
|
| 4 |
- ba
|
| 5 |
+
- sah
|
| 6 |
license:
|
| 7 |
- cc-by-sa-4.0
|
| 8 |
task_categories:
|
|
|
|
| 24 |
data_files:
|
| 25 |
- split: train
|
| 26 |
path: ba/20250320/*parquet
|
| 27 |
+
- config_name: sah
|
| 28 |
+
data_files:
|
| 29 |
+
- split: train
|
| 30 |
+
path: sah/20250320/*parquet
|
| 31 |
dataset_info:
|
| 32 |
- config_name: tt
|
| 33 |
features:
|
|
|
|
| 53 |
dtype: string
|
| 54 |
splits:
|
| 55 |
- name: train
|
| 56 |
+
- config_name: sah
|
| 57 |
+
features:
|
| 58 |
+
- name: id
|
| 59 |
+
dtype: int32
|
| 60 |
+
- name: url
|
| 61 |
+
dtype: string
|
| 62 |
+
- name: title
|
| 63 |
+
dtype: string
|
| 64 |
+
- name: text
|
| 65 |
+
dtype: string
|
| 66 |
+
splits:
|
| 67 |
+
- name: train
|
| 68 |
size_categories:
|
| 69 |
- 100K<n<1M
|
| 70 |
---
|
|
|
|
| 75 |
|
| 76 |
This dataset is a plain text version of pages from `wikipedia.org` spaces for several languages
|
| 77 |
([Tatar](https://tt.wikipedia.org/wiki),
|
| 78 |
+
[Bashkir](https://ba.wikipedia.org/wiki), [Sakha](https://sah.wikipedia.org/wiki)).
|
| 79 |
The text is without HTML tags nor wiki templates.
|
| 80 |
It just includes markdown syntax for headers, lists and tables.
|
| 81 |
See [Notes on data formatting](#notes-on-data-formatting) for more details.
|