Skip to content

Commit 811d8d9

Browse files
committed
Add eval on the README
1 parent 3fafd53 commit 811d8d9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,14 +377,12 @@ async def main():
377377
epochs=epochs,
378378
)
379379

380-
synalinks.utils.plot_history(history)
381-
382380
if __name__ == "__main__":
383381
asyncio.run(main())
384382
```
385383
<div align="center">
386384

387-
![training_history](./docs/assets/training_history.png)
385+
![training_history](./docs/assets/gsm8k_evaluation_comparison.png.png)
388386

389387
</div>
390388

docs/Code Examples/Advanced/Retrieval Augmented Generation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Retrieval Augmented Generation (RAG) represents a significant leap forward in AI system design, combining the creative power of language models with precise information retrieval capabilities. This tutorial will guide you through building sophisticated RAG systems using Synalinks, moving from basic document retrieval to advanced Knowledge Augmented Generation (KAG) architectures.
44

5-
### Understanding the Foundation
5+
### Understanding the Foundation
66

77
RAG systems solve a fundamental limitation of traditional language models: their reliance on static training data. While language models excel at generating coherent text, they cannot access information beyond their training cutoff or incorporate real-time data. RAG bridges this gap by dynamically retrieving relevant information and weaving it into the generation process.
88

0 commit comments

Comments
 (0)