Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
iarfmoose
/
t5-base-question-generator
like
54
Text2Text Generation
Transformers
PyTorch
google-tensorflow
TensorFlow
JAX
t5
text-generation-inference
Inference Endpoints
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
main
t5-base-question-generator
/
special_tokens_map.json
system
HF staff
Update special_tokens_map.json
c8a5dd2
over 4 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
121 Bytes
{
"eos_token"
:
"</s>"
,
"unk_token"
:
"<unk>"
,
"pad_token"
:
"<pad>"
,
"additional_special_tokens"
:
[
"<answer>"
,
"<context>"
]
}