Instructions to use MingZhong/unieval-sum with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MingZhong/unieval-sum with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("MingZhong/unieval-sum") model = AutoModelForSeq2SeqLM.from_pretrained("MingZhong/unieval-sum") - Notebooks
- Google Colab
- Kaggle
If I don't have a ref_list when doing 'Summarization' tasks, only a model output_list, is that setting the ref_list as an empty list?
#2
by Lily912 - opened