add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -21,6 +21,25 @@ task_ids:
|
|
21 |
- masked-language-modeling
|
22 |
paperswithcode_id: null
|
23 |
pretty_name: FarsiNews
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
# Dataset Card for FarsiNews
|
@@ -156,4 +175,4 @@ https://github.com/sci2lab/Farsi-datasets
|
|
156 |
|
157 |
### Contributions
|
158 |
|
159 |
-
Thanks to [@Narsil](https://github.com/Narsil) for adding this dataset.
|
|
|
21 |
- masked-language-modeling
|
22 |
paperswithcode_id: null
|
23 |
pretty_name: FarsiNews
|
24 |
+
dataset_info:
|
25 |
+
features:
|
26 |
+
- name: title
|
27 |
+
dtype: string
|
28 |
+
- name: summary
|
29 |
+
dtype: string
|
30 |
+
- name: link
|
31 |
+
dtype: string
|
32 |
+
- name: tags
|
33 |
+
sequence: string
|
34 |
+
splits:
|
35 |
+
- name: hamshahri
|
36 |
+
num_bytes: 1267659
|
37 |
+
num_examples: 2203
|
38 |
+
- name: radiofarda
|
39 |
+
num_bytes: 265272
|
40 |
+
num_examples: 284
|
41 |
+
download_size: 1648337
|
42 |
+
dataset_size: 1532931
|
43 |
---
|
44 |
|
45 |
# Dataset Card for FarsiNews
|
|
|
175 |
|
176 |
### Contributions
|
177 |
|
178 |
+
Thanks to [@Narsil](https://github.com/Narsil) for adding this dataset.
|