Instructions to use binwang/InstructDS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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") - Notebooks
- Google Colab
- Kaggle
| license: apache-2.0 | |
| Instructive Dialogue Summarization with Query Aggregations | |
| Paper: https://arxiv.org/abs/2310.10981 (EMNLP 2023) | |
| Github: https://github.com/BinWang28/InstructDS |