lpetrl commited on
Commit
4468abf
·
1 Parent(s): 7626706

feat(config): Added config file.

Browse files
Files changed (2) hide show
  1. .gitignore +0 -1
  2. config.yaml +3 -0
.gitignore CHANGED
@@ -121,7 +121,6 @@ celerybeat.pid
121
  *.sage.py
122
 
123
  # Environments
124
- config.yaml
125
  .venv
126
  env/
127
  venv/
 
121
  *.sage.py
122
 
123
  # Environments
 
124
  .venv
125
  env/
126
  venv/
config.yaml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ model_path: models/zephyr-7b-beta.Q4_K_S.gguf
2
+ context_tokens: 50
3
+ max_answer_tokens: 50