Datasets:
Update README.md
Browse files
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] |
|
| 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). |
|