AxAIHuggingFaceRequest
type AxAIHuggingFaceRequest = object;
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/ai/huggingface/types.ts#L16
Properties
inputs: string;
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/ai/huggingface/types.ts#L18
model
model: AxAIHuggingFaceModel;
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/ai/huggingface/types.ts#L17
options?
optional options: object;
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/ai/huggingface/types.ts#L30
use_cache?
optional use_cache: boolean;
wait_for_model?
optional wait_for_model: boolean;
parameters
parameters: object;
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/ai/huggingface/types.ts#L19
do_sample?
optional do_sample: boolean;
max_new_tokens?
optional max_new_tokens: number;
max_time?
optional max_time: number;
num_return_sequences?
optional num_return_sequences: number;
repetition_penalty?
optional repetition_penalty: number;
return_full_text?
optional return_full_text: boolean;
temperature?
optional temperature: number;
top_k?
optional top_k: number;
top_p?
optional top_p: number;