KaraKaraWitch commited on
Commit
b148aae
1 Parent(s): a5cf61a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md CHANGED
@@ -1 +1,43 @@
 
 
 
 
 
1
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/633e85093a17ab61de8d9073/b8hxwaPM4dd6NgRlp9x56.png)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: The Royal Carpet
3
+ ---
4
+ # KaraKaraWitch/the-royal-carpet
5
+
6
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/633e85093a17ab61de8d9073/b8hxwaPM4dd6NgRlp9x56.png)
7
+
8
+ A processed version of [KaraKaraWitch/Imperial-Avenue](https://huggingface.co/datasets/KaraKaraWitch/Imperial-Avenue).
9
+
10
+ Dedicated to a very special [Auri](https://huggingface.co/AuriAetherwiing). Keep rockin' on!
11
+
12
+ ## Dataset Sample
13
+
14
+ ```json
15
+ {
16
+ "fiction": {
17
+ "title": "<Story title>",
18
+ "id": 23,
19
+ "author": "<Story Author>",
20
+ "rating": 0.0
21
+ },
22
+ "chapter": {
23
+ "title": "<Chapter title>",
24
+ "id": 110,
25
+ "next": null,
26
+ "prev": 109,
27
+ "prev_info": ""
28
+ },
29
+ "html": "<HTML>",
30
+ "text": "<Markdownified HTML>"
31
+ }
32
+ ```
33
+
34
+ ## Rough Notes
35
+
36
+ - Removed Anti-Scrape hidden text (aka anti-air defense)
37
+ - Extracted novel / fiction id, title, novel overall rating (0.0 - 5.0)
38
+ - Extracted chapter paging.
39
+ - On that note, some chapters are weird. You might see a `Expect missing` in `next_info` or `prev_info`
40
+ - `null` prev and/or next chapters means there is no chapter before or after the current chapter
41
+ - I had to process everything in some pretty cursed css selectors that *will probably break* if they change around the stuff.
42
+ - `text` should be usable but it's adviced to clean it up a bit more.
43
+ - No need to join the split jsonl.