nakere424's picture
Create new file
58f2a4f
raw
history blame
124 Bytes
from transformers import pipeline
import streamlit as st
unmasker = pipeline('fill-mask', model='distilbert-base-uncased')