{ | |
"sklearn": { | |
"columns": [ | |
"question", | |
"answer" | |
], | |
"environment": [ | |
"openai==0.27.2", | |
"scipy", | |
"setuptools", | |
"wheel", | |
"spacy", | |
"scikit-learn", | |
"numpy", | |
"gradio" | |
], | |
"example_input": { | |
"petal length (cm)": [ | |
1.4, | |
1.4, | |
1.3 | |
], | |
"petal width (cm)": [ | |
0.2, | |
0.2, | |
0.2 | |
], | |
"sepal length (cm)": [ | |
5.1, | |
4.9, | |
4.7 | |
], | |
"sepal width (cm)": [ | |
3.5, | |
3.0, | |
3.2 | |
] | |
}, | |
"model": { | |
"file": "io/generated.sklearn" | |
}, | |
"task": "question-answering" | |
} | |
} |