Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,10 @@ language:
|
|
| 6 |
- en
|
| 7 |
tags:
|
| 8 |
- medical
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
pretty_name: annomi
|
| 10 |
size_categories:
|
| 11 |
- n<1K
|
|
@@ -118,9 +122,13 @@ Training on longer conversations and medical advice.
|
|
| 118 |
|
| 119 |
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
| 120 |
Sharegpt format to allow for long conversations back and forth.
|
|
|
|
| 121 |
therapist is gpt
|
|
|
|
| 122 |
client is human
|
|
|
|
| 123 |
id is a concatenation of:
|
|
|
|
| 124 |
- transcript_id: the unique numerical identifier of the conversation/transcript where this utterance belongs. Note that this identifier is NOT used for ordering, and it is only to distinguish between different conversations in the dataset.
|
| 125 |
- video_url: the URL of the original video of the conversation/transcript where this utterance belongs.
|
| 126 |
- topic: the topic(s) of the conversation/transcript where this utterance belongs.
|
|
|
|
| 6 |
- en
|
| 7 |
tags:
|
| 8 |
- medical
|
| 9 |
+
- therapy
|
| 10 |
+
- conversations
|
| 11 |
+
- counseling
|
| 12 |
+
- dialogues
|
| 13 |
pretty_name: annomi
|
| 14 |
size_categories:
|
| 15 |
- n<1K
|
|
|
|
| 122 |
|
| 123 |
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
| 124 |
Sharegpt format to allow for long conversations back and forth.
|
| 125 |
+
|
| 126 |
therapist is gpt
|
| 127 |
+
|
| 128 |
client is human
|
| 129 |
+
|
| 130 |
id is a concatenation of:
|
| 131 |
+
|
| 132 |
- transcript_id: the unique numerical identifier of the conversation/transcript where this utterance belongs. Note that this identifier is NOT used for ordering, and it is only to distinguish between different conversations in the dataset.
|
| 133 |
- video_url: the URL of the original video of the conversation/transcript where this utterance belongs.
|
| 134 |
- topic: the topic(s) of the conversation/transcript where this utterance belongs.
|