Suzana, Ad K, Amar, Alex #opencvkickstarter4stablediffusion #aiartcontest #aiart #midjourney #dalle2 #stablediffusion #computervision #ai #deeplearning #machinelearning #artificialintelligence
OPEN SOURCE
-
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
… -

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
-
People’s Choice Award Now Sponsored by Hugging Face
By
–
And thanks to a last minute petition – our overall top prize the "People's Choice Award" is now the People's Choice award thanks to @huggingface
! Any **Open Source** projects submitted are automatically eligible, so you can potentially win 2 awards! -

GPT-Based Synthetic Tabular Data Generation Library
By
–
Cool new #GPT-based approach to synthetic tabular data generation. It shows great results compared to the excellent SDV library. Library: https://
github.com/avsolatorio/re
altabformer
… -
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 -
LangChain Adds Built-in Tracing Support Docker Image
By
–
great question! yes – we have built in tracing, including support for a locally run docker image https://
langchain.readthedocs.io/en/latest/trac
ing.html
…