You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.eng.md
+18-10Lines changed: 18 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,23 @@ ERNIE 2.0 builds a strong basic for nearly every NLP tasks: Text Classification,
10
10
11
11
# News
12
12
13
-
- May.20.2020: Try ERNIE in "`dygraph`", with:
14
-
15
-
- Pretrain and finetune ERNIE with [PaddlePaddle v1.8](https://github.com/PaddlePaddle/Paddle/tree/release/1.8).
16
-
- Eager execution with `paddle.fluid.dygraph`.
17
-
- Distributed training.
18
-
- Easy deployment.
19
-
- Learn NLP in Aistudio tutorials.
20
-
- Backward compatibility for old-styled checkpoint
21
-
- Release **[ERNIE-GEN](https://github.com/PaddlePaddle/ERNIE/tree/repro/ernie-gen)**, a state-of-the-art pre-trained model for generation tasks: base/large/large-160G
13
+
- May.20.2020:
14
+
15
+
- Try ERNIE in "`dygraph`", with:
16
+
- Pretrain and finetune ERNIE with [PaddlePaddle v1.8](https://github.com/PaddlePaddle/Paddle/tree/release/1.8).
17
+
- Eager execution with `paddle.fluid.dygraph`.
18
+
- Distributed training.
19
+
- Easy deployment.
20
+
- Learn NLP in Aistudio tutorials.
21
+
- Backward compatibility for old-styled checkpoint
22
+
23
+
-[`ERNIE-GEN`](https://github.com/PaddlePaddle/ERNIE/tree/repro/ernie-gen) is **avaliable** now! ([link here](https://github.com/PaddlePaddle/ERNIE/tree/repro/ernie-gen))
24
+
- the **state-of-the-art** pre-trained model for generation tasks, accepted by `IJCAI-2020`.
25
+
- A novel **span-by-span generation pre-training task**.
26
+
- An **infilling generation** echanism and a **noise-aware generation** method.
27
+
- Implemented by a carefully designed **Multi-Flow Attention** architecture.
28
+
- You are able to `download` all models including `base/large/large-160G`.
29
+
22
30
- Apr.30.2020: Release [ERNIESage](https://github.com/PaddlePaddle/PGL/tree/master/examples/erniesage), a novel Graph Neural Network Model using ERNIE as its aggregator. It is implemented through [PGL](https://github.com/PaddlePaddle/PGL)
23
31
- Mar.27.2020: [Champion on 5 SemEval2020 sub tasks](https://www.jiqizhixin.com/articles/2020-03-27-8)
24
32
- Dec.26.2019: [1st place on GLUE leaderboard](https://www.technologyreview.com/2019/12/26/131372/ai-baidu-ernie-google-bert-natural-language-glue/)
@@ -60,7 +68,7 @@ print(pooled.numpy()) # convert results to numpy
60
68
Don't have GPU? try ERNIE in [AIStudio](https://aistudio.baidu.com/aistudio/index)!
61
69
(please choose the latest version and apply for a GPU environment)
62
70
63
-
1.[ERNIE for beginners](https://aistudio.baidu.com/aistudio/projectdetail/266623)
0 commit comments