Minor grammar fix
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ datasets:
|
|
| 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
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
|
|
|
| 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 differentiate between english and English.
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|