SherryT997 commited on
Commit
5734751
·
verified ·
1 Parent(s): 5b8f99b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- | **sentence** | `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
 
 
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