File size: 622 Bytes
9dc117f
 
 
25b1eb2
4ce8337
 
25b1eb2
 
 
 
 
9dc117f
 
 
 
4ce8337
 
 
 
1ba7dac
 
 
 
 
 
aebaf29
 
9dc117f
d0dbaa6
9dc117f
d0dbaa6
 
 
 
 
 
 
aebaf29
d0dbaa6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
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: 1282963258.0
    num_examples: 1564724
  download_size: 576656357
  dataset_size: 1282963258.0
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")
```