Update knowledge_distillation_en.md (#8572)

remove unnecessary '```' symbol
This commit is contained in:
Wang Xin 2022-12-08 13:35:37 +08:00 committed by GitHub
parent 34b9569800
commit ae9cd5bba1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -228,7 +228,6 @@ Architecture:
enc_dim: 512
max_text_length: *max_text_length
```
```
When the model is finally trained, it contains 3 sub-networks: `Teacher`, `Student`, `Student2`.