Learnings from the course - AI Engineer Path(Scrimba) - Part 3 - Open Source Models (WIP 🚧)
July 4, 2026
Notes
- LLM’s are built on Transformers
- Until GPT 2, OpenAI was open source.
- Meta launched LLama
- An AI Engineer should know to use both Open Source and Closed Source models.
Hugging Face Models
You will need a token with read access to run inference on the models.
Model used - facebook/bart-large-cnn 🔗
The syntax to run is given under code snippets(too much detail, look around) on the link above. This will help you run it quickly.