trangannh commited on
Commit
08b80cf
1 Parent(s): 836bd65

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -3
config.json CHANGED
@@ -11,9 +11,15 @@
11
  "numpy"
12
  ],
13
  "example_input": {
14
- "candidate_field": "Data Science",
15
- "final_hard_skill": "Python, Java, Finance, Excel",
16
- "final_soft_skill": "Communication, Teamwork"
 
 
 
 
 
 
17
  },
18
  "model": {
19
  "file": "recommendation_pipeline.pkl"
 
11
  "numpy"
12
  ],
13
  "example_input": {
14
+ "candidate_field": [
15
+ "Data Science"
16
+ ],
17
+ "final_hard_skill": [
18
+ "Python, Java, Finance, Excel"
19
+ ],
20
+ "final_soft_skill": [
21
+ "Communication, Teamwork"
22
+ ]"
23
  },
24
  "model": {
25
  "file": "recommendation_pipeline.pkl"