rodrigorcarmo
commited on
Commit
•
144e3d3
1
Parent(s):
578205a
feat: including first sentiment model
Browse files- config.json +19 -0
- model.pkl +3 -0
config.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"sklearn": {
|
3 |
+
"environment": [
|
4 |
+
"scikit-learn=1.5.2"
|
5 |
+
],
|
6 |
+
"example_input": {
|
7 |
+
"data": [
|
8 |
+
"i loooooooovvvvvveee my kindle not that the dx is cool but the is fantastic in it own right",
|
9 |
+
"reading my kindle love it lee child is good read",
|
10 |
+
"ok first assesment of the kindle it fucking rock"
|
11 |
+
]
|
12 |
+
},
|
13 |
+
"model": {
|
14 |
+
"file": "model.pkl"
|
15 |
+
},
|
16 |
+
"model_format": "pickle",
|
17 |
+
"task": "text-classification"
|
18 |
+
}
|
19 |
+
}
|
model.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:000a7fa73116b1960998dae6a7e8ca09bebb8332497c490a77344f4d164a041d
|
3 |
+
size 10196846
|