ninon64 commited on
Commit
9b73fc3
1 Parent(s): 12040ac

Update README.md

Browse files

Small grammatical fix.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ with three objectives:
32
  - Cosine embedding loss: the model was also trained to generate hidden states as close as possible as the BERT base
33
  model.
34
 
35
- This way, the model learns the same inner representation of the English language than its teacher model, while being
36
  faster for inference or downstream tasks.
37
 
38
  ## Intended uses & limitations
 
32
  - Cosine embedding loss: the model was also trained to generate hidden states as close as possible as the BERT base
33
  model.
34
 
35
+ This way, the model learns the same inner representation of the English language as its teacher model, while being
36
  faster for inference or downstream tasks.
37
 
38
  ## Intended uses & limitations