dibsondivya
commited on
Commit
•
943d330
1
Parent(s):
0707f76
Update README.md
Browse files
README.md
CHANGED
@@ -41,4 +41,14 @@ With Validation Set
|
|
41 |
- Accuracy: 0.889763779527559
|
42 |
|
43 |
With Test Set
|
44 |
-
- Accuracy: 0.884643644379133
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
- Accuracy: 0.889763779527559
|
42 |
|
43 |
With Test Set
|
44 |
+
- Accuracy: 0.884643644379133
|
45 |
+
|
46 |
+
## References for ERNIE 2.0 Model
|
47 |
+
```bibtex
|
48 |
+
@article{sun2019ernie20,
|
49 |
+
title={ERNIE 2.0: A Continual Pre-training Framework for Language Understanding},
|
50 |
+
author={Sun, Yu and Wang, Shuohuan and Li, Yukun and Feng, Shikun and Tian, Hao and Wu, Hua and Wang, Haifeng},
|
51 |
+
journal={arXiv preprint arXiv:1907.12412},
|
52 |
+
year={2019}
|
53 |
+
}
|
54 |
+
```
|