Invalid JSON:
Expected double-quoted property name in JSON
at line 2, column 27
| { | |
| "framework": "pytorch", # pytorch,tensorflow,kaldi等 | |
| "task": "text-generation", | |
| "model": { | |
| "type": "bert" | |
| }, | |
| "pipeline": { | |
| "type": "my-custom-generation-name" | |
| } | |
| } |