Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
---
|
2 |
language: en
|
3 |
tags:
|
@@ -6,4 +7,11 @@ license: apache-2.0
|
|
6 |
datasets:
|
7 |
- bookcorpus
|
8 |
- wikipedia
|
9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
---
|
3 |
language: en
|
4 |
tags:
|
|
|
7 |
datasets:
|
8 |
- bookcorpus
|
9 |
- wikipedia
|
10 |
+
---
|
11 |
+
# BERT base model (uncased)
|
12 |
+
Pretrained model on English language using a masked language modeling (MLM) objective. It was introduced in
|
13 |
+
[this paper](https://arxiv.org/abs/1810.04805) and first released in
|
14 |
+
[this repository](https://github.com/google-research/bert). This model is uncased: it does not make a difference
|
15 |
+
between english and English.
|
16 |
+
Disclaimer: The team releasing BERT did not write a model card for this model so this model card has been written by
|
17 |
+
the Hugging Face team.
|