To get Ready
- Expected basic knowledge of Python
- Expected basic knowledge of Pytorch and/or tensorflow
- Introduction to PyTorch: https://www.dataquest.io/blog/pytorch-for-beginners/
- Introduction to TensorFlow: https://www.tensorflow.org/learn
To be even more ready
- Learn Transformers with pytorch: https://www.datacamp.com/tutorial/building-a-transformer-with-py-torch
- NLP with PyTorch: A Comprehensive Guide: https://www.datacamp.com/tutorial/nlp-with-pytorch-a-comprehensive-guide
- Use open source model: https://huggingface.co/
- High level api (to delve deeper): https://python.langchain.com/docs/integrations/llms/huggingface_pipelines/