wikipedia_vi / README.md
hieunguyen1053's picture
Upload README.md with huggingface_hub
64ecf09
|
raw
history blame
632 Bytes
---
dataset_info:
features:
- name: id
dtype: int64
- name: revid
dtype: string
- name: url
dtype: string
- name: title
dtype: string
- name: text
dtype: string
splits:
- name: train
num_bytes: 1053551922.960177
num_examples: 1284930
download_size: 569515706
dataset_size: 1053551922.960177
task_categories:
- text-generation
language:
- vi
size_categories:
- 1M<n<10M
tags:
- LM
---
# Wikipedia
- Source: https://huggingface.co/datasets/wikipedia
- Num examples: 1,281,412
- Language: Vietnamese
```python
from datasets import load_dataset
load_dataset("tdtunlp/wikipedia_vi")
```