REILX commited on
Commit
5a6d526
·
verified ·
1 Parent(s): d7380cf

Update README.md

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