if001 commited on
Commit
2e0e515
·
1 Parent(s): bf7eb49

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +135 -6
README.md CHANGED
@@ -1,12 +1,141 @@
1
  ---
2
- license: cc-by-4.0
3
- task_categories:
4
- - text-generation
5
- - text-classification
6
  language:
7
- - ja
 
8
  size_categories:
9
- - 10K<n<100K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  this is fork
 
1
  ---
 
 
 
 
2
  language:
3
+ - ja
4
+ license: cc-by-4.0
5
  size_categories:
6
+ - 10K<n<100K
7
+ task_categories:
8
+ - text-generation
9
+ - text-classification
10
+ configs:
11
+ - config_name: default
12
+ data_files:
13
+ - split: train
14
+ path: data/train-*
15
+ dataset_info:
16
+ features:
17
+ - name: text
18
+ dtype: string
19
+ - name: footnote
20
+ dtype: string
21
+ - name: meta
22
+ struct:
23
+ - name: 作品ID
24
+ dtype: string
25
+ - name: 作品名
26
+ dtype: string
27
+ - name: 作品名読み
28
+ dtype: string
29
+ - name: ソート用読み
30
+ dtype: string
31
+ - name: 副題
32
+ dtype: string
33
+ - name: 副題読み
34
+ dtype: string
35
+ - name: 原題
36
+ dtype: string
37
+ - name: 初出
38
+ dtype: string
39
+ - name: 分類番号
40
+ dtype: string
41
+ - name: 文字遣い種別
42
+ dtype: string
43
+ - name: 作品著作権フラグ
44
+ dtype: string
45
+ - name: 公開日
46
+ dtype: timestamp[s]
47
+ - name: 最終更新日
48
+ dtype: timestamp[s]
49
+ - name: 図書カードURL
50
+ dtype: string
51
+ - name: 人物ID
52
+ dtype: string
53
+ - name: 姓
54
+ dtype: string
55
+ - name: 名
56
+ dtype: string
57
+ - name: 姓読み
58
+ dtype: string
59
+ - name: 名読み
60
+ dtype: string
61
+ - name: 姓読みソート用
62
+ dtype: string
63
+ - name: 名読みソート用
64
+ dtype: string
65
+ - name: 姓ローマ字
66
+ dtype: string
67
+ - name: 名ローマ字
68
+ dtype: string
69
+ - name: 役割フラグ
70
+ dtype: string
71
+ - name: 生年月日
72
+ dtype: string
73
+ - name: 没年月日
74
+ dtype: string
75
+ - name: 人物著作権フラグ
76
+ dtype: string
77
+ - name: 底本名1
78
+ dtype: string
79
+ - name: 底本出版社名1
80
+ dtype: string
81
+ - name: 底本初版発行年1
82
+ dtype: string
83
+ - name: 入力に使用した版1
84
+ dtype: string
85
+ - name: 校正に使用した版1
86
+ dtype: string
87
+ - name: 底本の親本名1
88
+ dtype: string
89
+ - name: 底本の親本出版社名1
90
+ dtype: string
91
+ - name: 底本の親本初版発行年1
92
+ dtype: string
93
+ - name: 底本名2
94
+ dtype: string
95
+ - name: 底本出版社名2
96
+ dtype: string
97
+ - name: 底本初版発行年2
98
+ dtype: string
99
+ - name: 入力に使用した版2
100
+ dtype: string
101
+ - name: 校正に使用した版2
102
+ dtype: string
103
+ - name: 底本の親本名2
104
+ dtype: string
105
+ - name: 底本の親本出版社名2
106
+ dtype: string
107
+ - name: 底本の親本初版発行年2
108
+ dtype: string
109
+ - name: 入力者
110
+ dtype: string
111
+ - name: 校正者
112
+ dtype: string
113
+ - name: テキストファイルURL
114
+ dtype: string
115
+ - name: テキストファイル最終更新日
116
+ dtype: timestamp[s]
117
+ - name: テキストファイル符号化方式
118
+ dtype: string
119
+ - name: テキストファイル文字集合
120
+ dtype: string
121
+ - name: テキストファイル修正回数
122
+ dtype: string
123
+ - name: XHTML/HTMLファイルURL
124
+ dtype: string
125
+ - name: XHTML/HTMLファイル最終更新日
126
+ dtype: timestamp[s]
127
+ - name: XHTML/HTMLファイル符号化方式
128
+ dtype: string
129
+ - name: XHTML/HTMLファイル文字集合
130
+ dtype: string
131
+ - name: XHTML/HTMLファイル修正回数
132
+ dtype: string
133
+ splits:
134
+ - name: train
135
+ num_bytes: 428827304.9955755
136
+ num_examples: 10246
137
+ download_size: 286665309
138
+ dataset_size: 428827304.9955755
139
  ---
140
 
141
  this is fork