tombailey commited on
Commit
2ff85a4
·
1 Parent(s): f883233

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - ja
5
+ size_categories:
6
+ - n<1K
7
+ ---
8
+
9
+ # oasst1-ja
10
+
11
+ ## Description
12
+
13
+ Based on [OpenAssistant Conversations Dataset (OASST1)](https://huggingface.co/datasets/OpenAssistant/oasst1) but only the messages labeled as Japanese.
14
+
15
+ ### Structure
16
+
17
+ The format is changed to `### Human: ...### Assistant: ...`.
18
+
19
+ Each row of the text file contains a single human message and the assistant's reply. This means a single row may be missing context from messages earlier in the conversation.