From 5a1f3073ad060ee7abd77cb1f1c1c70c9917c549 Mon Sep 17 00:00:00 2001 From: Chang Xu Date: Thu, 14 Jul 2022 15:40:18 +0800 Subject: [PATCH] Update README.md (#1296) --- example/auto_compression/nlp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/auto_compression/nlp/README.md b/example/auto_compression/nlp/README.md index 347fcd80..92cd7111 100644 --- a/example/auto_compression/nlp/README.md +++ b/example/auto_compression/nlp/README.md @@ -26,7 +26,7 @@ | 模型 | 策略 | AFQMC | TNEWS | IFLYTEK | CMNLI | OCNLI | CLUEWSC2020 | CSL | AVG | |:------:|:------:|:------:|:------:|:------:|:------:|:-----------:|:------:|:------:|:------:| | PP-MiniLM | Base模型| 74.03 | 56.66 | 60.21 | 80.98 | 76.20 | 84.21 | 77.36 | 72.81 | -| PP-MiniLM |剪枝蒸馏+离线量化| 73.56 | 56.38 | 59.87 | 80.80 | 76.44 | 82.23 | 77.77 | 72.44 | +| PP-MiniLM |剪枝蒸馏+离线量化| 74.03 | 56.62 | 60.18 | 80.87 | 75.28 | 80.92 | 75.03 | 71.85 | | ERNIE 3.0-Medium | Base模型| 75.35 | 57.45 | 60.17 | 81.16 | 77.19 | 80.59 | 79.70 | 73.09 | | ERNIE 3.0-Medium | 剪枝+量化训练| 74.17 | 56.84 | 59.75 | 80.54 | 76.03 | 76.97 | 80.80 | 72.16 | -- GitLab