How to use NTUYG/SOTitle-csharp-BART with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("NTUYG/SOTitle-csharp-BART") model = AutoModelForSeq2SeqLM.from_pretrained("NTUYG/SOTitle-csharp-BART")
No model card