Skip to content

Commit

Permalink
Update README.md (#11489)
Browse files Browse the repository at this point in the history
Add link to code
  • Loading branch information
mrm8488 authored Apr 30, 2021
1 parent 022a1e9 commit 58c789e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 58c789e

Please sign in to comment.