Ahmadzei's picture
added 3 more tables for large emb model
5fa1a76
There are two types of language modeling:
causal: the model's objective is to predict the next token in a sequence, and future tokens are masked
from transformers import pipeline
prompt = "Hugging Face is a community-based open-source platform for machine learning."