Update README.md
Browse files
README.md
CHANGED
|
@@ -47,7 +47,7 @@ The dataset consists of the following columns:
|
|
| 47 |
|----------|----------|-------------|
|
| 48 |
| **id** | `int` | Unique identifier for each audio sample |
|
| 49 |
| **audio** | `Audio()` | Audio file in a format supported by Hugging Face's `datasets` library |
|
| 50 |
-
| **
|
| 51 |
| **language** | `string` | Language of the audio sample |
|
| 52 |
| **is_tts** | `int` | Label indicating if the audio is AI-generated (`1`) or real (`0`) (**only available in train set**) |
|
| 53 |
|
|
|
|
| 47 |
|----------|----------|-------------|
|
| 48 |
| **id** | `int` | Unique identifier for each audio sample |
|
| 49 |
| **audio** | `Audio()` | Audio file in a format supported by Hugging Face's `datasets` library |
|
| 50 |
+
| **text** | `string` | Transcription of the spoken audio |
|
| 51 |
| **language** | `string` | Language of the audio sample |
|
| 52 |
| **is_tts** | `int` | Label indicating if the audio is AI-generated (`1`) or real (`0`) (**only available in train set**) |
|
| 53 |
|