diff --git a/README.md b/README.md index 28059d823..808d5fd29 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Big Little Transformer Decoder (BiLD) +# Speculative Decoding with Big Little Decoder (BiLD) -This repo implements Big Little Decoder (BiLD) on top of the [HuggingFace](https://github.com/huggingface/transformers) framework. +This repo implements Speculative Decoding with Big Little Decoder (BiLD) on top of the [HuggingFace](https://github.com/huggingface/transformers) framework. Check out the [paper](https://arxiv.org/abs/2302.07863) for more details.