Commit
·
3778bcd
1
Parent(s):
759a0cb
Fix task tags (#4)
Browse files- Fix task tags (51028e1e64e53e08e68d6c8a8232576d7611a926)
Co-authored-by: Albert Villanova <[email protected]>
README.md
CHANGED
|
@@ -14,17 +14,18 @@ size_categories:
|
|
| 14 |
source_datasets:
|
| 15 |
- original
|
| 16 |
task_categories:
|
| 17 |
-
- automatic-speech-recognition
|
| 18 |
-
- conditional-text-generation
|
| 19 |
-
task_ids:
|
| 20 |
-
- speech-recognition
|
| 21 |
- summarization
|
|
|
|
|
|
|
|
|
|
| 22 |
paperswithcode_id: crowdspeech
|
| 23 |
pretty_name: CrowdSpeech
|
| 24 |
language_bcp47:
|
| 25 |
- en-US
|
| 26 |
tags:
|
|
|
|
| 27 |
- stuctured-to-text
|
|
|
|
| 28 |
---
|
| 29 |
|
| 30 |
# CrowdSpeech: A Benchmark Dataset for Crowdsourced Audio Transcription
|
|
|
|
| 14 |
source_datasets:
|
| 15 |
- original
|
| 16 |
task_categories:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
- summarization
|
| 18 |
+
- automatic-speech-recognition
|
| 19 |
+
- text2text-generation
|
| 20 |
+
task_ids: []
|
| 21 |
paperswithcode_id: crowdspeech
|
| 22 |
pretty_name: CrowdSpeech
|
| 23 |
language_bcp47:
|
| 24 |
- en-US
|
| 25 |
tags:
|
| 26 |
+
- conditional-text-generation
|
| 27 |
- stuctured-to-text
|
| 28 |
+
- speech-recognition
|
| 29 |
---
|
| 30 |
|
| 31 |
# CrowdSpeech: A Benchmark Dataset for Crowdsourced Audio Transcription
|