Update README.md
Browse files
README.md
CHANGED
|
@@ -1,34 +1,44 @@
|
|
| 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 |
---
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- question-answering
|
| 5 |
+
- text-generation
|
| 6 |
+
language:
|
| 7 |
+
- zh
|
| 8 |
+
size_categories:
|
| 9 |
+
- 100K<n<1M
|
| 10 |
+
---
|
| 11 |
+
# REILX/Chinese-Image-Text-Corpus-dataset
|
| 12 |
+
|
| 13 |
+
\[ English | [中文](README_zh.md) \]
|
| 14 |
+
|
| 15 |
+
### Introduction
|
| 16 |
+
|
| 17 |
+
The REILX/Chinese-Image-Text-Corpus-dataset is a multimodal dataset that pairs Chinese textual data with corresponding images. This dataset is derived from the [Chinese-Xinhua Dictionary Database](https://github.com/pwxcoo/chinese-xinhua), which includes idioms, single characters, words, and aphorisms.
|
| 18 |
+
|
| 19 |
+
### Dataset Structure
|
| 20 |
+
|
| 21 |
+
The dataset is organized into the following categories:
|
| 22 |
+
|
| 23 |
+
- **Idioms**: Traditional Chinese idioms with explanations and derivations.
|
| 24 |
+
- **Words**: Individual Chinese characters with explanations, pinyin, and radicals.
|
| 25 |
+
- **Phrases**: Common Chinese phrases with explanations.
|
| 26 |
+
- **Aphorisms**: Chinese aphorisms with riddles and answers.
|
| 27 |
+
|
| 28 |
+
Each text entry is paired with a relevant image, providing a rich resource for multimodal learning tasks.
|
| 29 |
+
|
| 30 |
+
### Usage
|
| 31 |
+
|
| 32 |
+
The dataset can be used for various tasks including:
|
| 33 |
+
|
| 34 |
+
- **Natural Language Processing**: Understanding and generation of Chinese text.
|
| 35 |
+
- **Computer Vision**: Image recognition and classification based on textual descriptions.
|
| 36 |
+
- **Multimodal Learning**: Combining visual and textual data for improved machine learning models.
|
| 37 |
+
|
| 38 |
+
### Dataset Download
|
| 39 |
+
|
| 40 |
+
The dataset is available on Hugging Face: [REILX/Chinese-Image-Text-Corpus-dataset](https://huggingface.co/datasets/REILX/Chinese-Image-Text-Corpus-dataset).
|
| 41 |
+
|
| 42 |
+
For more details, visit the [Chinese-Xinhua Dictionary Database](https://github.com/pwxcoo/chinese-xinhua).
|
| 43 |
+
|
| 44 |
---
|