File size: 189 Bytes
87a97e1
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
{
  "framework": "pytorch", # pytorch,tensorflow,kaldi等
  "task": "text-generation",
  "model": {
    "type": "bert"
  },
  "pipeline": {
    "type": "my-custom-generation-name"
  }
}