Skip to content

Commit 5f2bcea

Browse files
author
Xiong Zeng
committed
Adjusted formatting
1 parent bdeb84b commit 5f2bcea

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/sagemaker/serve/schema/task.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
22
"fill-mask": {
3-
"sample_inputs": {
3+
"sample_inputs": {
44
"properties": {
55
"inputs": "Paris is the [MASK] of France.",
66
"parameters": {}
77
}
8-
},
9-
"sample_outputs": {
8+
},
9+
"sample_outputs": {
1010
"properties": [
1111
{
1212
"sequence": "Paris is the capital of France.",
1313
"score": 0.7
1414
}
1515
]
1616
}
17-
},
17+
},
1818
"question-answering": {
19-
"sample_inputs": {
19+
"sample_inputs": {
2020
"properties": {
2121
"context": "I have a German Shepherd dog, named Coco.",
2222
"question": "What is my dog's breed?"
2323
}
24-
},
25-
"sample_outputs": {
24+
},
25+
"sample_outputs": {
2626
"properties": [
2727
{
2828
"answer": "German Shepherd",

0 commit comments

Comments
 (0)