Gen-AI Developer Classroom notes 09/Apr/2025

Models in Hugging face

Embeddings from hugging face models

  • Try writing a simple code using hugging face transformers for question answering
from transformers import pipeline
model_id = ''
pipeline('<nlp-question>', model=model_id, ...)
  • lets try question answering and image classification

  • Refer Here for the Colab Notebook

By continuous learner

enthusiastic technology learner

Leave a Reply

Discover more from Direct AI Powered By Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading