specollective-ai
commited on
Commit
·
0499d8b
1
Parent(s):
10a9d1c
try
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"sklearn": {
|
| 3 |
"environment": ["scikit-learn=1.4.1.post1", "pandas"],
|
| 4 |
-
"model_type": "regression",
|
| 5 |
"example_input": {
|
| 6 |
"data": [
|
| 7 |
"What is the capital of France?",
|
|
@@ -15,5 +14,6 @@
|
|
| 15 |
"model_format": "pickle",
|
| 16 |
"task": "text-classification",
|
| 17 |
"use_intelex": false
|
| 18 |
-
}
|
|
|
|
| 19 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"sklearn": {
|
| 3 |
"environment": ["scikit-learn=1.4.1.post1", "pandas"],
|
|
|
|
| 4 |
"example_input": {
|
| 5 |
"data": [
|
| 6 |
"What is the capital of France?",
|
|
|
|
| 14 |
"model_format": "pickle",
|
| 15 |
"task": "text-classification",
|
| 16 |
"use_intelex": false
|
| 17 |
+
},
|
| 18 |
+
"model_type": "sklearn"
|
| 19 |
}
|