-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
- temperature
- top_k
- max_codes
.generate_with_instruct(
¶ms.input,
&speaker_name,
¶ms.language,
instruct,
0.9, // temperature
50, // top_k
2048, // max_codes
)
....
.generate_with_xvector(
¶ms.input,
&speaker_embedding,
¶ms.language,
0.9,
50,
2048,
)
....
.generate_with_icl(
¶ms.input,
params.audio_sample_text.as_deref().unwrap(),
&ref_codes,
&speaker_embedding,
¶ms.language,
0.9,
50,
2048,
)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels