Transformers How to use rezaFarsh/binary_support_eval_base_198_voices_transcriptions with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="rezaFarsh/binary_support_eval_base_198_voices_transcriptions") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("rezaFarsh/binary_support_eval_base_198_voices_transcriptions")
model = AutoModelForSequenceClassification.from_pretrained("rezaFarsh/binary_support_eval_base_198_voices_transcriptions")