jukebox
gpt-2
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
jukebox | gpt-2 | |
---|---|---|
129 | 63 | |
7,281 | 20,205 | |
1.5% | 1.6% | |
0.0 | 0.0 | |
8 months ago | 10 days ago | |
Python | Python | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
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-2
- Sam Altman is still trying to return as OpenAI CEO
- Build Personal ChatGPT Using Your Data
-
Don Knuth Plays with ChatGPT
Did you arrive at this certainty through reading something other than what OpenAI has published? The document [0] that describes the training data for GPT-2 makes this assertion hilarious to me.
[0]: https://github.com/openai/gpt-2/blob/master/model_card.md#da...
- По поводу опасности ИИ и предложений остановить разработки на 6 месяцев.
-
Any real competitor to GPT-3 which is open source and downloadable?
2.) OpenAI's GPT-2: OpenAI released GPT-2 in 2019 and later made the code and pre-trained models available to the public. GPT-2 is not as advanced as GPT-3 or GPT-4, but it's still powerful and can be used for various natural language processing tasks. You can find the GPT-2 code and pre-trained models on GitHub: https://github.com/openai/gpt-2
-
ChatGPT limitations
The Product is not the only implementation / available source for this technology / service / "thing". Given the amount of other LLMs that are available as trained models, OpenAI does not control access to this type of technology, in fact they OpenSourced their Previous model (https://github.com/openai/gpt-2). T5 (https://huggingface.co/docs/transformers/model_doc/t5) and Bloom (https://huggingface.co/docs/transformers/model_doc/bloom) are well known Generators with very comparable complexity to GTP-3. The fact is that OpenAI has the most reliable implementation, but far from the only implementation.
- The Concept Art Association updates their AI-restricting gofundme campaign, revealing their lack of AI understanding & nefarious plans! [detailed breakdown]
-
Anything like ChatGPT that you can run yourself?
You can try running GPT 2, I had some fun playing around with it, but it struggles with context. GPT 3 and now 3.5 blows it way out the water, but even if the model was available, you would need at least 350 GB of VRAM to run it. So unfortunately, for now it's out of reach.
-
OpenAI is fully Open-source? Will they ask for money?
The code for GPT-2 is here on github: https://github.com/openai/gpt-2
-
Deepfake Offensive Toolkit (real-time deepfakes for virtual cameras)
OpenAI attempted this with GPT-2’s incremental release strategy and was lambasted on moral and ethical grounds as well.
https://openai.com/blog/better-language-models/
So individuals working on a technology like this have no clear societal consensus to use as a guide when making the decision. Strong arguments can be made in both directions.
What are some alternatives?
dalle-mini - DALL·E Mini - Generate images from a text prompt
lucid-sonic-dreams
minGPT - A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
Real-Time-Voice-Cloning - Clone a voice in 5 seconds to generate arbitrary speech in real-time
ultimatevocalremovergui - GUI for a Vocal Remover that uses Deep Neural Networks.
spleeter - Deezer source separation library including pretrained models.
music-demixing-challenge-starter-kit - Starter kit for getting started in the Music Demixing Challenge.
sentencepiece - Unsupervised text tokenizer for Neural Network-based text generation.
gpt-neo - An implementation of model parallel GPT-2 and GPT-3-style models using the mesh-tensorflow library.
latent-diffusion - High-Resolution Image Synthesis with Latent Diffusion Models
ALAE - [CVPR2020] Adversarial Latent Autoencoders