Update README.md
Browse files
README.md
CHANGED
@@ -1,22 +1,26 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: ch_unicode
|
6 |
-
dtype: string
|
7 |
-
- name: character
|
8 |
-
dtype: string
|
9 |
-
- name: encoding
|
10 |
-
sequence: string
|
11 |
-
splits:
|
12 |
-
- name: train
|
13 |
-
num_bytes: 4517127
|
14 |
-
num_examples: 111495
|
15 |
-
download_size: 2348748
|
16 |
-
dataset_size: 4517127
|
17 |
-
configs:
|
18 |
-
- config_name: default
|
19 |
-
data_files:
|
20 |
-
- split: train
|
21 |
-
path: data/train-*
|
22 |
-
---
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: ch_unicode
|
6 |
+
dtype: string
|
7 |
+
- name: character
|
8 |
+
dtype: string
|
9 |
+
- name: encoding
|
10 |
+
sequence: string
|
11 |
+
splits:
|
12 |
+
- name: train
|
13 |
+
num_bytes: 4517127
|
14 |
+
num_examples: 111495
|
15 |
+
download_size: 2348748
|
16 |
+
dataset_size: 4517127
|
17 |
+
configs:
|
18 |
+
- config_name: default
|
19 |
+
data_files:
|
20 |
+
- split: train
|
21 |
+
path: data/train-*
|
22 |
+
---
|
23 |
+
|
24 |
+
笔画输入码表
|
25 |
+
|
26 |
+
数据来源[https://github.com/rime/rime-stroke](https://github.com/rime/rime-stroke)
|