Search
Results
Who needs GitHub Copilot when you can roll your own AI code assistant at home • The Register
Honey, I shrunk the LLM! A beginner's guide to quantization • The Register
The Best GPUs for Deep Learning in 2023 — An In-depth Analysis
BERT Transformers – How Do They Work? | Exxact Blog
[https://www.exxactcorp.com/blog/Deep-Learning/how-do-bert-transformers-work] - - public:mzimmerm
Excellent document about BERT transformers / models and their parameters: - L=number of layers. - H=size of the hidden layer = number of vectors for each word in the sentence. - A = Number of self-attention heads - Total parameters.
Introduction - Hugging Face NLP Course
[https://huggingface.co/learn/nlp-course/chapter1/1] - - public:mzimmerm
Natural Languge processing - full course.
How to train a new language model from scratch using Transformers and Tokenizers
[https://huggingface.co/blog/how-to-train] - - public:mzimmerm
Describes how to train a new language (desperanto) model.