atlas news
    
Sentdex : youtube
06  mars     19h01
Building an LLM fine-tuning Dataset
   Going through the building of a QLoRA fine tuning dataset for a language model. NVIDIA GTC signup: https: nvda.ws XTqlB Fine tuning code: https: github.com Sentdex LLM Finetuning step Walls bot adapter: https: huggingface.co Sentdex Walls bot Llama B . . WSB Dataset...
14  février     18h23
Visualizing Neural Network Internals
   Visualizing some of the internals of a neural network during training and inference. Starting and full code: https: github.com Sentdex neural net internals visualized Neural Networks from Scratch book: https: nnfs.io Channel membership: https: www.youtube.com channel UCfzlCWGWYyIQ aLC w gBQ...
07  février     19h22
Getting Back on Grid
   Establishing an internet connection in an internet desert, then figuring out well, starting to networking. Combined with Starlink as my internet provider, I ended up going with a wifi bridge implementation with a couple of Ubiquiti nanostation AC locos to network between buildings at ...
24  décembre     16h38
Open Source AI Inference API w Together
   Exploring the Together Inference API https: www.together.ai Together API basics jupyter notebook examples: https: github.com Sentdex Together API Basics Neural Networks from Scratch book: https: nnfs.io Channel membership: https: www.youtube.com channel UCfzlCWGWYyIQ aLC w gBQ join...
16  décembre     16h11
INFINITE Inference Power for AI
   Testing and enjoying the Comino Grando Server machine with x RTX s from Comino https: www.comino.com Neural Networks from Scratch book: https: nnfs.io Channel membership: https: www.youtube.com channel UCfzlCWGWYyIQ aLC w gBQ join Discord: https: discord.gg sentdex Reddit: https: www...
10  novembre     15h18
Pandas Dataframes on your GPU w CuDF
   An overview and some quick examples of using CuDF’s Pandas accelerator and how much faster it can be than vanilla Pandas for data analysis. Colab demo of Rapids: https: nvda.ws LWggQj AI and Data Science Virtual Summit: https: nvda.ws ZR wjL Notebook in this video: https: gist.github.com...
15  septembre     15h20
QLoRA is all you need (Fast and lightweight model fine-tuning)
   Learning and sharing my process with QLoRA quantized low rank adapters fine tuning. In this case, I use a custom made reddit dataset, but you can use anything you want. I referenced a LOT of stuff in this video, I will do my best to link everything, but let me know if I forget anything. ...
22  août     16h36
Chat Interface for your Local Llama LLMs
   A tutorial of sorts covering how to create streaming chat interfaces using Gradio for the various chat instruct large language models from HuggingFace. Sample code: https: huggingface.co spaces Sentdex StableBeluga B Chat blob main app.py Neural Networks from Scratch book: https: nnfs.io...
28  juillet     15h21
Gzip is all You Need (This SHOULD NOT work)
   Github code: https: github.com Sentdex Simple kNN Gzip Neural Networks from Scratch book: https: nnfs.io Channel membership: https: www.youtube.com channel UCfzlCWGWYyIQ aLC w gBQ join Discord: https: discord.gg sentdex Reddit: https: www.reddit.com r sentdex Support the content: https...
11  juillet     19h52
Better Attention is All You Need
   Addressing the current state of attention for artificial intelligence and why it’s currently holding back maximum context lengths. Neural Networks from Scratch book: https: nnfs.io Channel membership: https: www.youtube.com channel UCfzlCWGWYyIQ aLC w gBQ join Discord: https: discord.gg...
05  juillet     21h14
The BEST Open Source LLM? (Falcon 40B)
   TII Call for Proposals with Falcon B: https: falconllm.tii.ae proposal.php Falcon Github samples: https: github.com Sentdex Falcon LLM TermGPT: https: www.youtube.com watch v O EmRi CI GPT Overview: https: www.youtube.com watch v lJNblY Madg Neural Networks from Scratch book: https...
15  juin     00h14
OpenAI GPT-4 Function Calling: Unlimited Potential
   Function calling is a new capability for OpenAI’s GPT and GPT . via the API. Function calling allows you to extract structured outputs from the GPT model. Github notebook: https: github.com Sentdex ChatGPT API Basics blob main function calling.ipynb Neural Networks from Scratch book: https...
03  juin     16h44
Letting GPT-4 Control My Terminal (TermGPT)
   Giving LLMs like GPT the ability to plan and execute terminal commands. TermGPT github: https: github.com Sentdex TermGPT OpenAI Chat API tutorial: https: github.com Sentdex ChatGPT API Basics Neural Networks from Scratch book: https: nnfs.io Channel membership: https: www.youtube.com...
12  mai     14h07
Building an Open Assistant API
   Working with one of the Open Assistant models, a B parameter Pythia model https: huggingface.co OpenAssistant oasst sft pythia b epoch . Github: https: github.com Sentdex OpenAssistant API Pythia B Neural Networks from Scratch book: https: nnfs.io Channel membership: https: www...
28  avril     14h13
Sparks of AGI? - Analyzing GPT-4 and the latest GPT LLM Models
   An in depth look into the current state of the art of Generative Pre trained Transformer GPT language models, with a specific focus on the advancements and examples provided by OpenAI in their GPT Technical Report https: arxiv.org abs . as well as the Microsoft quot;Sparks of...