File size: 2,801 Bytes
7343f3a a347034 9fa3ec6 87ad184 9fa3ec6 87ad184 9fa3ec6 87ad184 9fa3ec6 7343f3a a347034 db9c201 a347034 afa19b4 a347034 fe51811 a347034 39b937f a347034 | 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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | ---
license: apache-2.0
language:
- zh
pretty_name: Chinese-Braille
size_categories:
- 100K<n<1M
tags:
- chinese
- braille
dataset_info:
features:
- name: braille_text
dtype: string
- name: chinese_text
dtype: string
splits:
- name: train
num_bytes: 159805907
num_examples: 376846
- name: validation
num_bytes: 23313965
num_examples: 56258
- name: test
num_bytes: 24506890
num_examples: 59908
download_size: 104642894
dataset_size: 207626762
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
# Chinese Braille Dataset (Full Tone)
<p align="center">
π <a href="https://arxiv.org/abs/2407.06048" target="_blank">[Paper]</a> β’ π» <a href="https://github.com/AlanYWu/ChineseBrailleTranslation" target="_blank">[Github]</a> β’ π€ <a href="https://huggingface.co/datasets/Violet-yo/Chinese-Braille-Dataset-10per-Tone" target="_blank">[Dataset]</a> β’ βοΈ <a href="https://huggingface.co/Violet-yo/mt5-small-ft-Chinese-Braille" target="_blank">[Model]</a> β’ π¬ <a href="https://vision-braille.com/" target="_blank">[Demo]</a>
</p>
This dataset is the `Chinese-Braille-Dataset-Full-Tone` dataset described in https://huggingface.co/datasets/Violet-yo/Chinese-Braille-Dataset-10per-Tone.
## Dataset Statistics
| | \# Sample | Braille Len. (Mean/Median) String | Braille Len. (Mean/Median) Token | Chinese Len. (Mean/Median) String | Chinese Len. (Mean/Median) Token |
|-----------|:---------:|:---------------------------------:|:--------------------------------:|:---------------------------------:|:--------------------------------:|
| Training | 525072 | 186/144 | 190/147 | 74/64 | 59/51 |
| Validation| 65634 | 150/123 | 153/126 | 71/62 | 57/50 |
| Test | 65634 | 138/116 | 141/119 | 72/63 | 58/50 |
## Resources
- Homepage: [Vision-Braille](https://vision-braille.com/)
- Repository: [Github](https://github.com/AlanYWu/ChineseBrailleTranslation)
- Paper: [arXiv](https://arxiv.org/)
- HuggingFace: [Dataset](https://huggingface.co/datasets/Violet-yo/Chinese-Braille-Dataset-10per-Tone), [Model](https://huggingface.co/Violet-yo/mt5-small-ft-Chinese-Braille)
- [Full Tone Dataset](https://huggingface.co/datasets/Violet-yo/Chinese-Braille-Dataset-Full-Tone)
- [No Tone Dataset](https://huggingface.co/datasets/Violet-yo/Chinese-Braille-Dataset-No-Tone)
|