Making an AI to Answer Our Questions! (Part 1)

Опубликовано: 13 Март 2026
на канале: Edan Meyer
13,713
221

In this video we work on the first part of making an AI that can answer questions. We use DistilBERT, transformer based NLP model pretrained on the Stanford SQUAD dataset to answer questions. In part 1 we load the model and use it to make answer predictions.

Relevant Links:
GitHub code: https://github.com/ejmejm/AskMeAnything
Google Colab: https://colab.research.google.com/dri...
Simple Transformers: https://github.com/ThilinaRajapakse/s...
DistilBERT Paper: https://arxiv.org/abs/1910.01108