HN user

kashifr

750 karma

https://github.com/kashif https://twitter.com/krasul

Posts28
Comments14
View on HN
huggingface.co 2mo ago

Carbon: Autoregressive Genomic Foundation Model

kashifr
7pts1
huggingface.co 2mo ago

The ultimate guide to RL environments: building and scaling them in the LLM era

kashifr
7pts0
huggingface.co 3mo ago

Distilling 100B+ Models 40x Faster with TRL

kashifr
13pts0
huggingface.co 4mo ago

Keep the Tokens Flowing: Lessons from 16 Open-Source RL Libraries

kashifr
2pts0
github.com 5mo ago

Transformers V5 is out!

kashifr
10pts0
huggingface.co 8mo ago

The Smol Training Playbook: The Secrets to Building World-Class LLMs

kashifr
265pts19
huggingface.co 8mo ago

Unlocking On-Policy Distillation for Any Model Family

kashifr
6pts1
github.com 11mo ago

Transformers 4.55 New OpenAI GPT OSS

kashifr
2pts1
huggingface.co 1y ago

Smollm3: Smol, multilingual, long-context reasoner LLM

kashifr
388pts79
twitter.com 1y ago

Epic vs. Apple

kashifr
7pts0
huggingface.co 2y ago

AIMO (AI Math Olympiad) progress prize winning solution

kashifr
9pts0
mapo-t2i.github.io 2y ago

MaPO: A reference-free alignment technique for diffusion models

kashifr
2pts1
huggingface.co 2y ago

OpenHermesPreferences: Dataset of ~1M AI preferences from teknium/OpenHermes-2.5

kashifr
7pts1
huggingface.co 2y ago

HuggingFace Training Cluster as a Service

kashifr
101pts45
twitter.com 2y ago

HuggingFace 235M series D at a $4.5B valuation

kashifr
3pts0
huggingface.co 2y ago

Fine-tune Llama 2 with DPO

kashifr
3pts0
github.com 3y ago

QLoRA 4-bit finetuning of LLMs

kashifr
7pts1
huggingface.co 3y ago

StackLlama: A hands-on guide to train LlaMa with RLHF

kashifr
165pts38
github.com 3y ago

HuggingFace Diffusers 0.2 with Stable Diffusion pipeline

kashifr
2pts1
github.com 4y ago

Diffusers: Modular Diffusion model library from HuggingFace

kashifr
47pts5
gnes.ai 6y ago

Generic Neural Elastic Search

kashifr
4pts0
github.com 7y ago

PyTorch 1.0 is out

kashifr
470pts70
github.com 8y ago

Pytorch 0.4.0 is out

kashifr
36pts7
github.com 8y ago

An MNIST-like fashion product dataset

kashifr
220pts21
page.mi.fu-berlin.de 11y ago

AMS Sketch Algorithm (2014)

kashifr
7pts0
page.mi.fu-berlin.de 11y ago

Morris Algorithm (2014)

kashifr
43pts4
www.etcml.com 12y ago

Show HN: etcml easy text classification with machine learning service

kashifr
4pts0
fosslc.org 14y ago

Async. & Realtime Geo Applications with Node.js (video)

kashifr
4pts0

An efficient finetuning approach that reduces memory usage enough to finetune a 65B parameter model on a single 48GB GPU while preserving full 16-bit finetuning task performance!

The title is confusing but refers to the Huggingface Diffusers v0.15 release which brings new pipelines for video and audio to diffusers, showing that diffusion is a great choice for all sorts of generative tasks.

Form my own journey I would say that a good place to start for graphical models might be "Bayesian Reasoning and Machine Learning" by Barber. It's free (http://web4.cs.ucl.ac.uk/staff/D.Barber/pmwiki/pmwiki.php?n=...). I haven't read through it, but I've heard good things. However, it doesn't cover some basic things like SVM, RVM, Neural Networks...

For those I'd suggest "Pattern Recognition and Machine Learning" by Bishop. I've read throughout this and it's really well organized and thought out. For more mathematically advanced ML stuff I'd suggest "Foundations of Machine Learning" by Mohri. For a good reference for anything else I'd suggest "Machine Learning: A Probabilistic Perspective" by Murphy. For more depth on graphical models look at "Probabilistic Graphical Models: Principles and Techniques" by Koller.

On the NLP front there's the standard texts "Speech and Language Processing" by Jurafsky and "Foundations of Statistical Natural Language Processing" by Manning.

I also like "An Introduction to Statistical Learning" by James, Witten, Hastie and Tibshirani.