cross modelling

#7
by dannyboy84 - opened

is it possible to link this with vicuna and have a converation?

SpeechColab org
edited Jan 3

Hey @dannyboy84 , you can load the dataset in Python with the datasets library using the following example: https://huggingface.co/datasets/speechcolab/gigaspeech#example-usage

It should then be straightforward to pass any transcriptions to vicuna for a text-based conversation.

If you want to interface speech and text, you can take inspiration from this demo by @ylacombe : https://huggingface.co/spaces/coqui/voice-chat-with-mistral?logs=container

Sign up or log in to comment