Erfan11 commited on
Commit
5e75eb5
1 Parent(s): efab7b4

Create config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +9 -0
config.yaml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ path: /path/to/your/model
3
+ type: transformer
4
+ version: 2.0
5
+ database:
6
+ host: localhost
7
+ port: 5432
8
+ user: your_db_user
9
+ password: your_db_password