Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
Vietnamese
Size:
1M - 10M
Tags:
LM
hieunguyen1053
commited on
Commit
•
25b1eb2
1
Parent(s):
a4a51b8
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,14 +1,20 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
- name: text
|
5 |
dtype: string
|
6 |
splits:
|
7 |
- name: train
|
8 |
-
num_bytes:
|
9 |
-
num_examples:
|
10 |
-
download_size:
|
11 |
-
dataset_size:
|
12 |
---
|
13 |
# Dataset Card for "vi_wikipedia"
|
14 |
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
+
- name: id
|
5 |
+
dtype: string
|
6 |
+
- name: url
|
7 |
+
dtype: string
|
8 |
+
- name: title
|
9 |
+
dtype: string
|
10 |
- name: text
|
11 |
dtype: string
|
12 |
splits:
|
13 |
- name: train
|
14 |
+
num_bytes: 1566992052
|
15 |
+
num_examples: 1281412
|
16 |
+
download_size: 704248709
|
17 |
+
dataset_size: 1566992052
|
18 |
---
|
19 |
# Dataset Card for "vi_wikipedia"
|
20 |
|