boyinfuture's picture
feat: Build complete application with all features
c3bf538
raw
history blame
262 Bytes
from transformers import pipeline
print("Downloading NEW model 'ProsusAI/finbert'...")
# Using the pipeline API is the easiest way to download all necessary files
classifier = pipeline('text-classification', model='ProsusAI/finbert')
print("Download complete!")