chatbot-about-pele / config.json
giovannefeitosa's picture
update config
5e29ceb
raw history blame
No virus
950 Bytes
{
"sklearn": {
"columns": [
"question",
"openaikey"
],
"environment": [
"openai==0.27.2",
"scipy",
"setuptools",
"wheel",
"spacy",
"scikit-learn",
"numpy"
],
"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/model.sklearn"
},
"task": "question-answering"
}
}