giovannefeitosa commited on
Commit
5e29ceb
1 Parent(s): c87fd97

update config

Browse files
Files changed (1) hide show
  1. config.json +3 -4
config.json CHANGED
@@ -2,7 +2,7 @@
2
  "sklearn": {
3
  "columns": [
4
  "question",
5
- "answer"
6
  ],
7
  "environment": [
8
  "openai==0.27.2",
@@ -11,8 +11,7 @@
11
  "wheel",
12
  "spacy",
13
  "scikit-learn",
14
- "numpy",
15
- "gradio"
16
  ],
17
  "example_input": {
18
  "petal length (cm)": [
@@ -37,7 +36,7 @@
37
  ]
38
  },
39
  "model": {
40
- "file": "io/generated.sklearn"
41
  },
42
  "task": "question-answering"
43
  }
 
2
  "sklearn": {
3
  "columns": [
4
  "question",
5
+ "openaikey"
6
  ],
7
  "environment": [
8
  "openai==0.27.2",
 
11
  "wheel",
12
  "spacy",
13
  "scikit-learn",
14
+ "numpy"
 
15
  ],
16
  "example_input": {
17
  "petal length (cm)": [
 
36
  ]
37
  },
38
  "model": {
39
+ "file": "io/generated/model.sklearn"
40
  },
41
  "task": "question-answering"
42
  }