hieunguyen1053 commited on
Commit
785ea48
1 Parent(s): c38c09e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -2
README.md CHANGED
@@ -9,7 +9,23 @@ dataset_info:
9
  num_examples: 19365593
10
  download_size: 4780706833
11
  dataset_size: 8211350978.574438
 
 
 
 
 
 
 
 
12
  ---
13
- # Dataset Card for "vi_binhvq_news_corpus"
14
 
15
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
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
+ ```