Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- vi
|
4 |
+
pretty_name: Well-known Vietnamese people and corresponding abstracts in Wikipedia
|
5 |
+
source_datasets:
|
6 |
+
- original
|
7 |
+
size_categories:
|
8 |
+
- 1K<n<10K
|
9 |
+
tags:
|
10 |
+
- wikipedia
|
11 |
+
- images
|
12 |
+
- text
|
13 |
+
- LM
|
14 |
+
dataset_info:
|
15 |
+
features:
|
16 |
+
- name: image
|
17 |
+
dtype: image
|
18 |
+
- name: title
|
19 |
+
dtype: string
|
20 |
+
- name: text
|
21 |
+
dtype: string
|
22 |
+
---
|
23 |
+
# Dataset Card for image_text_wikipedia_vi
|
24 |
+
|
25 |
+
### Dataset Summary
|
26 |
+
|
27 |
+
Dataset Summary: People-Text Wikipedia Abstracts (Vietnamese version) <br>
|
28 |
+
This dataset comprises nearly 2000 pairs of well-known Vietnamese people images and corresponding textual abstracts extracted from Vietnamese Wikipedia articles. <br>
|
29 |
+
It cotain portraits, paintings portray famous people,....
|