Commit
·
183b1a6
1
Parent(s):
8d78935
Update README.md
Browse files
README.md
CHANGED
@@ -183,7 +183,7 @@ print(tokenizer.apply_chat_template(chat, tokenize=False))
|
|
183 |
**NOTE:** For proper responses, you should be using our `bos_token` (`<s>`) to begin a string. This is automatically generated by `tokenizer.encode()` but if you are crafting a custom template or using an encoding method that skips special tokens, you may have to add this yourself.
|
184 |
|
185 |
## Acknowledgements
|
186 |
-
Team: [Leonard Lin](https://huggingface.co/
|
187 |
|
188 |
Compute for this model was generously sponsored by [AKA Virtual](https://akavirtual.com/) (Tokyo, Japan).
|
189 |
|
@@ -368,7 +368,7 @@ print(tokenizer.apply_chat_template(chat, tokenize=False))
|
|
368 |
**注意**適切なレスポンスを得るためには、文字列の開始に我々の `bos_token` (`<s>`) を使用すべきです。これは `tokenizer.encode()` によって自動的に生成されますが、カスタムテンプレートを作成したり、特殊トークンを省略するエンコード方法を使用する場合は、自分で追加する必要があります。
|
369 |
|
370 |
## 謝辞
|
371 |
-
チーム:[Leonard Lin](https://huggingface.co/
|
372 |
|
373 |
このモデルの計算は、[AKA Virtual](https://akavirtual.com/) (東京、日本) のご厚意により提供されています。
|
374 |
|
|
|
183 |
**NOTE:** For proper responses, you should be using our `bos_token` (`<s>`) to begin a string. This is automatically generated by `tokenizer.encode()` but if you are crafting a custom template or using an encoding method that skips special tokens, you may have to add this yourself.
|
184 |
|
185 |
## Acknowledgements
|
186 |
+
Team: [Leonard Lin](https://huggingface.co/leonardlin) and [Jon Durbin](https://huggingface.co/jondurbin), Mariko Sato, and Florian von Bock
|
187 |
|
188 |
Compute for this model was generously sponsored by [AKA Virtual](https://akavirtual.com/) (Tokyo, Japan).
|
189 |
|
|
|
368 |
**注意**適切なレスポンスを得るためには、文字列の開始に我々の `bos_token` (`<s>`) を使用すべきです。これは `tokenizer.encode()` によって自動的に生成されますが、カスタムテンプレートを作成したり、特殊トークンを省略するエンコード方法を使用する場合は、自分で追加する必要があります。
|
369 |
|
370 |
## 謝辞
|
371 |
+
チーム:[Leonard Lin](https://huggingface.co/leonardlin)、[Jon Durbin](https://huggingface.co/jondurbin)、佐藤真理子、Florian von Bock
|
372 |
|
373 |
このモデルの計算は、[AKA Virtual](https://akavirtual.com/) (東京、日本) のご厚意により提供されています。
|
374 |
|