Instructive Dialogue Summarization with Query Aggregations
Paper • 2310.10981 • Published
How to use binwang/InstructDS with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("binwang/InstructDS")
model = AutoModelForSeq2SeqLM.from_pretrained("binwang/InstructDS")Instructive Dialogue Summarization with Query Aggregations
Paper: https://arxiv.org/abs/2310.10981 (EMNLP 2023)
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("binwang/InstructDS") model = AutoModelForSeq2SeqLM.from_pretrained("binwang/InstructDS")