Views
No views yet
1from transformers import pipeline 2 3clf = pipeline( 4 "text-classification", 5 model="anjipoo/fake_job_detector" 6) 7 8# print(clf(job description))