We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdeb84b commit 5f2bceaCopy full SHA for 5f2bcea
src/sagemaker/serve/schema/task.json
@@ -1,28 +1,28 @@
1
{
2
"fill-mask": {
3
- "sample_inputs": {
+ "sample_inputs": {
4
"properties": {
5
"inputs": "Paris is the [MASK] of France.",
6
"parameters": {}
7
}
8
- },
9
- "sample_outputs": {
+ },
+ "sample_outputs": {
10
"properties": [
11
12
"sequence": "Paris is the capital of France.",
13
"score": 0.7
14
15
]
16
17
18
"question-answering": {
19
20
21
"context": "I have a German Shepherd dog, named Coco.",
22
"question": "What is my dog's breed?"
23
24
25
26
27
28
"answer": "German Shepherd",
0 commit comments