Unverified Commit 58c789e3 authored by Manuel Romero's avatar Manuel Romero Committed by GitHub
Browse files

Update README.md (#11489)

Add link to code
parent 022a1e9e
...@@ -19,7 +19,7 @@ classification performance to the original zero-shot model ...@@ -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 \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment