parquet-converter commited on
Commit
8ea8b46
1 Parent(s): aeabd9e

Update parquet files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
README.md DELETED
@@ -1,160 +0,0 @@
1
- ---
2
- license: apache-2.0
3
- language:
4
- - zh
5
- tags:
6
- - novel
7
- - training
8
- task_categories:
9
- - text-classification
10
- - text-generation
11
- pretty_name: CNNovel125K
12
- size_categories:
13
- - 100K<n<1M
14
- duplicated_from: RyokoAI/CNNovel125K
15
- ---
16
-
17
- # Dataset Card for CNNovel125K
18
-
19
- *The BigKnow2022 dataset and its subsets are not yet complete. Not all information here may be accurate or accessible.*
20
-
21
- ## Dataset Description
22
-
23
- - **Homepage:** (TODO)
24
- - **Repository:** <https://github.com/RyokoAI/BigKnow2022>
25
- - **Paper:** N/A
26
- - **Leaderboard:** N/A
27
- - **Point of Contact:** Ronsor/undeleted <ronsor@ronsor.com>
28
-
29
- ### Dataset Summary
30
-
31
- CNNovel125K is a dataset composed of approximately 125,000 novels downloaded from the Chinese novel hosting site <http://ibiquw.com>.
32
-
33
- ### Supported Tasks and Leaderboards
34
-
35
- This dataset is primarily intended for unsupervised training of text generation models; however, it may be useful for other purposes.
36
-
37
- * text-classification
38
- * text-generation
39
-
40
- ### Languages
41
-
42
- * Simplified Chinese
43
-
44
- ## Dataset Structure
45
-
46
- ### Data Instances
47
-
48
- ```json
49
- {
50
- "text": "\n------------\n\n全部章节\n\n\n------------\n\n第一章 她肯定做梦呢!\n\n HT国际大酒店总统套房。\n\n 清晨的第一缕阳光照射进圣地亚哥地板上,洒落在凌乱的床单上,突然地,床上睡的正熟的人睁开眼睛,
51
- 猛然惊醒!\n\n ...",
52
- "meta": {
53
- "subset": "cnnovel.ibiquw",
54
- "id": "100067",
55
- "q": 0.9,
56
- "lang": "zh_cn",
57
- "title": "为爱入局:嫁给秦先生",
58
- "author": "奥德萨"
59
- }
60
- }
61
- {
62
- "text": "\n------------\n\n全部章节\n\n\n------------\n\n第1章:出狱就大婚\n\n 凉城第一监狱,大门缓缓打开,秦峰仰起头,贪婪的呼吸了一口空气。\n\n 三年了,终于又闻到了自由的味道。\n\n 他回过头,看着目
63
- 送他出来的那群人道:...",
64
- "meta": {
65
- "subset": "cnnovel.ibiquw",
66
- "id": "100059",
67
- "q": 0.9,
68
- "lang": "zh_cn",
69
- "title": "绝世弃婿",
70
- "author": "绷带怪"
71
- }
72
- }
73
- ```
74
-
75
- ### Data Fields
76
-
77
- * `text`: the actual novel text, all chapters
78
- * `meta`: entry metadata
79
- * `subset`: dataset tag: `cnnovel.ibiquw`
80
- * `id`: novel ID
81
- * `q`: quality score, fixed at 0.9
82
- * `lang`: always `zh_cn` (Simplified Chinese)
83
- * `title`: novel title
84
- * `author`: novel author
85
-
86
- ### Data Splits
87
-
88
- No splitting of the data was performed.
89
-
90
- ## Dataset Creation
91
-
92
- ### Curation Rationale
93
-
94
- TODO
95
-
96
- ### Source Data
97
-
98
- #### Initial Data Collection and Normalization
99
-
100
- TODO
101
-
102
- #### Who are the source language producers?
103
-
104
- The authors of each novel.
105
-
106
- ### Annotations
107
-
108
- #### Annotation process
109
-
110
- Titles were collected alongside the novel text and IDs.
111
-
112
- #### Who are the annotators?
113
-
114
- There were no human annotators.
115
-
116
- ### Personal and Sensitive Information
117
-
118
- The dataset contains only works of fiction, and we do not believe it contains any PII.
119
-
120
- ## Considerations for Using the Data
121
-
122
- ### Social Impact of Dataset
123
-
124
- This dataset is intended to be useful for anyone who wishes to train a model to generate "more entertaining" content in Chinese.
125
- It may also be useful for other languages depending on your language model.
126
-
127
- ### Discussion of Biases
128
-
129
- This dataset is composed of fictional works by various authors. Because of this fact, the contents of this dataset will reflect
130
- the biases of those authors. Beware of stereotypes.
131
-
132
- ### Other Known Limitations
133
-
134
- N/A
135
-
136
- ## Additional Information
137
-
138
- ### Dataset Curators
139
-
140
- Ronsor Labs
141
-
142
- ### Licensing Information
143
-
144
- Apache 2.0, for all parts of which Ronsor Labs or the Ryoko AI Production Committee may be considered authors. All other material is
145
- distributed under fair use principles.
146
-
147
- ### Citation Information
148
-
149
- ```
150
- @misc{ryokoai2023-bigknow2022,
151
- title = {BigKnow2022: Bringing Language Models Up to Speed},
152
- author = {Ronsor},
153
- year = {2023},
154
- howpublished = {\url{https://github.com/RyokoAI/BigKnow2022}},
155
- }
156
- ```
157
-
158
- ### Contributions
159
-
160
- Thanks to @ronsor (GH) for gathering this dataset.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cnnovel125k-04.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4cf771a33c83e30a5fbf268d709d35a4c8480d8c74717c10a552e1087b39348d
3
- size 3219475819
 
 
 
 
cnnovel125k-05.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:852f1ac4290e67ce728137976ac1b354b820617dea06d30674d82a059fdeaf32
3
- size 3217526702
 
 
 
 
cnnovel125k-06.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fcdd026215acf005b939d4a5608e1ab572d973284c0c078be1a560d9bd3de848
3
- size 3218792784
 
 
 
 
cnnovel125k-07.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b45997b81fdc076cd3b66964219ab3da23c4e48e93d6cc9586cb1fa4561355fc
3
- size 3216450892
 
 
 
 
cnnovel125k-08.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c6e398bc67fffbe882be6603d201a91bb3308c64cd28f8006de4ddb7d123dc86
3
- size 3218690285
 
 
 
 
cnnovel125k-09.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b9a6603a9ad8d54d1a5afb2b91a563c9dc129318b8126dca270a6ff5070355da
3
- size 3220978047
 
 
 
 
cnnovel125k-10.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:67e79174fc00a205f024cb53f03c59c081630ff3d1caa3da1faa145baeaef8ab
3
- size 3221081281
 
 
 
 
cnnovel125k-11.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b33065477faed4cc175959e0accedf02642e481335d99a6911c9230d7886e24a
3
- size 3219526592
 
 
 
 
cnnovel125k-12.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:34d79deb9813d0844ba37225161f55cc50ffcce4853dfba22779710a871c3513
3
- size 3216942624
 
 
 
 
cnnovel125k-13.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d980f92d4201c8d063a3825b0a81cdd64f5f913068a85760f1fcf94d82a04c71
3
- size 3220628871
 
 
 
 
cnnovel125k-14.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:04ef7cea364cc1edce464edaafc187f9b304c3d0ee42bc741968b4c9116ffbc7
3
- size 3220845192
 
 
 
 
cnnovel125k-15.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:24b3d45ad05d7b3fd9161b32480fe6bbc4412e7f9127c8161b8d6d528f243d90
3
- size 3216786060
 
 
 
 
cnnovel125k-16.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a0a76f47e51a5f4fb84a36e170f4f934e3a96634f9252fc6473b1318de8f5045
3
- size 3220978166
 
 
 
 
cnnovel125k-17.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7226fbdd4e387971f3e38faa06f20bda9348926cea6d72dd999c559d21e79b5
3
- size 3219538984
 
 
 
 
cnnovel125k-18.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3fac74996f8a3b447e9a1d24c8a811be10f4fd2951cfff428b37bc05dc63096d
3
- size 3221091861
 
 
 
 
cnnovel125k-19.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ff71e43f471a4a22f5f25a2446ef7889ec17cc63cda2e3a577fb335e738517e2
3
- size 3220510329
 
 
 
 
cnnovel125k-20.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8569434f1a82ed62d08ae40ae970f1df68de817abf8853807871bb51742e3da0
3
- size 3221224131
 
 
 
 
cnnovel125k-21.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ecde7c4ab103d39e85454dd960c8a7f4cd33d239b324f80caae581560b705363
3
- size 3218825663
 
 
 
 
cnnovel125k-22.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:87a150bc68f7cc8602b661ac65e6affa4e993077cabbfdb7d224bfbe14375ebf
3
- size 3219483411
 
 
 
 
cnnovel125k-23.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2cf5793fcaf08f199612f593d4240138585f55ac894d2cf77a2a2f7960d984ce
3
- size 3210552707
 
 
 
 
cnnovel125k-24.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:834f0c6d8fdf5e6c9adffa85de40651e09c8920e785e3abf95e03ead752732a3
3
- size 3217446558
 
 
 
 
cnnovel125k-25.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ebfc2b0eff97f7d3c74b55f8146cce325e9af938a798b429c5ba532d83268d3
3
- size 3216872634
 
 
 
 
cnnovel125k-26.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7ce679d4e2bfc53ffcdc68d7ce4d0fedb7bd607fbc04540e82a8ee8848aa40b0
3
- size 3221012877
 
 
 
 
cnnovel125k-27.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:08537cd7858ec9ea731c8209f05dd9ab5e67788ba9f0d3051d752aab433b7973
3
- size 3212433240
 
 
 
 
cnnovel125k-28.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:cb9a143dfe92741ea693a2134a0bf1768d400b028c6ff4ff55ecdcfe9b1a20ff
3
- size 3219709287
 
 
 
 
cnnovel125k-29.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:95a12cfec8c8d6edee15ec5bd8198711985e12d3e739fb1d59e22e440728c36b
3
- size 3215039428
 
 
 
 
cnnovel125k-30.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4160a97b8961a978008d0ae39113452a7b412ea21c3daf0a5ee6f556a0b04a52
3
- size 3218814753
 
 
 
 
cnnovel125k-31.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ace600ef71ef0eeec990a3cbf5487af571c9299013a1936307fb9c63c17720e2
3
- size 3217190591
 
 
 
 
cnnovel125k-32.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ef30bf77ba342582811e2817de8daac8971bd1483a2d17e1871f4ddd3af05286
3
- size 3220667353
 
 
 
 
cnnovel125k-33.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:232f2324354f8da93b13a614e9f4e018902f9105646332986d0a2b1ea9cc3405
3
- size 3215862503
 
 
 
 
cnnovel125k-34.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3f449d95c413f3e0d32a43882d233612d5c7dcf30cd02480ab0d4ae60a40b5ec
3
- size 3187815628
 
 
 
 
cnnovel125k-35.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:667381bcfe49f2560734451d3fccf697f7965f52f56892c92f358221408a8362
3
- size 3220867071
 
 
 
 
cnnovel125k-36.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e84deadea7d26288325d6950f3b96500abf65b0b885e0f682b10056b6feaa6c0
3
- size 3220974904
 
 
 
 
cnnovel125k-37.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ee0e7cc6c0f7d537db96ff84f5a335ca3b3cfcbc2c2a01352122b65317cb0a5e
3
- size 3214712890
 
 
 
 
cnnovel125k-38.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f62e7bf2c115b770b108c22d0d7935378f8cbd82c76e192caea485a013ca0efc
3
- size 3221216256
 
 
 
 
cnnovel125k-39.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:07889f7c385e1d026af85de7495bb2427cd59d6b3c85b6108dd2804540da0151
3
- size 3219874438
 
 
 
 
cnnovel125k-40.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c3ca590eda30f4094291387b99a090f98a88b424b6314e5f6ad199f03214c232
3
- size 3212044457
 
 
 
 
cnnovel125k-41.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8943f79bbf464d58588fb7adfb1f940b6c0bc6cc810dbef38a6f29bc0afdb489
3
- size 3220880223
 
 
 
 
cnnovel125k-42.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e33b606bcb3642d314266b93631f4abcef722256a1097dbb53c44fd743947b73
3
- size 3220116211
 
 
 
 
cnnovel125k-43.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:47826ac7fea03bc41423897daad63bdcc64a889c4810a32fac109cb2f21163c2
3
- size 3208359457
 
 
 
 
cnnovel125k-44.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:52b01c72724760ce1842002a7d4f0a444f7af4cf83b33c8050fce59830bad026
3
- size 3220353101
 
 
 
 
cnnovel125k-45.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a8ff2f4b2a046c1b37997d34996f433c2104900aa9472e8e0cde8b619b29c673
3
- size 3220762047
 
 
 
 
cnnovel125k-46.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce00668ccd749e0803cbd37ec101a7c6ca89c813de18ac76f0b9afacb27c46b8
3
- size 3219679842
 
 
 
 
cnnovel125k-47.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:60435571a72bb16cbba905df5792bb5b60fda3cf06a08d08bece0d3f24c2dae5
3
- size 3219983853
 
 
 
 
cnnovel125k-48.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c1853f27bba995923391e1a32645579fbf666a1fc7f0c7e8086d9ef2fea1f567
3
- size 3220310641
 
 
 
 
cnnovel125k-49.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:512ff14d2cd80ddad4af0e192c7d6f807e513da2370ca4f60535466f7a66aaf7
3
- size 3219174093
 
 
 
 
cnnovel125k-50.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ae0a7dcb1748488b2a665ed082107644da462cc9e44cfa6d6079015c55056a77
3
- size 3220358407
 
 
 
 
cnnovel125k-51.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:96ff2e16a55cd7c5914edfe58d0bf248f617f2840f2f11a4d5c3e0cd49c35197
3
- size 3214216829
 
 
 
 
cnnovel125k-52.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:973ab51fff982ffba68e5f84dad205974a70edbd8d7ef858cec6b66bea5682c3
3
- size 3220559500