How to use Pclanglais/t5-transcript-topics-detection with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Pclanglais/t5-transcript-topics-detection") model = AutoModelForSeq2SeqLM.from_pretrained("Pclanglais/t5-transcript-topics-detection")
The community tab is the place to discuss and collaborate with the HF community!