hashmin commited on
Commit
1a953e7
·
verified ·
1 Parent(s): 585c979

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -57,7 +57,7 @@ Each JSON entry describes one utterance:
57
  | `speaker_id` | string | Speaker identifier. |
58
  | `sentence_id` | string | Reference sentence ID (matches `reference_transcriptions.txt`). |
59
  | `phone_ids` | sequence[string] | Unique phone identifiers per utterance. |
60
- | `reference` | sequence[string] | MFA reference phones. |
61
  | `annot_1` | sequence[string] | Annotator 1 phones (`-` marks deletions). |
62
  | `annot_2` | sequence[string] | Annotator 3 phones when available, empty otherwise. |
63
  | `label_1` | sequence[string] | Annotator 1 phone labels (`"1"` correct, `"0"` incorrect). |
 
57
  | `speaker_id` | string | Speaker identifier. |
58
  | `sentence_id` | string | Reference sentence ID (matches `reference_transcriptions.txt`). |
59
  | `phone_ids` | sequence[string] | Unique phone identifiers per utterance. |
60
+ | `reference` | sequence[string] | reference phones assigned to match the closer aimed pronunciation by the speaker. |
61
  | `annot_1` | sequence[string] | Annotator 1 phones (`-` marks deletions). |
62
  | `annot_2` | sequence[string] | Annotator 3 phones when available, empty otherwise. |
63
  | `label_1` | sequence[string] | Annotator 1 phone labels (`"1"` correct, `"0"` incorrect). |