Update README.md
Browse files
README.md
CHANGED
@@ -19,4 +19,8 @@ configs:
|
|
19 |
---
|
20 |
|
21 |
|
22 |
-
An instruction dataset for speech->text and text->speech.
|
|
|
|
|
|
|
|
|
|
19 |
---
|
20 |
|
21 |
|
22 |
+
An instruction dataset for speech->text and text->speech.
|
23 |
+
|
24 |
+
This speech data is tokenized using the SpeechTokenize approach: https://arxiv.org/abs/2308.16692.
|
25 |
+
|
26 |
+
You can do standard finetuning on this dataset using any LLM!
|