From 58c789e3d226a35e6ff6e2d175a5d0b78ef1fc04 Mon Sep 17 00:00:00 2001 From: Manuel Romero Date: Fri, 30 Apr 2021 10:29:59 +0200 Subject: [PATCH] Update README.md (#11489) Add link to code --- examples/research_projects/zero-shot-distillation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/research_projects/zero-shot-distillation/README.md b/examples/research_projects/zero-shot-distillation/README.md index cf20cb40bc..a09c014ddc 100644 --- a/examples/research_projects/zero-shot-distillation/README.md +++ b/examples/research_projects/zero-shot-distillation/README.md @@ -19,7 +19,7 @@ classification performance to the original zero-shot model ### Usage -A teacher NLI model can be distilled to a more efficient student model by running `distill_classifier.py`: +A teacher NLI model can be distilled to a more efficient student model by running [`distill_classifier.py`](https://github.com/huggingface/transformers/blob/master/examples/research_projects/zero-shot-distillation/distill_classifier.py): ``` python distill_classifier.py \