cross modelling

#7
by dannyboy84 - opened

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

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