LangChain Vector Search Databases is a natural fit, was fun to riff on it here
LLMS
-
ChatGPT Explained: Simple One Minute Video Overview
By
–
What is Chat GPT? Here's my latest #video explaining #ChatGPT in a simple one minute overview! You can watch it here >
-
Meta Launches Toolformer: An Autonomous Model Using External Tools
By
–
Meta introduces Toolformer, a language model that has independently learned to use external tools https://actuia.com/actualite/meta-presente-toolformer-un-modele-de-langage-ayant-appris-par-lui-meme-a-utiliser-des-outils-externes/
… #AI #artificialintelligence
@Meta -
Hugging Face PEFT Project: Open Source Repository and Blog Overview
By
–
This Project from Hugging Face is completely Open Source, Check out the repo here: https://
github.com/huggingface/pe
ft
… Consider checking this blog from Hugging Face Team for more detailed overview. https://
huggingface.co/blog/peft 5/5 -

Getting Started with PEFT: Simple 3-Step Setup Guide
By
–
Finally Getting started with PEFT is really simple: 1. Import the Necessary Libraries
2. Define the Config with PEFT method
3. Wrapping base model from Hugging Face Transformers by calling `get_peft_model` That's it. You can start training now. Check the below code 4/5 -

Interesting Use Cases of PEFT Parameter Efficient Fine-Tuning
By
–
Some of the interesting usecases of PEFT are: 1. Stable Diffusion Dreambooth training.
2. Finetuning the `bigscience/T0_3B` model which has around 3 Billion Parameters. Checkout them here: https://
github.com/huggingface/pe
ft#use-cases
… 3/5 -
PEFT: Fine-tuning Large Models on Low-End Hardware
By
–
But fine-tuning large models on low-end hardware is a real challenge PEFT solves this by fine-tuning a small number of model parameters while freezing most parameters of the pre-trained LLMs. This reduces the computational and storage costs 2/5 https://
github.com/huggingface/pe
ft
… -
Fine-tuning: Faster Model Adaptation for Specific Tasks
By
–
In simple words fine-tuning is taking a pre-trained machine learning model and adjusting it for a specific task Fine-tuning is much faster than training a model from scratch and also reduces the amount of data, compute required for training and lot of other benefits 1/5
-

PEFT: Fine-tune Large Language Models on Low-Resource Hardware
By
–
Large Language models are expensive to fine-tune and it's really difficult to train them on local hardware. Introducing PEFT ("Parameter-Efficient Fine-Tuning") from Hugging Face that lets you fine-tune Billion Parameter Models on Low-Resource Hardware. A Thread
-
LangChain Knowledge Graph Index Structure Exploration
By
–
An AWESOME blogpost by @FanLi_RnD covering the graph index structure we added yesterday https://
apex974.com/articles/explo
re-langchain-support-for-knowledge-graph
… Including some great suggestions for future directions