Skip to content

Commit 25ca5a8

Browse files
authored
Clarify data_format documentation (#304)
1 parent 9e71134 commit 25ca5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/data_format.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ utterances.jsonl
4040

4141
Each utterance is stored on its own line and represented as a json object, with six mandatory fields:
4242

43-
* id: index of the utterance
43+
* id: index of the utterance (unique across the entire corpus)
4444
* speaker: the speaker who authored the utterance
4545
* conversation_id: id of the first utterance in the conversation this utterance belongs to
4646
* reply_to: index of the utterance to which this utterance replies to (None if the utterance is not a reply)

0 commit comments

Comments
 (0)