binhvq_news_vi / README.md
hieunguyen1053's picture
Update README.md
785ea48
|
raw
history blame
No virus
507 Bytes
---
dataset_info:
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 8211350978.574438
num_examples: 19365593
download_size: 4780706833
dataset_size: 8211350978.574438
task_categories:
- text-generation
language:
- vi
tags:
- LM
size_categories:
- 10M<n<100M
---
# Binhvq News
- Source: https://github.com/binhvq/news-corpus
- Num examples: 19,365,593
- Language: Vietnamese
```python
from datasets import load_dataset
load_dataset("tdtunlp/binhvq_news_vi")
```