File size: 964 Bytes
41849f0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
    "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"
    }
}