Upload folder using huggingface_hub
Browse files- config.json +1 -0
- model.pkl +3 -0
config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"sklearn": {"columns": ["x0", "x1", "char"], "environment": ["scikit-learn=1.0.2"], "example_input": {"x0": [6.14, 2.22, 2.27], "x1": [2.2, 2.0, 5.9], "char": ["A", "B", "A"]}, "model": {"file": "model.pkl"}, "task": "tabular-classification"}}
|
model.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5910e9ad34620c9718bd5b4c81a8837376252d49a3718cf9f36dbd7ce5af4cd4
|
| 3 |
+
size 1749421
|