How to use vishalk4u/liar_binaryclassifier_bert_cased with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="vishalk4u/liar_binaryclassifier_bert_cased")
# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("vishalk4u/liar_binaryclassifier_bert_cased") model = AutoModelForSequenceClassification.from_pretrained("vishalk4u/liar_binaryclassifier_bert_cased")
The community tab is the place to discuss and collaborate with the HF community!