Model Overview

It is a TT-compressed model of pretrained bart-base XSUM model. Model was TTM-compressed with additional finetuning up to 62% (64 mln params) of original size.

How to use

  tokenizer = AutoTokenizer.from_pretrained("facebook/bart-base")
  model = AutoModelForSequenceClassification.from_pretrained("s-nlp/bart-base-xsum-ttd", trust_remote_code=True)