How to use BigSalmon/Concise with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("BigSalmon/Concise") model = AutoModelForSeq2SeqLM.from_pretrained("BigSalmon/Concise")
a2dfe50
1
2
3
4
5
6
7
8
9
10
11
12
13
14
how to start prompt: ``` wordy: ``` example: ``` wordy: the ndp has turned into the country's darling of the young. ``` output: ``` the ndp is youth-driven. ```