akeyhero commited on
Commit
e80e239
1 Parent(s): 8111a6f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -16,6 +16,8 @@ This dataset is of conversations extracted from [Aozora Bunko (青空文庫)](ht
16
  First, lines with only quotation marks (`「」`) are extracted as utterances from the `text` field of [globis-university/aozorabunko-clean](https://huggingface.co/datasets/globis-university/aozorabunko-clean).
17
  Then, consecutive utterances are collected and grouped together.
18
 
 
 
19
  # Notice
20
  As the conversations are extracted using a simple heuristic, a certain amount of the data may actually be monologues.
21
 
 
16
  First, lines with only quotation marks (`「」`) are extracted as utterances from the `text` field of [globis-university/aozorabunko-clean](https://huggingface.co/datasets/globis-university/aozorabunko-clean).
17
  Then, consecutive utterances are collected and grouped together.
18
 
19
+ The code to reproduce this dataset is made available on GitHub: [globis-org/aozorabunko-exctractor](https://github.com/globis-org/aozorabunko-extractor).
20
+
21
  # Notice
22
  As the conversations are extracted using a simple heuristic, a certain amount of the data may actually be monologues.
23