fake-news / test.py
Adam-Al-Rahman's picture
add: lstm model
fe86b7f
raw
history blame contribute delete
No virus
140 Bytes
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="x-g85/X_G85_LSTM")