croqaz commited on
Commit
cebbb84
·
verified ·
1 Parent(s): 33b09bc

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -1,3 +1,77 @@
1
  ---
2
  license: cc
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc
3
+ language:
4
+ - en
5
+ tags:
6
+ - vintage
7
+ - historical
8
+ - pre-1900
9
+ size_categories:
10
+ - 50K<n<100K
11
+ pretty_name: Vintage-conversations
12
  ---
13
+
14
+ # Vintage Conversations
15
+
16
+ These conversations are extracted from Gutenberg books using code and LLM extraction.
17
+
18
+ They are guaranteed to be identical to the original text (every dialog text is matched against the original book letter by letter), but it's not guaranteed that all dialogs are extracted, or that the speaker is correct.
19
+
20
+ The nearby words of the same speaker are grouped together, eg:
21
+
22
+ “He has a thirst for travelling; perhaps he may turn out a Bruce or a
23
+ Mungo Park,” said Mr. Brooke. “I had a notion of that myself at one
24
+ time.”
25
+
26
+ Becomes:
27
+
28
+ {"speaker": "Mr. Brooke", "text": "He has a thirst for travelling; perhaps he may turn out a Bruce or a Mungo Park. I had a notion of that myself at one time.", "pos": 163620}
29
+
30
+ Also:
31
+
32
+ Altogether, this dwelling, which was attended to by the two
33
+ women, was exquisitely clean from top to bottom. This was the sole
34
+ luxury which the Bishop permitted. He said, _“That takes nothing from
35
+ the poor.”_
36
+ It must be confessed, however, that he still retained from his former
37
+ possessions six silver knives and forks and a soup-ladle, which Madame
38
+ Magloire contemplated every day with delight, as they glistened
39
+ splendidly upon the coarse linen cloth. And since we are now painting
40
+ the Bishop of D—— as he was in reality, we must add that he had said
41
+ more than once, “I find it difficult to renounce eating from silver
42
+ dishes.”
43
+
44
+ Becomes:
45
+
46
+ {"speaker": "M. Myriel", "text": "That takes nothing from the poor. I find it difficult to renounce eating from silver dishes.", "pos": 49178}
47
+
48
+ Note: "The Time Machine dialogs" is extracted in a different way, the Array of conversations is grouped to be "in the context".
49
+
50
+ Use them as you see fit and drop a comment if you have any suggestions, or questions.
51
+
52
+ Records:
53
+
54
+ ```
55
+ 4112 pg1023
56
+ 9565 pg1184
57
+ 5019 pg1257
58
+ 4678 pg135
59
+ 4130 pg1399
60
+ 2315 pg1400
61
+ 3067 pg145
62
+ 4653 pg19500
63
+ 3497 pg217
64
+ 5036 pg2600
65
+ 3189 pg2638
66
+ 2949 pg27200
67
+ 4188 pg2759
68
+ 3968 pg28054
69
+ 13532 pg2981
70
+ 4915 pg5231
71
+ 2405 pg6593
72
+ 2841 pg7469
73
+ 3961 pg821
74
+ 3054 pg9604
75
+ 350 The Time Machine
76
+ 91424 total
77
+ ```
The Time Machine dialogs.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
pg1023-dialogs.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
pg1184-dialogs.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
pg1257-dialogs.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
pg135-dialogs.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
pg1399-dialogs.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
pg1400-dialogs.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
pg145-dialogs.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
pg19500-dialogs.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
pg217-dialogs.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
pg2600-dialogs.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
pg2638-dialogs.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
pg27200-dialogs.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
pg2759-dialogs.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
pg28054-dialogs.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
pg2981-dialogs.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
pg5231-dialogs.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
pg6593-dialogs.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
pg7469-dialogs.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
pg821-dialogs.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
pg9604-dialogs.jsonl ADDED
The diff for this file is too large to render. See raw diff