KaraKaraWitch
commited on
Commit
•
e3a34b6
0
Parent(s):
initial commit
Browse files- .gitattributes +54 -0
- README.md +140 -0
.gitattributes
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
# Audio files - uncompressed
|
37 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
38 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
39 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
40 |
+
# Audio files - compressed
|
41 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
42 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
43 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
44 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
45 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
46 |
+
# Image files - uncompressed
|
47 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
48 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
49 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
50 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
51 |
+
# Image files - compressed
|
52 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
53 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
54 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,140 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- jp
|
5 |
+
tags:
|
6 |
+
- blogs
|
7 |
+
- training
|
8 |
+
- text
|
9 |
+
task_categories:
|
10 |
+
- text-classification
|
11 |
+
- text-generation
|
12 |
+
pretty_name: BLiterature
|
13 |
+
---
|
14 |
+
|
15 |
+
# Dataset Card for BLiterature
|
16 |
+
|
17 |
+
*BLiterature is part of a bigger project that is not yet complete. Not all information here may be accurate or accessible.*
|
18 |
+
|
19 |
+
## Dataset Description
|
20 |
+
|
21 |
+
- **Homepage:** (TODO)
|
22 |
+
- **Repository:** N/A
|
23 |
+
- **Paper:** N/A
|
24 |
+
- **Leaderboard:** N/A
|
25 |
+
- **Point of Contact:** KaraKaraWitch
|
26 |
+
|
27 |
+
### Dataset Summary
|
28 |
+
|
29 |
+
BLiterature is a raw dataset dump consisting of text from at least 294,682,216 pages worth of blog posts from blog.fc2.com.
|
30 |
+
|
31 |
+
### Supported Tasks and Leaderboards
|
32 |
+
|
33 |
+
This dataset is primarily intended for unsupervised training of text generation models; however, it may be useful for other purposes.
|
34 |
+
|
35 |
+
* text-classification
|
36 |
+
* text-generation
|
37 |
+
|
38 |
+
### Languages
|
39 |
+
|
40 |
+
* Japanese
|
41 |
+
|
42 |
+
## Dataset Structure
|
43 |
+
|
44 |
+
All the files are located in jsonl files that has been compressed into archives of 7z.
|
45 |
+
|
46 |
+
### Data Instances
|
47 |
+
|
48 |
+
```json
|
49 |
+
["http://1kimono.blog49.fc2.com/blog-entry-50.html",
|
50 |
+
"<!DOCTYPE HTML\n\tPUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"\n\t\t\"http://www.w3.org/TR/html4/loose.dtd\">\n<!--\n<!DOCTYPE HTML\n\tPUBLIC \"-//W3C//DTD HTML 4.01//EN\"\n\t\t\"http://www.w3.org/T... (TRUNCATED)"]
|
51 |
+
```
|
52 |
+
|
53 |
+
### Data Fields
|
54 |
+
|
55 |
+
There is only 2 fields in the list. URL and content retrieved. content retrieved may contain values which the scraper ran into issues. If so they are marked in xml such as such.
|
56 |
+
|
57 |
+
```<?xml version="1.0" encoding="utf-8"?><error>Specifc Error</error>```
|
58 |
+
|
59 |
+
URLs may not match the final url in which the page was retrieved from. As they may be redirects present while scraping.
|
60 |
+
|
61 |
+
#### Q-Score Distribution
|
62 |
+
|
63 |
+
Not Applicable
|
64 |
+
|
65 |
+
### Data Splits
|
66 |
+
|
67 |
+
The jsonl files were split roughly every 2,500,000 posts. Allow for a slight deviation of 5000 additional posts due to how the files were saved.
|
68 |
+
|
69 |
+
## Dataset Creation
|
70 |
+
|
71 |
+
### Curation Rationale
|
72 |
+
|
73 |
+
fc2 is a Japanese blog hosting website which offers a place for anyone to host their blog on. As a result, the language used compared to other more official sources is more informal and relaxed as anyone can post whatever they personally want.
|
74 |
+
|
75 |
+
|
76 |
+
### Source Data
|
77 |
+
|
78 |
+
#### Initial Data Collection and Normalization
|
79 |
+
|
80 |
+
None. No normalization is performed as this is a raw dump of the dataset.
|
81 |
+
|
82 |
+
#### Who are the source language producers?
|
83 |
+
|
84 |
+
The authors of each blog, which may include others to post on their blog domain as well.
|
85 |
+
|
86 |
+
### Annotations
|
87 |
+
|
88 |
+
#### Annotation process
|
89 |
+
|
90 |
+
No Annotations are present.
|
91 |
+
|
92 |
+
#### Who are the annotators?
|
93 |
+
|
94 |
+
No human annotators.
|
95 |
+
|
96 |
+
### Personal and Sensitive Information
|
97 |
+
|
98 |
+
As this dataset contains information from individuals, there is a more likely chance to find personally identifiable information. However, we believe that the author has pre-vetted their posts in good faith to avoid such occurrences.
|
99 |
+
|
100 |
+
## Considerations for Using the Data
|
101 |
+
|
102 |
+
### Social Impact of Dataset
|
103 |
+
|
104 |
+
This dataset is intended to be useful for anyone who wishes to train a model to generate "more entertaining" content.
|
105 |
+
It may also be useful for other languages depending on your language model.
|
106 |
+
|
107 |
+
### Discussion of Biases
|
108 |
+
|
109 |
+
This dataset contains real life referances and revolves around Japanese culture. As such there will be a bias towards it.
|
110 |
+
|
111 |
+
### Other Known Limitations
|
112 |
+
|
113 |
+
N/A
|
114 |
+
|
115 |
+
## Additional Information
|
116 |
+
|
117 |
+
### Dataset Curators
|
118 |
+
|
119 |
+
KaraKaraWitch
|
120 |
+
|
121 |
+
### Licensing Information
|
122 |
+
|
123 |
+
Apache 2.0, for all parts of which KaraKaraWitch may be considered authors. All other material is distributed under fair use principles.
|
124 |
+
|
125 |
+
Ronsor Labs additionally is allowed to relicense the dataset as long as it has gone through processing.
|
126 |
+
|
127 |
+
### Citation Information
|
128 |
+
|
129 |
+
```
|
130 |
+
@misc{bliterature,
|
131 |
+
title = {BLiterature: fc2 blogs for the masses.},
|
132 |
+
author = {KaraKaraWitch},
|
133 |
+
year = {2023},
|
134 |
+
howpublished = {\url{https://huggingface.co/datasets/KaraKaraWitch/BLiterature}},
|
135 |
+
}
|
136 |
+
```
|
137 |
+
|
138 |
+
### Contributions
|
139 |
+
|
140 |
+
Thanks to @KaraKaraWitch (Twitter) for gathering this dataset.
|