New_BERT / configuration.json
searchfind's picture
Upload 8 files
87a97e1
raw
history blame
189 Bytes
{
"framework": "pytorch", # pytorch,tensorflow,kaldi等
"task": "text-generation",
"model": {
"type": "bert"
},
"pipeline": {
"type": "my-custom-generation-name"
}
}