Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
Vietnamese
Size:
10M - 100M
Tags:
LM
hieunguyen1053
commited on
Commit
•
785ea48
1
Parent(s):
c38c09e
Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,23 @@ dataset_info:
|
|
9 |
num_examples: 19365593
|
10 |
download_size: 4780706833
|
11 |
dataset_size: 8211350978.574438
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
-
#
|
14 |
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
num_examples: 19365593
|
10 |
download_size: 4780706833
|
11 |
dataset_size: 8211350978.574438
|
12 |
+
task_categories:
|
13 |
+
- text-generation
|
14 |
+
language:
|
15 |
+
- vi
|
16 |
+
tags:
|
17 |
+
- LM
|
18 |
+
size_categories:
|
19 |
+
- 10M<n<100M
|
20 |
---
|
21 |
+
# Binhvq News
|
22 |
|
23 |
+
- Source: https://github.com/binhvq/news-corpus
|
24 |
+
- Num examples: 19,365,593
|
25 |
+
- Language: Vietnamese
|
26 |
+
|
27 |
+
```python
|
28 |
+
from datasets import load_dataset
|
29 |
+
|
30 |
+
load_dataset("tdtunlp/binhvq_news_vi")
|
31 |
+
```
|