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