pushing model SVC with camemBERT base embeddings
Browse files- config.json +18 -0
- skops-czjg7kok.pkl +3 -0
config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"sklearn": {
|
| 3 |
+
"environment": [
|
| 4 |
+
"scikit-learn=1.2.2"
|
| 5 |
+
],
|
| 6 |
+
"example_input": {
|
| 7 |
+
"data": [
|
| 8 |
+
"",
|
| 9 |
+
""
|
| 10 |
+
]
|
| 11 |
+
},
|
| 12 |
+
"model": {
|
| 13 |
+
"file": "skops-czjg7kok.pkl"
|
| 14 |
+
},
|
| 15 |
+
"model_format": "pickle",
|
| 16 |
+
"task": "text-classification"
|
| 17 |
+
}
|
| 18 |
+
}
|
skops-czjg7kok.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50f2e2dc02140bce9edb97da49d2a6fe995e42229fa4db0a3835b81c81c85190
|
| 3 |
+
size 56954448
|