I wonder if there is gonna be another lecture or course from Hugging Face covering the AutoTokenizer, AutoModelForCausalLM since this method is more important to customize for example “tokens”.
Hello @Amin_D
You can check the short course section where you will find hugging face related courses such as quantization fundamental and quantization in depth.
I hope you are registered on the deep learning.ai beta testing website where you get direct notification emails about new courses related to short courses.
Regards
DP
As you said, APIs like AutoTokenizer or AutoModelFroCausalLM are important since they are simplest way to load what you need. It is the best way to understand what is going on that you go to HuggingFace official page and look through document. I know it is overwhelming to read documents if you are not familiar with that practice. But I definitely recommend you try reading documents. It will help you a lot as AI engineer.