Skip to content

Commit d1bbcf5

Browse files
committed
Placeholder for RAG how-to guide
1 parent 5f1ef02 commit d1bbcf5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/genai/04_how_to_guides/01_temperature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Temperature
1+
# Effect of Temperature
22

33
Generating text (or images) from LLMs is inherently probabilistic. However, as an end user you have many parameters at your disposal to tweak the behavior of LLMs. Of these, temperature is the most commonly used. Broadly, it controls the randomness of the generated text. A lower temperature produces more deterministic outputs, while a higher temperature produces more random "creative" output. For a more comprehensive explanation on this topic, refer to the following:
44
- [How to generate text: using different decoding methods for language generation with Transformers](https://huggingface.co/blog/how-to-generate)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Retrieval-augmented generation
2+
3+

0 commit comments

Comments
 (0)