Update README.md
Browse files
README.md
CHANGED
@@ -38,9 +38,9 @@ pipe(prompt, max_new_tokens=100, do_sample=False, temperature=0.0, return_full_t
|
|
38 |
|
39 |
# Training datasets (total ~7B)
|
40 |
* Lightblue's own generated datasets (unreleased)
|
41 |
-
* OASST (Japanese chats only)
|
42 |
-
* ShareGPT (Japanese chats only)
|
43 |
-
* [augmxnt/ultra-orca-boros-en-ja-v1](https://huggingface.co/datasets/augmxnt/ultra-orca-boros-en-ja-v1)
|
44 |
|
45 |
# Developed by
|
46 |
|
|
|
38 |
|
39 |
# Training datasets (total ~7B)
|
40 |
* Lightblue's own generated datasets (unreleased)
|
41 |
+
* [OASST](https://huggingface.co/datasets/OpenAssistant/oasst1) (Japanese chats only)
|
42 |
+
* [ShareGPT](https://huggingface.co/datasets/zetavg/ShareGPT-Processed) (Japanese chats only)
|
43 |
+
* [augmxnt/ultra-orca-boros-en-ja-v1](https://huggingface.co/datasets/augmxnt/ultra-orca-boros-en-ja-v1) (['airoboros', 'slimorca', 'ultrafeedback', 'airoboros_ja_new'] only)
|
44 |
|
45 |
# Developed by
|
46 |
|