merve HF Staff commited on
Commit
d78474c
·
1 Parent(s): 962e87e

pushing files to the repo from test generator!

Browse files
Files changed (2) hide show
  1. config.json +41 -0
  2. skops-watm0ow0.pkl +3 -0
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sklearn": {
3
+ "columns": [
4
+ "sepal length (cm)",
5
+ "sepal width (cm)",
6
+ "petal length (cm)",
7
+ "petal width (cm)"
8
+ ],
9
+ "environment": [
10
+ "scikit-learn=1.2.1"
11
+ ],
12
+ "example_input": {
13
+ "petal length (cm)": [
14
+ 4.7,
15
+ 1.7,
16
+ 6.9
17
+ ],
18
+ "petal width (cm)": [
19
+ 1.2,
20
+ 0.3,
21
+ 2.3
22
+ ],
23
+ "sepal length (cm)": [
24
+ 6.1,
25
+ 5.7,
26
+ 7.7
27
+ ],
28
+ "sepal width (cm)": [
29
+ 2.8,
30
+ 3.8,
31
+ 2.6
32
+ ]
33
+ },
34
+ "model": {
35
+ "file": "skops-watm0ow0.pkl"
36
+ },
37
+ "model_format": "pickle",
38
+ "task": "tabular-classification",
39
+ "use_intelex": false
40
+ }
41
+ }
skops-watm0ow0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b93a04ec756a49721cb80987b64bc492749f2b576961e2029f407f5ac3f73851
3
+ size 142951