protectai-bot commited on
Commit
75b669f
1 Parent(s): a28a54a

Delete config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +0 -63
config.json DELETED
@@ -1,63 +0,0 @@
1
- {
2
- "sklearn": {
3
- "columns": [
4
- "x0",
5
- "x1",
6
- "x2",
7
- "x3",
8
- "x4",
9
- "x5",
10
- "x6",
11
- "x7"
12
- ],
13
- "environment": [],
14
- "example_input": {
15
- "x0": [
16
- 3.0,
17
- 1.0,
18
- 9.0
19
- ],
20
- "x1": [
21
- 102.0,
22
- 77.0,
23
- 124.0
24
- ],
25
- "x2": [
26
- 44.0,
27
- 56.0,
28
- 70.0
29
- ],
30
- "x3": [
31
- 20.0,
32
- 30.0,
33
- 33.0
34
- ],
35
- "x4": [
36
- 94.0,
37
- 56.0,
38
- 402.0
39
- ],
40
- "x5": [
41
- 30.8,
42
- 33.3,
43
- 35.4
44
- ],
45
- "x6": [
46
- 0.4,
47
- 1.251,
48
- 0.282
49
- ],
50
- "x7": [
51
- 26.0,
52
- 24.0,
53
- 34.0
54
- ]
55
- },
56
- "model": {
57
- "file": "safe_model.pkl"
58
- },
59
- "model_format": "pickle",
60
- "task": "tabular-classification",
61
- "use_intelex": false
62
- }
63
- }