scripts/inference-providers/templates/task/fill-mask.handlebars (16 lines of code) (raw):
## Fill-mask
Mask filling is the task of predicting the right word (token to be precise) in the middle of a sequence.
{{{tips.linksToTaskPage.fill-mask}}}
### Recommended models
{{#each recommendedModels.fill-mask}}
- [{{this.id}}](https://huggingface.co/{{this.id}}): {{this.description}}
{{/each}}
{{{tips.listModelsLink.fill-mask}}}
### Using the API
{{{snippets.fill-mask}}}
### API specification
#### Request
{{{constants.specsHeaders}}}
{{{specs.fill-mask.input}}}
#### Response
{{{specs.fill-mask.output}}}