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
That's not a satisfactory or interesting response, right? We need to interate on it, and provide more context about the client, like what they may have lost. **Tip: always think about adding more context!**
93
+
That's not a satisfactory or interesting response, right? We need to iterate on it, and provide more context about the client, like what they may have lost. **Tip: always think about adding more context!**
94
94
95
95
```
96
96
The freight they lost was an industrial refrigerator, from Burbank, California to Kanas City, MO.
Copy file name to clipboardExpand all lines: docs/lab-6/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to build a simple local RAG
4
4
logo: images/ibm-blue-background.png
5
5
---
6
6
7
-
## Retrieval-Augmented Generation overview
7
+
## Retrieval-Augmented Generation Overview
8
8
The LLMs we're using for these labs have been trained on billions of parameters, but they haven't been trained on everything, and the smaller models have less general knowledge to work with.
9
9
For example, even the latest models are trained with aged data, and they couldn't know about current events or the unique data your use-case might need.
10
10
@@ -30,7 +30,7 @@ ollama pull granite3.3:2b
30
30
31
31
If you didn't know, the supported languages with `granite3.3:2b` now include:
32
32
33
-
- English, German, Spanish, French, Japanese, Portuguese, Arabic, Czech, Italian, Korean, Dutch, and Chinese. However, users may finetune this Granite model for languages beyond these 12 languages.
33
+
- English, German, Spanish, French, Japanese, Portuguese, Arabic, Czech, Italian, Korean, Dutch, and Chinese. However, users may fine-tune this Granite model for languages beyond these 12 languages.
34
34
35
35
And the Capabilities also include:
36
36
@@ -60,7 +60,7 @@ For example:
60
60
61
61
At first glance, the list looks pretty good. But if you know your IBM CEOs, you'll notice that it misses a few of them, and sometimes adds new names that weren't ever IBM CEOs!
62
62
(Note: the larger granite3.3:8b does a much better job on the IBM CEOs, you can try it later)
63
-
But we can provide the small LLM with a RAG document that supplements the model's missing informaiton with a correct list, so it will generate a better answer.
63
+
But we can provide the small LLM with a RAG document that supplements the model's missing information with a correct list, so it will generate a better answer.
64
64
65
65
Click on the "New Chat" icon to clear the context. Then download a small text file with the correct list of IBM CEOs to your Downloads folder:
0 commit comments