Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
x-g85
/
fake-news
like
3
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d9e2bec
fake-news
/
test.py
Adam-Al-Rahman
add: lstm model
fe86b7f
12 months ago
raw
Copy download link
history
blame
Safe
140 Bytes
# Use a pipeline as a high-level helper
from
transformers
import
pipeline
pipe = pipeline(
"text-classification"
, model=
"x-g85/X_G85_LSTM"
)