Skip to content

Commit

Permalink
docs: fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
younesStrittmatter committed Dec 3, 2024
1 parent 766aa4f commit 6aa248a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/User Guide/llm_synthetic_participant.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ data = experiment.run_on_language(get_input=generate)
```

**Note**: The `run_on_language` function will return a dictionary with the data from the experiment. Any model
(for example, using [OpenAI](https://platform.openai.com/docs/overview), [HuggingFace](https://huggingface.co/), [LLama](https://www.llama-api.com/), or [Google](https://console.cloud.google.com/apis/library) API) can be used as a synthetic participant. Additionally to responses from the language model, [here](https://autoresearch.github.io/sweetbean/Use%20Case%20Tutorials/AI%20Alignment/Reinforcement%20Learning%with%Model%Confidence/), you can find how to assess other metrics like certainty of the language model.
(for example, using [OpenAI](https://platform.openai.com/docs/overview), [HuggingFace](https://huggingface.co/), [LLama](https://www.llama-api.com/), or [Google](https://console.cloud.google.com/apis/library) API) can be used as a synthetic participant. Additionally to responses from the language model, [here](https://autoresearch.github.io/sweetbean/Use%20Case%20Tutorials/AI%20Alignment/Reinforcement%20Learning%20with%20Model%20Confidence/), you can find how to assess other metrics like certainty of the language model.

0 comments on commit 6aa248a

Please sign in to comment.