taozi555 commited on
Commit
b370883
·
verified ·
1 Parent(s): 89e024f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -99
README.md CHANGED
@@ -1,19 +1,18 @@
1
  ---
2
  language:
3
- - th
4
- - vi
5
- - zh
6
- - en
7
  - de
8
- - id
9
  - es
 
 
10
  - ja
11
  - pt
12
- - in
13
- - fr
 
14
  license: cc-by-nc-4.0
15
  size_categories:
16
- - 9K<n<10K
17
  task_categories:
18
  - text-generation
19
  - text-classification
@@ -23,84 +22,6 @@ tags:
23
  - fiction
24
  - multilingual
25
  - literature
26
- dataset_info:
27
- features:
28
- - name: title
29
- dtype: string
30
- - name: author
31
- dtype: string
32
- - name: content
33
- dtype: string
34
- - name: description
35
- dtype: string
36
- - name: category
37
- dtype: string
38
- - name: tags
39
- sequence: string
40
- - name: language
41
- dtype: string
42
- - name: book_id
43
- dtype: string
44
- - name: chapter_count
45
- dtype: int64
46
- - name: total_length
47
- dtype: int64
48
- splits:
49
- - name: zh
50
- num_bytes: 334768197
51
- num_examples: 999
52
- - name: en
53
- num_bytes: 257194906
54
- num_examples: 998
55
- - name: es
56
- num_bytes: 269666682
57
- num_examples: 998
58
- - name: de
59
- num_bytes: 163614711
60
- num_examples: 817
61
- - name: in
62
- num_bytes: 243219870
63
- num_examples: 995
64
- - name: vi
65
- num_bytes: 179688350
66
- num_examples: 663
67
- - name: pt
68
- num_bytes: 204510379
69
- num_examples: 998
70
- - name: fr
71
- num_bytes: 192604466
72
- num_examples: 999
73
- - name: th
74
- num_bytes: 191891512
75
- num_examples: 612
76
- - name: ja
77
- num_bytes: 36338197
78
- num_examples: 245
79
- download_size: 1159543356
80
- dataset_size: 2073497270
81
- configs:
82
- - config_name: default
83
- data_files:
84
- - split: zh
85
- path: data/zh-*
86
- - split: en
87
- path: data/en-*
88
- - split: es
89
- path: data/es-*
90
- - split: de
91
- path: data/de-*
92
- - split: in
93
- path: data/in-*
94
- - split: vi
95
- path: data/vi-*
96
- - split: pt
97
- path: data/pt-*
98
- - split: fr
99
- path: data/fr-*
100
- - split: th
101
- path: data/th-*
102
- - split: ja
103
- path: data/ja-*
104
  ---
105
 
106
  # WebNovel Multilingual Dataset
@@ -109,28 +30,29 @@ configs:
109
 
110
  This dataset contains web novels scraped from WebNovel.com across multiple languages. Each entry includes the complete novel content with chapter information, metadata, and classification tags.
111
 
 
 
112
  ## Dataset Statistics
113
 
114
- - **Total Novels**: 9,322
115
- - **Total Chapters**: 266,563
116
- - **Total Characters**: 1,873,108,244
117
- - **Languages**: 11
118
 
119
  ### Language Distribution
120
 
121
  | Language | Novels | Chapters | Characters |
122
  |----------|--------|----------|------------|
123
- | zh | 999 | 48,937 | 114,178,333 |
124
  | en | 998 | 33,120 | 255,291,346 |
125
- | id | 998 | 33,153 | 255,519,115 |
126
  | es | 998 | 28,274 | 260,066,210 |
127
- | de | 817 | 20,025 | 159,981,782 |
128
  | in | 995 | 31,840 | 241,799,825 |
129
- | vi | 663 | 11,771 | 130,262,335 |
130
  | pt | 998 | 24,352 | 194,863,308 |
131
- | fr | 999 | 21,456 | 181,911,896 |
132
  | th | 612 | 9,640 | 66,822,542 |
133
- | ja | 245 | 3,995 | 12,411,552 |
 
134
 
135
  ## Dataset Structure
136
 
@@ -183,9 +105,9 @@ This dataset is released under CC-BY-NC-4.0 license for research and non-commerc
183
  ## Citation
184
 
185
  ```bibtex
186
- @dataset{webnovel_multilingual,
187
- title={WebNovel Multilingual Dataset},
188
- author={WebNovel Scraper},
189
  year={2025},
190
  url={https://huggingface.co/datasets/taozi555/novel-multilingual}
191
  }
@@ -194,3 +116,7 @@ This dataset is released under CC-BY-NC-4.0 license for research and non-commerc
194
  ## Collection Date
195
 
196
  Dataset collected: 2025-05-24
 
 
 
 
 
1
  ---
2
  language:
 
 
 
 
3
  - de
4
+ - en
5
  - es
6
+ - fr
7
+ - in
8
  - ja
9
  - pt
10
+ - th
11
+ - vi
12
+ - zh
13
  license: cc-by-nc-4.0
14
  size_categories:
15
+ - 8K<n<9K
16
  task_categories:
17
  - text-generation
18
  - text-classification
 
22
  - fiction
23
  - multilingual
24
  - literature
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ---
26
 
27
  # WebNovel Multilingual Dataset
 
30
 
31
  This dataset contains web novels scraped from WebNovel.com across multiple languages. Each entry includes the complete novel content with chapter information, metadata, and classification tags.
32
 
33
+ **Note**: This dataset excludes content in the following languages: id, ID
34
+
35
  ## Dataset Statistics
36
 
37
+ - **Total Novels**: 8,324
38
+ - **Total Chapters**: 233,410
39
+ - **Total Characters**: 1,617,589,129
40
+ - **Languages**: 10
41
 
42
  ### Language Distribution
43
 
44
  | Language | Novels | Chapters | Characters |
45
  |----------|--------|----------|------------|
46
+ | de | 817 | 20,025 | 159,981,782 |
47
  | en | 998 | 33,120 | 255,291,346 |
 
48
  | es | 998 | 28,274 | 260,066,210 |
49
+ | fr | 999 | 21,456 | 181,911,896 |
50
  | in | 995 | 31,840 | 241,799,825 |
51
+ | ja | 245 | 3,995 | 12,411,552 |
52
  | pt | 998 | 24,352 | 194,863,308 |
 
53
  | th | 612 | 9,640 | 66,822,542 |
54
+ | vi | 663 | 11,771 | 130,262,335 |
55
+ | zh | 999 | 48,937 | 114,178,333 |
56
 
57
  ## Dataset Structure
58
 
 
105
  ## Citation
106
 
107
  ```bibtex
108
+ @dataset{novel_multilingual,
109
+ title={Novel Multilingual Dataset},
110
+ author={Novel Scraper},
111
  year={2025},
112
  url={https://huggingface.co/datasets/taozi555/novel-multilingual}
113
  }
 
116
  ## Collection Date
117
 
118
  Dataset collected: 2025-05-24
119
+
120
+ ## Excluded Languages
121
+
122
+ The following languages were excluded from this dataset: id, ID