-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
# Tk-Instruct | ||
An transformer encoder-decoder model (based on T5) tuned to follow instructions for solving NLP tasks. | ||
This repo releases our code for training the Tk-Instruct model in the [Natural Instructions V2 paper](https://arxiv.org/abs/2204.07705). You can play with model via our online [demo](https://instructions.apps.allenai.org/demo)! | ||
|
||
## Requiments | ||
|
||
## Training | ||
|
||
## Evaluation | ||
|
||
## Predictions and Results | ||
|
||
## Checkpoints | ||
|
||
You can download our 3B and 11B model checkpoints that are trained to follow different types of encodings are released in [Huggingface Hub](https://huggingface.co/models?search=tk-instruct-). |