pushing files to the repo from the example!
Browse files- config.json +18 -0
- reg.joblib +3 -0
config.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"sklearn": {
|
3 |
+
"environment": [
|
4 |
+
"scikit-learn",
|
5 |
+
"joblib"
|
6 |
+
],
|
7 |
+
"example_input": {
|
8 |
+
"data": [
|
9 |
+
"Isso \u00e9 um teste"
|
10 |
+
]
|
11 |
+
},
|
12 |
+
"model": {
|
13 |
+
"file": "reg.joblib"
|
14 |
+
},
|
15 |
+
"model_format": "pickle",
|
16 |
+
"task": "text-regression"
|
17 |
+
}
|
18 |
+
}
|
reg.joblib
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:309c05d1e615a11a77e8d8254571809cbff1dc9512d3e3dceb2b9c8905786aa3
|
3 |
+
size 9625
|