Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
clef
/
PRENT-Codebook
like
0
Sleeping
App
Files
Files
Fetching metadata from the HF Docker repository...
main
PRENT-Codebook
/
download_models.py
pr-ent
Initial Commit dashboard
a19c1c5
almost 4 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
161 Bytes
from
transformers
import
pipeline
tmp = pipeline(
"fill-mask"
, model=
"distilbert-base-uncased"
)
tmp = pipeline(
"sentiment-analysis"
, model=
"roberta-large-mnli"
)