diff --git a/README.md b/README.md index 4a0fcf2..3e99c65 100644 --- a/README.md +++ b/README.md @@ -102,19 +102,19 @@ Multi-Query Attention 同时也降低了生成过程中 KV Cache 的显存占用
数理逻辑 -![](examples/math.png) +![](resources/math.png)
知识推理 -![](examples/knowledge.png) +![](resources/knowledge.png)
长文档理解 -![](examples/long-context.png) +![](resources/long-context.png)
diff --git a/resources/knowledge.png b/resources/knowledge.png new file mode 100644 index 0000000..d6ff616 Binary files /dev/null and b/resources/knowledge.png differ diff --git a/resources/long-context.png b/resources/long-context.png new file mode 100644 index 0000000..f9c8054 Binary files /dev/null and b/resources/long-context.png differ diff --git a/resources/math.png b/resources/math.png new file mode 100644 index 0000000..4c0ef13 Binary files /dev/null and b/resources/math.png differ