We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662494f commit 7e23d60Copy full SHA for 7e23d60
examples/README.md
@@ -8,5 +8,6 @@
8
[基础测试,roformer的调用和测试 ](https://github.com/pass-lin/bert4keras3/blob/main/examples/roformer_extract_features.py)
9
[基础测试,roformer-v2的调用和测试 ](https://github.com/pass-lin/bert4keras3/blob/main/examples/roformerv2_extract_features.py)
10
[基础测试,测试bert+unilm的cache模式是否正常](https://github.com/pass-lin/bert4keras3/blob/main/examples/test_simbert.py)
11
+[基础测试,测试bert+unilm的cache模式是否正常(理论上roformerV2也能用)](https://github.com/pass-lin/bert4keras3/blob/main/examples/test_simroformer.py)
12
[基于chatyuan的模型测试,进行了kv-cache优化。如果想使用cache模型一定要参考这个example。](https://github.com/pass-lin/bert4keras3/blob/main/examples/chatyuan-test-example.py)
13
0 commit comments