KadriMufti commited on
Commit
c7d3562
1 Parent(s): 1735567

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -53,10 +53,10 @@ This model was inspired by this Github [thread](https://github.com/deepset-ai/ha
53
 
54
  Regarding the model distillation, I owe thanks to the following sources for the distillation:
55
 
56
- [Knowledge Distillation article by Phil Schmid](https://www.philschmid.de/knowledge-distillation-bert-transformers)
57
 
58
- Articles by Remi Reboul:
59
 
60
- https://towardsdatascience.com/distillation-of-bert-like-models-the-theory-32e19a02641f
61
 
62
- https://towardsdatascience.com/distillation-of-bert-like-models-the-code-73c31e8c2b0a
 
53
 
54
  Regarding the model distillation, I owe thanks to the following sources for the distillation:
55
 
56
+ [Knowledge Distillation article by Phil Schmid](https://www.philschmid.de/knowledge-distillation-bert-transformers)
57
 
58
+ Articles by Remi Reboul:
59
 
60
+ [Part 1](https://towardsdatascience.com/distillation-of-bert-like-models-the-theory-32e19a02641f)
61
 
62
+ [Part 2](https://towardsdatascience.com/distillation-of-bert-like-models-the-code-73c31e8c2b0a)