Song Writing Through AI and Human Cooperation

#2
by awacke1 - opened
Owner

Two heads are better than one. The math of AI and cartesian product of our joint intelligence is exponentially more than we understand yet. This prompt series shows creating a song using...

  1. Initial rhyme song created based on prompt "Testing, testing one two three" which is sung in using Whisper Small producing a real time speech to text product output.
  2. The initial output is fed to Llama 7b which is a small model running on a T4 GPU.
  3. This produced the output below:

  1. This is then given to GPT 3.5 Turbo which performs its own take on improving it:

image.png

  1. All audio in step 1 are saved and text outputs are included matching the transcript output and could also include an auto file named for not only time and prompt in but also prompt response output or a shortened summary of them together with a score.

  2. Scores can be used to have one model generate outputs and have another grade it and have ideas to go in other directions depending on latent space of its trained knowledge in the form of neurons and synapses which I will use as neuron = a token, word or phrase like an idiomatic expression that triggers dendritic excitement or sleep dreaming within AI by generating knowledge graphs as output sequences that have meaning in a completely different latent space in this case by Llama, Whisper, GPT, Mistal, and Dataset Inputs along with the teacher feedback which produces the next question.

Sign up or log in to comment