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
A non-urgent, non-critical fix from contraction to possessive.
Elsewhere there is also an "it's" in `Question: Where is France and what
is it's capital?`, but since that's a prompt a human might reasonably
type, and in the answer "its" is used correctly, I thought it didn't
need to be fixed.
Copy file name to clipboardExpand all lines: docs/concepts/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Retrieval augmented generation (RAG) is a paradigm for augmenting LLM with custo
34
34
```{rubric} Continual Learning
35
35
```
36
36
37
-
Continual learning is concept used in machine learning that aims to learn, iterate and improve ML pipelines over it's lifetime using the insights derived from continuous stream of data points. In LLM & RAGs, this can be applied by iterating and improving each components of LLM application from insights derived from production and feedback data.
37
+
Continual learning is concept used in machine learning that aims to learn, iterate and improve ML pipelines over its lifetime using the insights derived from continuous stream of data points. In LLM & RAGs, this can be applied by iterating and improving each components of LLM application from insights derived from production and feedback data.
0 commit comments