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
Copy file name to clipboardExpand all lines: README.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
@@ -42,7 +42,7 @@ Synalinks is designed for a diverse range of users, from professionals and AI re
42
42
43
43
Developping a successful LM application in a profesional context, beyond stateless chatbots, is difficult and typically include:
44
44
45
-
-**Building optimized prompts with examples/hints at each step**: Synalinks uses advanced In-Context Reinforcement Learning techniques to optimize each prompt.
45
+
-**Building optimized prompts with examples/instructions at each step**: Synalinks uses advanced In-Context Reinforcement Learning techniques to optimize each prompt.
46
46
-**Pipelines that change over time**: Easily edit your pipelines, re-run your training, and you're good to go.
47
47
-**Ensuring the correctness of the LMs output**: Synalinks combines constrained structured output with In-Context RL to ensure both format and content correctness.
48
48
-**Async Optimization**: Synalinks automatically optimizes your pipelines by detecting parallel processes.
Copy file name to clipboardExpand all lines: docs/FAQ.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
@@ -41,7 +41,7 @@ Training a whole Language Model (LM) from scratch is out of the reach of most co
41
41
42
42
LMs have the capability to leverage their prompt to mimick the examples given, but it means that one have to update the examples each time you change the pipelines as you experiment. Making it cumberstone, but even with that, their is no guaranty that the examples you gave yield to the best results.
43
43
44
-
To select the best examples and hints to give to the LMs, it needs a complex system like Synalinks that automate the generation and selection.
44
+
To select the best examples and instructions to give to the LMs, it needs a complex system like Synalinks that automate the generation and selection.
Copy file name to clipboardExpand all lines: docs/Introduction.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
@@ -20,7 +20,7 @@ Synalinks is designed for a diverse range of users, from professionals and AI re
20
20
21
21
Developping a successful LM application in a profesional context, beyond stateless chatbots, is difficult and typically include:
22
22
23
-
-**Building optimized prompts with examples/hints at each step**: Synalinks uses advanced In-Context Reinforcement Learning techniques to optimize each prompt.
23
+
-**Building optimized prompts with examples/instructions at each step**: Synalinks uses advanced In-Context Reinforcement Learning techniques to optimize each prompt.
24
24
-**Pipelines that change over time**: Easily edit your pipelines, re-run your training, and you're good to go.
25
25
-**Ensuring the correctness of the LMs output**: Synalinks combines constrained structured output with In-Context RL to ensure both format and content correctness.
26
26
-**Async Optimization**: Synalinks automatically optimizes your pipelines by detecting parallel processes.
0 commit comments