yizhongw / Tk-Instruct

Tk-Instruct is a Transformer model that is tuned to solve many NLP tasks by following instructions.
https://arxiv.org/abs/2204.07705
MIT License
177 stars 27 forks source link

Input format for the model for the complete schema #23

Open SaraAmd opened 1 year ago

SaraAmd commented 1 year ago

Could you please at least provide one example of the input format for this model? I mean what would be exactly the input format if we have the definitions, positive examples, and negative examples and their corresponding labels for the tokenizer.encode?the demo you have here https://huggingface.co/allenai/tk-instruct-11b-def does not have a complete input similar to the schema in the paper.