julien-c HF staff Marissa commited on
Commit
043235d
1 Parent(s): 54e8136

Fix broken link in opening section (#3)

Browse files

- Fix broken link in opening section (f8354bcfbd3068faf2c5149654881cb4214e931d)


Co-authored-by: Marissa Gerchick <Marissa@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ datasets:
12
 
13
  This model is a distilled version of the [BERT base model](https://huggingface.co/bert-base-uncased). It was
14
  introduced in [this paper](https://arxiv.org/abs/1910.01108). The code for the distillation process can be found
15
- [here](https://github.com/huggingface/transformers/tree/master/examples/distillation). This model is uncased: it does
16
  not make a difference between english and English.
17
 
18
  ## Model description
12
 
13
  This model is a distilled version of the [BERT base model](https://huggingface.co/bert-base-uncased). It was
14
  introduced in [this paper](https://arxiv.org/abs/1910.01108). The code for the distillation process can be found
15
+ [here](https://github.com/huggingface/transformers/tree/main/examples/research_projects/distillation). This model is uncased: it does
16
  not make a difference between english and English.
17
 
18
  ## Model description