From 1388e986d24b3c7ea0733c1daca84d15ec866bb9 Mon Sep 17 00:00:00 2001 From: Sehoon Kim Date: Fri, 1 Sep 2023 13:08:43 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.