jukebox
gpt-neo
DISCONTINUED
Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
jukebox | gpt-neo | |
---|---|---|
129 | 81 | |
7,297 | 6,158 | |
1.1% | - | |
0.0 | 7.3 | |
8 months ago | almost 2 years ago | |
Python | Python | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
jukebox
-
Open Source Libraries
openai/jukebox: Music Generation
- Will AI be able to create similar sounding music based off input?
-
Why didn't OpenAI MIT license Jukebox the same way they did CLIP?
As many of you are probably aware CLIP research paper and open source code that's under MIT license underpins the entire generative image model industry. Let's not forget it's only a little over 2 years ago that this image was completely mindblowing, and now it's so basic. People took the research and released code it took off like wildfire. But Jukebox, released a year earlier, never did even though it's just as revolutionary.
I didn't even know about it until I heard Sam Altman casually mention it in an interview, I was expecting some basic tunes generator, but this is so amazing! I mean yeah the voices are not clear, it's muffled, but look at how far have image models progressed, if you applied the same amount of collaborative effort here, the results could be amazing! ElevenLabs showed how good and clear can AI-created voices sound. The only reason I can think of is that the Jukebox code is under view license only.
-
[R] [N] Noise2Music - Diffusion models for generating high quality music audio from text prompts, by Google Research
OpenAI had this figured out 3 years ago: https://openai.com/blog/jukebox/ . You could then even define your own text. Model is open source too.
- El éxito continuo de OpenAI: Y como llegaron a crear la IA más avanzada del 2023. ChatGPT.
-
Implementation of Google's MusicLM in PyTorch
This model is designed to output raw audio.
However, there are many models which do output midi. That's actually much simpler, and has been done already a few years ago.
I thought OpenAI did this. But then, I might misremember, because their Jukebox actually also seems to produce raw audio (https://openai.com/blog/jukebox/).
However, midi generation is so easy, you even find it in some tutorials: https://www.tensorflow.org/tutorials/audio/music_generation
- FREE AI THINGS
-
[D] Is MusicGPT a viable possibility?
There is https://openai.com/blog/jukebox/, which does generate music from prompt, but the prompt is not as detailed ("Hip Hop, in the style of Kanye West") and I don't think there is an easy way to use it online.
gpt-neo
-
Any real competitor to GPT-3 which is open source and downloadable?
3.) EleutherAI's GPT-Neo and GPT-NeoX: EleutherAI is an independent research organization that aims to promote open research in artificial intelligence. They have released GPT-Neo, an open-source language model based on the GPT architecture, and are developing GPT-NeoX, a highly-scalable GPT-like model. You can find more information on their GitHub repositories: GPT-Neo: https://github.com/EleutherAI/gpt-neo GPT-NeoX: https://github.com/EleutherAI/gpt-neox
-
⚡ Neural - AI Code Generation for Vim
This is one of the first comprehensive plugins that has been rewritten to support multiple AI backends such as OpenAI GPT3+ and other custom sources in the future such as ChatGPT, GPT-J, GPT-neo and more.
- First Open Source Alternative to ChatGPT Has Arrived
- Using the GPT-3 AI Writer inside Obsidian(This is COOL)
- Accuracy of LLMs
-
[D]: Are there any alternatives to Huggingface in the use of GPT-Neo?
You can use the codebase EleutherAI created, and download the model from their official release (linked in the readme)
-
OpenAI Chief Scientist Says Advanced AI May Already Be Conscious
More like ClosedAI, am I right? Try https://www.eleuther.ai/
-
[D] Connor Leahy on EleutherAI, Replicating GPT-2/GPT-3, AI Risk and Alignment
GPT-Neo
-
[D] GPT-NeoX-20B - Interview w/ EleutherAI co-founder Connor Leahy (Video)
Check out EleutherAI: https://www.eleuther.ai/
-
Guidance on text generation.
The newest open source language models come from ElutherAI. https://www.eleuther.ai/
What are some alternatives?
gpt-neox - An implementation of model parallel autoregressive transformers on GPUs, based on the DeepSpeed library.
haystack - :mag: LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data. With advanced retrieval methods, it's best suited for building RAG, question answering, semantic search or conversational agent chatbots.
openchat - OpenChat: Easy to use opensource chatting framework via neural networks
tensorflow - An Open Source Machine Learning Framework for Everyone
lucid-sonic-dreams
mesh-transformer-jax - Model parallel transformers in JAX and Haiku
transformers - 🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
lm-evaluation-harness - A framework for few-shot evaluation of autoregressive language models.
aitextgen - A robust Python tool for text-based AI training and generation using GPT-2.
ultimatevocalremovergui - GUI for a Vocal Remover that uses Deep Neural Networks.
spleeter - Deezer source separation library including pretrained models.
gpt-2 - Code for the paper "Language Models are Unsupervised Multitask Learners"