Datasets:

Size Categories:
100K<n<1M
ArXiv:
Tags:
human-feedback
License:
Andreas Koepf commited on
Commit
2816f86
1 Parent(s): e55295e

add filtered sub-sets

Browse files
2023-11-05_oasst2_all.messages.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:820146830e78634170f5a33d79d0b3e5022a7f169ce054886ad1f16e1d53a764
3
+ size 75076341
2023-11-05_oasst2_all_trees.jsonl.gz → 2023-11-05_oasst2_all.trees.jsonl.gz RENAMED
File without changes
2023-11-05_oasst2_prompts.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:087bb0de13a9491eca7e940378aefd24a6bd92d79da31b7495bb1df4ae7b7a02
3
+ size 15560794
2023-11-05_oasst2_ready.messages.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9f240c4c77aa1378364f70d37e753c07ba284e247b019d700e1947a0e5da751
3
+ size 54301900
2023-11-05_oasst2_ready.trees.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a886a16ccfc1173c4f00a6897523e3c95b2785a86ee44a18a98f4f2807ee29b
3
+ size 54370156
2023-11-05_oasst2_spam.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a621805c353828c6cb1486640b9c37b0ef82ea8e1b82ef2b1bd166406a7e9c52
3
+ size 7088737
README.md CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
3
  ---
4
 
5
 
6
- ### 2023-11-05_oasst2_all_trees.jsonl.gz
7
 
8
  ```
9
  Trees : 70642
@@ -64,3 +64,34 @@ Message counts by language:
64
  - hi: 14
65
  - lt: 7
66
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
 
6
+ ### 2023-11-05_oasst2_all.trees.jsonl.gz
7
 
8
  ```
9
  Trees : 70642
 
64
  - hi: 14
65
  - lt: 7
66
  ```
67
+
68
+ ### Ready For Export Trees
69
+
70
+ ```
71
+ 2023-11-05_oasst2_ready.trees.jsonl.gz 13,854 trees with 135,174 total messages
72
+ 2023-11-05_oasst2_ready.messages.jsonl.gz 135,174 messages
73
+ ```
74
+
75
+ Trees in ready_for_export state without spam and deleted messages including message labels. The oasst_ready-trees file usually is sufficient for supervised fine-tuning (SFT) & reward model (RM) training.
76
+
77
+ ### All Trees
78
+
79
+ ```
80
+ 2023-11-05_oasst2_all.trees.jsonl.gz 70,642 trees with 208,584 total messages
81
+ 2023-11-05_oasst2_all.messages.jsonl.gz 208,584 messages
82
+ ```
83
+
84
+ All trees, including those in states prompt_lottery_waiting (trees that consist of only one message, namely the initial prompt), aborted_low_grade (trees that stopped growing because the messages had low quality), and halted_by_moderator.
85
+
86
+
87
+ ### Supplemental Exports: Spam & Prompts
88
+
89
+ ```
90
+ 2023-11-05_oasst2_spam.jsonl.gz 19,296 matching messages
91
+ ```
92
+
93
+ These are messages which were deleted or have a negative review result ("review_result": false). Besides low quality, a frequent reason for message deletion is a wrong language tag.
94
+
95
+ ```
96
+ 2023-11-05_oasst2_prompts.jsonl.gz 64,592 matching messages
97
+ ```