Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# 🎬 ScreenTalk-XS: Sample Speech Dataset from Screen Content 🖥️
|
@@ -43,6 +49,4 @@ ScreenTalk-XS contains the following fields:
|
|
43 |
{
|
44 |
"audio": "path/to/audio.wav",
|
45 |
"sentence": "I will find you and I will train my model."
|
46 |
-
}
|
47 |
-
|
48 |
-
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
task_categories:
|
4 |
+
- automatic-speech-recognition
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
size_categories:
|
8 |
+
- n<1K
|
9 |
---
|
10 |
|
11 |
# 🎬 ScreenTalk-XS: Sample Speech Dataset from Screen Content 🖥️
|
|
|
49 |
{
|
50 |
"audio": "path/to/audio.wav",
|
51 |
"sentence": "I will find you and I will train my model."
|
52 |
+
}
|
|
|
|