specollective-ai
commited on
Commit
•
10a9d1c
1
Parent(s):
9efaba0
Update config.
Browse files- config.json +18 -20
config.json
CHANGED
@@ -1,21 +1,19 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
"
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
}
|
21 |
-
}
|
|
|
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?",
|
8 |
+
"I am feeling very tired today.",
|
9 |
+
"Please turn off the lights before leaving."
|
10 |
+
]
|
11 |
+
},
|
12 |
+
"model": {
|
13 |
+
"file": "custom_model.pkl"
|
14 |
+
},
|
15 |
+
"model_format": "pickle",
|
16 |
+
"task": "text-classification",
|
17 |
+
"use_intelex": false
|
18 |
+
}
|
19 |
+
}
|
|
|
|