Update README.md (#11489)

Add link to code
This commit is contained in:
Manuel Romero
2021-04-30 10:29:59 +02:00
committed by GitHub
parent 022a1e9e67
commit 58c789e3d2

View File

@@ -19,7 +19,7 @@ classification performance to the original zero-shot model
### Usage ### 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 \ python distill_classifier.py \