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: docs/sdg/sdg-flow-yaml.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
@@ -73,7 +73,7 @@ The following parameters are supplied to a Flow constructor and used by the rend
73
73
- client - an OpenAI completions API client for talking to the teacher model via the serving backend (i.e. llama-cpp or vLLM)
74
74
- model_family - e.g. mixtral or merlinite
75
75
- model_id - a path name for the specific teacher model being used
76
-
- num_iters - how many samples to generate
76
+
- num_instructions_to_generate - how many samples to generate
77
77
- batched - whether the model serving backend supports batched mode
78
78
79
79
For now, we assume that the `Block` classes know how to use these parameters and there is no need to use any sort of templating in the custom flows that could use these parameters.
0 commit comments