wikipedia_vi / README.md
hieunguyen1053's picture
Update README.md
1ba7dac
|
raw
history blame
574 Bytes
---
dataset_info:
features:
- name: id
dtype: string
- name: url
dtype: string
- name: title
dtype: string
- name: text
dtype: string
splits:
- name: train
num_bytes: 1566992052
num_examples: 1281412
download_size: 704248709
dataset_size: 1566992052
task_categories:
- text-generation
language:
- vi
size_categories:
- 1M<n<10M
---
# Wikipedia
- Source: https://huggingface.co/datasets/wikipedia
- Num examples: 1,281,412
- Language: Vietnamese
```python
from datasets import load_dataset
load_dataset("tdtunlp/vi_wikipedia")
```