A complete guide to start and improve your LLM skills in 2023 without an advanced background in the field and stay up-to-date with the latest news and state-of-the-art techniques! The complete article: https://
louisbouchard.ai/from-zero-to-h
ero-with-llms/
… All the links on GitHub: https://
github.com/louisfb01/star
t-llms
…
OPEN SOURCE
-

Complete guide to master LLM skills from zero to hero
By
–
-
Facebook’s Open Source DNA: From React to PyTorch Impact
By
–
It was entirely expected.
Open source was in the DNA of Facebook from the start (e g. React, Open Compute…)
And the creation of FAIR 10 years ago extended that philosophy to open research in AI. I mean, there would be no ChatGPT without PyTorch. -
Open LLMs Require Accessible Platforms Beyond Major Tech Giants
By
–
I agree. But to empower those millions of developers, you need an open platform on which to build.
Right now, only a few entities can build high-performance open LLMs, because they are so expensive to train.
Those entities are Meta and a few very well-funded startups. -
YouTune: Fine-tune MusicGen with YouTube Audio
By
–
I've added a feature to @charliebholtz’s YouTune, you can now easily fine-tune MusicGen using the audio from YouTube videos:
— fofr (@fofrAI) 8 novembre 2023
> python tune.py <youtube-url> –audio
Try it here:https://t.co/e4vNmeWEeX https://t.co/0bVV98SGka pic.twitter.com/1arMNKmJq0I've added a feature to @charlieholtz
’s YouTune, you can now easily fine-tune MusicGen using the audio from YouTube videos: > python tune.py –audio Try it here: https://
github.com/cbh123/youtune -
Open Source AI Emerges as Counterweight to Proprietary Systems
By
–
The counterweight to closed/proprietary AI is open/free AI.
All of Academia, many governments, almost all the startups, and a few larger companies are embracing the open source approach to AI, the biggest ones being Meta and IBM. -
ControlNet for LCM Now Available for Image Generation
By
–
Oh nice! I didn't know controlnet for LCM had landed.
-
OpenCV Remains Open Source But May Require Commercial License
By
–
OpenCV will remain open source, but it may come with a commercial license. Free and open are two different ideas. We have been lucky that OpenCV has been open and free for 22 years. I would love to keep it that way. #FreeOpenCV
-
Command line flag allows selecting multiple models by default
By
–
Defaults to that out of box, but you can pick a few models via a command line flag.
-
LLM CLI Tool Available on GitHub and PyPI
By
–
If you want to play with it, available on pip / Github / etc. Requires an OpenAI account for batteries-included operation or you can install an LLM locally https://
github.com/simonw/llm -

Simon Willison’s LLM command line tool demo
By
–
You might not know about @simonw
's command line 'llm' tool. Here let me demo it. git log | head -n 200 | llm -s "Of the most recent 5 commits, which is probably the most important? I use 'Minor' and similar commit messages to mark unimportant commits."