====== Hugging Face ====== ===== Hugging Face Transformers ===== * [[https://huggingface.co/transformers/index.html|Transformers]] * Notebooks * [[https://github.com/huggingface/blog/blob/master/notebooks/01_how_to_train.ipynb]] * [[https://colab.research.google.com/github/huggingface/notebooks/blob/master/examples/question_answering.ipynb#scrollTo=8AKEnazU-QZX|Training transformer models for QA notebook]] [[https://github.com/huggingface/notebooks/blob/master/examples/question_answering.ipynb|github]] * [[https://github.com/huggingface/notebooks/blob/main/examples/text_classification.ipynb|Text classification with BERT example]] The notebook Ritu started with * Misc * Using a custom model with trainer * [[https://discuss.huggingface.co/t/resources-for-using-custom-models-with-trainer/4151|Resources for using custom models with trainer]] * See the code [[https://huggingface.co/transformers/v3.0.2/_modules/transformers/modeling_bert.html#BertForSequenceClassification|here]] ===== Courses ===== * [[https://www.youtube.com/channel/UCHlNU7kIZhRgSbhHvFoy72w/playlists|HuggingFace Youtube playlists]] (contains playlists of courses) * [[https://www.youtube.com/playlist?list=PLo2EIpI_JMQtNtKNFFSMNIZwspj8H7-sQ|HuggingFace Course Chapter 1]] ===== Related Pages ===== * [[Hugging Face]] * [[PyTorch]] * [[Software]] * [[Tensorflow]]