Update README.md
Browse files
README.md
CHANGED
@@ -1,26 +1,41 @@
|
|
1 |
-
---
|
2 |
-
license: cc0-1.0
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc0-1.0
|
3 |
+
language: shn
|
4 |
+
dataset_info:
|
5 |
+
features:
|
6 |
+
- name: date
|
7 |
+
dtype: string
|
8 |
+
- name: link
|
9 |
+
dtype: string
|
10 |
+
- name: title
|
11 |
+
dtype: string
|
12 |
+
- name: content
|
13 |
+
dtype: string
|
14 |
+
- name: categories
|
15 |
+
dtype: string
|
16 |
+
splits:
|
17 |
+
- name: train
|
18 |
+
num_bytes: 2884318
|
19 |
+
num_examples: 155
|
20 |
+
download_size: 941528
|
21 |
+
dataset_size: 2884318
|
22 |
+
configs:
|
23 |
+
- config_name: default
|
24 |
+
data_files:
|
25 |
+
- split: train
|
26 |
+
path: data/train-*
|
27 |
+
task_categories:
|
28 |
+
- text-generation
|
29 |
+
size_categories:
|
30 |
+
- n<1K
|
31 |
+
---
|
32 |
+
|
33 |
+
# Dataset Card for "haohaa/shan-news-shanhumanrights_org"
|
34 |
+
|
35 |
+
This dataset was scrape from [shan.shanhumanrights.org](https://shan.shanhumanrights.org). Shan language news website focus on humanrights in Shan State.
|
36 |
+
|
37 |
+
# Language
|
38 |
+
Shan - shn
|
39 |
+
|
40 |
+
# Date Version
|
41 |
+
May 18, 2024
|