From cbe9664ef47ff3a24a8712e1c324219666859743 Mon Sep 17 00:00:00 2001 From: rasbt Date: Fri, 17 May 2024 08:20:35 -0500 Subject: [PATCH] fix link --- ch06/03_bonus_imdb-classification/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch06/03_bonus_imdb-classification/README.md b/ch06/03_bonus_imdb-classification/README.md index 4da6bec..36b530d 100644 --- a/ch06/03_bonus_imdb-classification/README.md +++ b/ch06/03_bonus_imdb-classification/README.md @@ -61,7 +61,7 @@ Test accuracy: 89.96% --- -A 66M parameter encoder-style [DistilBERT](https://medium.com/huggingface/distilbert-8cf3380435b5) model (distilled down from a 340M parameter BERT model), starting for the pretrained weights and only training the last transformer block plus output layers: +A 66M parameter encoder-style [DistilBERT](https://arxiv.org/abs/1910.01108) model (distilled down from a 340M parameter BERT model), starting for the pretrained weights and only training the last transformer block plus output layers: ```bash