-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
174 lines (163 loc) · 9.83 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<head>
<title>Colorful Scoop</title>
<meta content="Colorful Scoopは、楽しくおしゃべりできる会話AIを開発しています!" name="description">
<!-- Bootstrap -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<!-- favicon -->
<link rel='icon' href='https://colorfulscoop.com/colorfulscoop_icon.png' type='image/x-icon' sizes="16x16" />
<!-- style -->
<link rel="stylesheet" type="text/css" href="main.css">
<!-- code highlight -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.2.0/styles/github-dark.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.2.0/highlight.min.js"></script>
<!-- and it's easy to individually load additional languages -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.2.0/languages/go.min.js"></script>
<script>hljs.highlightAll();</script>
</head>
<body>
<div class="container pt-0 pb-0">
<nav class="navbar navbar-expand-lg navbar-light bg-white">
<a class="navbar-brand" href="https://colorfulscoop.com">
<img src="https://colorfulscoop.com/colorfulscoop_icon.png" width="30" height="30" class="d-inline-block align-top" alt="">
Colorful Scoop
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<!--
<li class="nav-item">
<a class="nav-link" href="#convmodel">convmodel</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#pretrained-model">学習済みモデル</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#software">ソフトウェア</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#docs">ドキュメント</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://colorfulscoop.github.io/lab/">カラフルスコップ研究室</a>
</li>
-->
</ul>
</div>
</nav>
</div>
<section>
<div class="header curved" style="min-height: 10em; padding: 1em 0 0 0; text-align: center;">
<!--
<div class="title" style="font-size: xx-large; margin-top: 1em;">Colorful Scoop</div>
<p class="lead">Chatbots change the world!😉</p>
-->
<p class="lead text-white" style="margin-top: 2em;">✨チャットボットで日常をカラフルに✨</p>
<h1 class="display-1 text-white">Colorful Scoop</h1>
<p class="lead" style="margin-top: 3em;">Colorful Scoopは、<br/>楽しくおしゃべりできる会話AIを<br/>開発しています!</p>
</div>
</section>
<section id="software" class="bg-white">
<div class="container pt-5 pb-5">
<div class="text-center">
<h2>同人誌</h2>
<p class="lead">Colorful Scoopでは、チャットボットに関する同人誌を執筆しています。</p>
</div>
<div class="row row-cols-1 row-cols-md-3">
<div class="col pb-5">
<div class="card h-100" style="max-width: 540px;">
<img src="image/C100cover_small.jpg" class="img-fluid rounded-start" alt="...">
<div class="card-body">
<h5 class="card-title text-center">自分だけの会話AIを作ろう!<br/>Rasaで始めるチャットボット開発</h5>
<p class="card-text">
本書では会話AI開発の第一歩として、会話AIの中でもユーザをアシストするタスク指向対話システムを取り上げます。
</p>
<p class="card-text">
タスク指向対話システムに必要な機能を紹介した後、Python製のオープンソースソフトウェアのRasa Open Source を使って会話AIを実装していきます。
</p>
<p class="card-text"><small class="text-muted">初出イベント: コミックマーケット100 (2022/08/13)<br>ページ数: 76</small></p>
<a href="https://github.com/colorfulscoop/start_convai_with_rasa" class="btn btn-primary btn-sm">サポートページ</a>
<a href="https://techbookfest.org/product/sataBwsF1WQufpnefQkG2r" class="btn btn-primary btn-sm">技術書店マーケット</a>
</div>
</div>
</div>
<div class="col pb-5">
<div class="card h-100" style="max-width: 540px;">
<img src="image/C101cover_small.jpg" class="img-fluid rounded-start" alt="...">
<div class="card-body">
<h5 class="card-title text-center">実践!<br/>チャットボットデザインパターン</h5>
<p class="card-text">
本書では会話AIに必要なパーツの組み合わせをチャットボットデザインパターンと呼び、目的に合わせてどのような組み合わせで会話AIをデザインすべきかを記しました。
</p>
<p class="card-text">
特に今回は、会話AIの最もシンプルなパターンから、特定の目的に特化した変形パターンまで厳選した5つのパターンをご紹介します。
</p>
<p class="card-text"><small class="text-muted">初出イベント: コミックマーケット101 (2022/12/31)<br>ページ数: 40</small></p>
<a href="https://techbookfest.org/product/hHgZwVhvuhpSFzPucd5QJG" class="btn btn-primary btn-sm">技術書店マーケット</a>
</div>
</div>
</div>
<div class="col pb-5">
<div class="card h-100" style="max-width: 540px;">
<img src="image/C102cover_small.jpg" class="img-fluid rounded-start" alt="...">
<div class="card-body">
<h5 class="card-title text-center">おうちLLM<br/>基礎を学んで作るおしゃべりチャットボット</h5>
<p class="card-text">
本書はLLM(大規模言語モデル)の基礎を学ぶとともに、ファインチューニングすることで自分だけのチャットボットを作る方法について記しました。
</p>
<p class="card-text">
LLMをただ使うのではなく、基礎から理解し愛着を持って使えるLLMを手元におくことで、今まで以上にLLMをうまく活用できるようになることを目指した本です。
</p>
<p class="card-text"><small class="text-muted">初出イベント: コミックマーケット102 (2023/08/13)<br>ページ数: 48</small></p>
<a href="https://github.com/colorfulscoop/HomeLLM" class="btn btn-primary btn-sm">サポートページ</a>
</div>
</div>
</div>
</div>
</div>
</section>
<hr class="w-25 mx-auto">
<footer>
<div class="container pt-5">
<div class="row">
<div class="col-md-3">
<img class="mb-3" src="https://colorfulscoop.com/colorfulscoop_icon.png" alt="" width="30" height="30">
<p class="d-block">© 2021-2023, Colorful Scoop</p>
</div>
<div class="col-md-3">
<h5>Pretrained Model</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="https://huggingface.co/colorfulscoop/gpt2-small-ja">gpt2-small-ja</a></li>
<li><a class="text-muted" href="https://huggingface.co/colorfulscoop/sbert-base-ja">sbert-base-ja</a></li>
<li><a class="text-muted" href="https://huggingface.co/colorfulscoop/bert-base-ja">bert-base-ja</a></li>
</ul>
</div>
<div class="col-md-3">
<h5>Software</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="https://github.com/colorfulscoop/convmodel">convmodel</a></li>
<li><a class="text-muted" href="https://github.com/colorfulscoop/convf">convf</a></li>
<li><a class="text-muted" href="https://github.com/colorfulscoop/msgflow">msgflow</a></li>
</ul>
</div>
<div class="col-md-3">
<h5>Link</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="https://github.com/colorfulscoop">GitHub</a></li>
<li><a class="text-muted" href="https://twitter.com/colorfulscoop">Twitter</a></li>
<li><a class="text-muted" href="https://colorfulscoop.github.io/nlp_cookbook/">NLPクックブック</a></li>
<li><a class="text-muted" href="https://colorfulscoop.github.io/lab/">カラフルスコップ研究室</a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- enable Twitter widget -->
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</body>