Norquinal commited on
Commit
35e307f
·
verified ·
1 Parent(s): 2e57012

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 10 messages, then processed. Contains descriptions of characters, summary, scene, and genre tags provided by `gpt-3.5-turbo-16k`.
35
- * `opencai_rp_metharme.json` - Original dataset filtered for an average token length of 125 tokens and a minimum conversation length of 10 messages, then processed, filtered to 1229 samples, and converted to metharme format.
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