fj11 commited on
Commit
b2860c2
·
1 Parent(s): c4aec9a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -62,7 +62,7 @@ It is designed for **automatic speech recognition (ASR), natural language proces
62
  |---------|-------------|
63
  | **Total Clips** | 10k transcribed speech samples |
64
  | **Languages** | English |
65
- | **Format** | `.wav` (audio) + `.tsv` (transcriptions) |
66
  | **Use Case** | ASR, Speech-to-Text, NLP, Conversational AI |
67
 
68
  🆓 **This dataset is free to use for research purposes.**
@@ -74,7 +74,8 @@ ScreenTalk-XS contains the following fields:
74
 
75
  | Column | Description |
76
  |--------|-------------|
77
- | `audio` | Audio file path |
 
78
  | `sentence` | Transcribed speech |
79
 
80
  📌 **Example Entry**
 
62
  |---------|-------------|
63
  | **Total Clips** | 10k transcribed speech samples |
64
  | **Languages** | English |
65
+ | **Format** | `.wav` (audio) + `.csv` (transcriptions) |
66
  | **Use Case** | ASR, Speech-to-Text, NLP, Conversational AI |
67
 
68
  🆓 **This dataset is free to use for research purposes.**
 
74
 
75
  | Column | Description |
76
  |--------|-------------|
77
+ | `audio` | Audio info |
78
+ | `duration` | the duration of the audio chunk |
79
  | `sentence` | Transcribed speech |
80
 
81
  📌 **Example Entry**