Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
clef
/
PRENT-Codebook
like
0
Runtime error
App
Files
Files
a19c1c5
PRENT-Codebook
/
download_models.py
pr-ent
Initial Commit dashboard
a19c1c5
about 2 years ago
raw
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"
)