Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,13 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
4 |
## Citation
|
5 |
If you use this model, please cite the following paper:
|
6 |
```
|
|
|
1 |
---
|
2 |
+
tags:
|
3 |
+
- bert
|
4 |
license: cc-by-4.0
|
5 |
---
|
6 |
+
BERT-based Language Model with random pre-training objective. For more details about the pre-training objective and the pre-training hyperparameters please refer to [How does the pre-training objective affect what large language models learn about linguistic properties?](https://arxiv.org/abs/2203.10415)
|
7 |
+
|
8 |
+
## License
|
9 |
+
CC BY 4.0
|
10 |
+
|
11 |
## Citation
|
12 |
If you use this model, please cite the following paper:
|
13 |
```
|