huggingface / distilbert-base-cased-distilled-squad

A DistilBERT model fine tuned for question answering.

Examples

quickstart

Answers to some basic questions

Inputs

Name: context

Name: question

Outputs

Name: answer


Usage

Inputs

Name: question

Description: Questions for the model to answer

Type: string

Shape: input_shape

Name: context

Description: Context for each of the questions. In the same shape as `question`

Type: string

Shape: input_shape

Outputs

Name: answer

Description: Answers to the questions in the same shape as `question`

Type: string

Shape: input_shape

Readme

See here for more details.

Get it

Copy the model URL:

https://carton.pub/huggingface/distilbert-base-cased-distilled-squad/64c642bbf5d4ac0202f7f37da53db1ce9d42cbb54e246d60600c570d2bd17c01
This model has quickstart code available for every supported language.

Homepage

https://huggingface.co/distilbert-base-cased-distilled-squad

License

Apache-2.0

Tasks