Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yizhongw committed May 8, 2022
1 parent 1e84e58 commit 887f85a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
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-).

0 comments on commit 887f85a

Please sign in to comment.