Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -31,8 +31,8 @@ In here are several files:
|
|
31 |
* `125_tokens_6_messages.json` (Strictest) - Original dataset filtered for an average and median token length of 125 and a minimum conversation length of 6 messages.
|
32 |
* `80_tokens_6_messages.json` (Stricter) - Original dataset filtered for an average and median token length of 80 tokens and a minimum conversation length of 6 messages. The latter contains the former, so use one or the other, but not both.
|
33 |
* `80_tokens_3_messages.json` (Light) - Original dataset filtered for an average and median token length of 80 tokens and a minimum conversation length of 3 messages. The latter contains the former, so use one or the other, but not both.
|
34 |
-
* `opencai_rp.json` - Original dataset filtered for an average token length of 125 tokens and a minimum conversation length of
|
35 |
-
* `opencai_rp_metharme.json` - Original dataset filtered for an average token length of 125 tokens and a minimum conversation length of
|
36 |
|
37 |
Explanation of Properties:
|
38 |
* `timestamp`: Date of the interaction in YYYY-MM-DD format
|
|
|
31 |
* `125_tokens_6_messages.json` (Strictest) - Original dataset filtered for an average and median token length of 125 and a minimum conversation length of 6 messages.
|
32 |
* `80_tokens_6_messages.json` (Stricter) - Original dataset filtered for an average and median token length of 80 tokens and a minimum conversation length of 6 messages. The latter contains the former, so use one or the other, but not both.
|
33 |
* `80_tokens_3_messages.json` (Light) - Original dataset filtered for an average and median token length of 80 tokens and a minimum conversation length of 3 messages. The latter contains the former, so use one or the other, but not both.
|
34 |
+
* `opencai_rp.json` - Original dataset filtered for an average and median token length of 125 tokens and a minimum conversation length of 6 messages, then processed. Contains descriptions of characters, summary, scenario, chat and genre tags provided by `gpt-4o`.
|
35 |
+
* `opencai_rp_metharme.json` - Original dataset filtered for an average token length of 125 tokens and a minimum conversation length of 6 messages, then processed and converted to metharme format.
|
36 |
|
37 |
Explanation of Properties:
|
38 |
* `timestamp`: Date of the interaction in YYYY-MM-DD format
|