Fine-tuning transformers

Resources

  • You will need a HF🤗 account to upload models
  • We will use WandB for monitoring - get an account if you like to follow that part

Notebooks

Homework - As a preparation for final assignment‼️

Finetune a model for token-classification

Nerd-out options

  • GPT-2 finetuning. Make it produce text in a certain style. Follow this tutorial
  • Build a retreival based Question-Answering system with [🦜⛓️LangChain][https://langchain.readthedocs.io/en/latest/]