We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9ddad commit 0db6e40Copy full SHA for 0db6e40
docs/sdg/sdg-flow-yaml.md
@@ -70,7 +70,7 @@ def parse_custom_flow(content):
70
71
The following parameters are supplied to a Flow constructor and used by the render() method:
72
73
-- client - an OpenAI completions API client for talking to the teacher model via the serving backend (i.e. llama-cpp or vLLM)
+- client - an OpenAI completions API client for talking to the teacher model via the serving backend (i.e. llama-cpp or vLLM)
74
- model_family - e.g. mixtral or merlinite
75
- model_id - a path name for the specific teacher model being used
76
- num_iters - how many samples to generate
0 commit comments