test-public-repo / config.json
iamfaisalkhan's picture
Upload config.json with huggingface_hub
e8da25b verified
raw
history blame
1.24 kB
{
"sklearn": {
"columns": [
"x0",
"x1",
"x2",
"x3",
"x4",
"x5",
"x6",
"x7"
],
"environment": [],
"example_input": {
"x0": [
3.0,
1.0,
9.0
],
"x1": [
102.0,
77.0,
124.0
],
"x2": [
44.0,
56.0,
70.0
],
"x3": [
20.0,
30.0,
33.0
],
"x4": [
94.0,
56.0,
402.0
],
"x5": [
30.8,
33.3,
35.4
],
"x6": [
0.4,
1.251,
0.282
],
"x7": [
26.0,
24.0,
34.0
]
},
"model": {
"file": "safe_model.pkl"
},
"model_format": "pickle",
"task": "tabular-classification",
"use_intelex": false
}
}