YukiTomita-CC commited on
Commit
27258b8
1 Parent(s): 2a3e9c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -15
README.md CHANGED
@@ -10,22 +10,24 @@ language:
10
 
11
  # AKU-d_ms-0.5B-v0.1_dataset
12
  ## Overview
13
- このリポジトリでは、私の開発している[AKUシリーズ](https://github.com/YukiTomita-CC/AKU)の一つである、**AKU-d_ms-0.5B-v0.1**の事前学習に使用したテキストデータを公開しています。
14
 
15
- これには次で説明するように複数の公開データセットが含まれており、それぞれのライセンスや著作権は各データセットに従います。\
16
  また、各データセットに対する処理スクリプトは、上記[GitHubリポジトリ内](https://github.com/YukiTomita-CC/AKU/tree/main/aku/dataset)にて公開しています。
17
 
 
 
18
  ## Each Dataset Description
19
- | Dataset Name | License | URL or Repository |
20
- | :----------------------------------------------------- | :----------- | :---------------------------------------------------------------------------------------------------------------------------------------- |
21
- | Accommodation Search Dialog Corpus (in Japanese) | CC-BY-4.0 | [GitHub](https://github.com/megagonlabs/asdc) |
22
- | Japanese Movie Recommendation Dialogue | CC-BY-SA-4.0 | [GitHub](https://github.com/ku-nlp/JMRD) |
23
- | OjousamaTalkScriptDataset | MIT | [GitHub](https://github.com/matsuvr/OjousamaTalkScriptDataset) |
24
- | Rosebleu | Apache-2.0 | [GitLab](https://gitlab.com/open_contents_datasets/Rosebleu) |
25
- | character conversation dataset | Apache-2.0 | [GitHub](https://github.com/matsuvr/characterconversationdataset) |
26
- | 感想付きニュース雑談対話コーパス | MIT | [GitHub](https://github.com/fukanarita/newschat-with-impression) |
27
- | RealPersonaChat | CC-BY-SA-4.0 | [GitHub](https://github.com/nu-dialogue/real-persona-chat), [Hugging Face](https://huggingface.co/datasets/nu-dialogue/real-persona-chat) |
28
- | JMultiWOZ: Japanese Multi-Domain Wizard-of-Oz Dataset | CC-BY-SA-4.0 | [GitHub](https://github.com/nu-dialogue/jmultiwoz), [Hugging Face](https://huggingface.co/datasets/nu-dialogue/jmultiwoz) |
29
- | aozorabunko-clean | CC-BY-4.0 | [Hugging Face](https://huggingface.co/datasets/globis-university/aozorabunko-clean) |
30
- | Wikipedia | CC-BY-SA-3.0 | [Hugging Face](https://huggingface.co/datasets/wikimedia/wikipedia) |
31
- | original(32 items datasets created entirely by human) | MIT | The data before conversion will be made public at a later date. |
 
10
 
11
  # AKU-d_ms-0.5B-v0.1_dataset
12
  ## Overview
13
+ このリポジトリは、私の開発している[AKUシリーズ](https://github.com/YukiTomita-CC/AKU)の1つ目となる、**AKU-d_ms-0.5B-chat-v0.1**の事前学習に使用したテキストデータを集めています。
14
 
15
+ これには次で説明するように複数の公開データセットから作成したテキストファイルが含まれており、それぞれのライセンスや著作権は各データセットに従います。\
16
  また、各データセットに対する処理スクリプトは、上記[GitHubリポジトリ内](https://github.com/YukiTomita-CC/AKU/tree/main/aku/dataset)にて公開しています。
17
 
18
+ 合計トークン数は **1.56 B tokens**となります。([モデルに使用しているTokenizer](YukiTomita-CC/AKU-d_ms_tokenizer)による計算)
19
+
20
  ## Each Dataset Description
21
+ | Dataset Name | License | URL or Repository | token count |
22
+ | :----------------------------------------------------- | :----------- | :---------------------------------------------------------------------------------------------------------------------------------------- | ------------: |
23
+ | Accommodation Search Dialog Corpus (in Japanese) | CC-BY-4.0 | [GitHub](https://github.com/megagonlabs/asdc) | 139,246 |
24
+ | Japanese Movie Recommendation Dialogue | CC-BY-SA-4.0 | [GitHub](https://github.com/ku-nlp/JMRD) | 2,698,430 |
25
+ | OjousamaTalkScriptDataset | MIT | [GitHub](https://github.com/matsuvr/OjousamaTalkScriptDataset) | 8,710 |
26
+ | Rosebleu | Apache-2.0 | [GitLab](https://gitlab.com/open_contents_datasets/Rosebleu) | 4,844,391 |
27
+ | character conversation dataset | Apache-2.0 | [GitHub](https://github.com/matsuvr/characterconversationdataset) | 23,843 |
28
+ | 感想付きニュース雑談対話コーパス | MIT | [GitHub](https://github.com/fukanarita/newschat-with-impression) | 352,350 |
29
+ | RealPersonaChat | CC-BY-SA-4.0 | [GitHub](https://github.com/nu-dialogue/real-persona-chat), [Hugging Face](https://huggingface.co/datasets/nu-dialogue/real-persona-chat) | 9,588,948 |
30
+ | JMultiWOZ: Japanese Multi-Domain Wizard-of-Oz Dataset | CC-BY-SA-4.0 | [GitHub](https://github.com/nu-dialogue/jmultiwoz), [Hugging Face](https://huggingface.co/datasets/nu-dialogue/jmultiwoz) | 1,836,127 |
31
+ | aozorabunko-clean | CC-BY-4.0 | [Hugging Face](https://huggingface.co/datasets/globis-university/aozorabunko-clean) | 110,521,202 |
32
+ | Wikipedia | CC-BY-SA-3.0 | [Hugging Face](https://huggingface.co/datasets/wikimedia/wikipedia) | 1,430,838,594 |
33
+ | original(32 items datasets created entirely by human) | MIT | The data before conversion will be made public at a later date. | 9,621 |