Skip to content

Commit

Permalink
Update specification/ml/_types/inference.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Quentin Pradet <[email protected]>
  • Loading branch information
l-trotta and pquentin authored Dec 9, 2024
1 parent 373146b commit 9fa122e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/ml/_types/inference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export class FillMaskInferenceOptions {
tokenization?: TokenizationConfigContainer
/** The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value. */
results_field?: string
vocabulary?: Vocabulary
vocabulary: Vocabulary
}

/** Question answering inference options */
Expand Down

0 comments on commit 9fa122e

Please sign in to comment.