Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
library_name: paddlenlp
|
|
|
|
|
4 |
---
|
5 |
|
6 |
[![paddlenlp-banner](https://user-images.githubusercontent.com/1371212/175816733-8ec25eb0-9af3-4380-9218-27c154518258.png)](https://github.com/PaddlePaddle/PaddleNLP)
|
@@ -19,7 +21,7 @@ Click on the "Use in paddlenlp" on the top right corner!
|
|
19 |
|
20 |
## Performance
|
21 |
|
22 |
-
ERNIE 3.0 open sources six models: **ERNIE 3.0 _XBase_**, **ERNIE 3.0 _Base_**
|
23 |
|
24 |
- **ERNIE 3.0-_XBase_** (_20-layer, 1024-hidden, 16-heads_)
|
25 |
- **ERNIE 3.0-_Base_** (_12-layer, 768-hidden, 12-heads_)
|
@@ -1269,5 +1271,4 @@ The precision data on the CLUE **validation set** are shown in the following tab
|
|
1269 |
journal={arXiv preprint arXiv:2112.12731},
|
1270 |
year={2021}
|
1271 |
}
|
1272 |
-
```
|
1273 |
-
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
library_name: paddlenlp
|
4 |
+
language:
|
5 |
+
- zh
|
6 |
---
|
7 |
|
8 |
[![paddlenlp-banner](https://user-images.githubusercontent.com/1371212/175816733-8ec25eb0-9af3-4380-9218-27c154518258.png)](https://github.com/PaddlePaddle/PaddleNLP)
|
|
|
21 |
|
22 |
## Performance
|
23 |
|
24 |
+
ERNIE 3.0 open sources six models: **ERNIE 3.0 _XBase_**, **ERNIE 3.0 _Base_**, **ERNIE 3.0 _Medium_**, **ERNIE 3.0 _Mini_**, **ERNIE 3.0 _Micro_**, **ERNIE 3.0 _Nano_**:
|
25 |
|
26 |
- **ERNIE 3.0-_XBase_** (_20-layer, 1024-hidden, 16-heads_)
|
27 |
- **ERNIE 3.0-_Base_** (_12-layer, 768-hidden, 12-heads_)
|
|
|
1271 |
journal={arXiv preprint arXiv:2112.12731},
|
1272 |
year={2021}
|
1273 |
}
|
1274 |
+
```
|
|