hanzla commited on
Commit
a70b7fd
1 Parent(s): 2292475

testing with llama2

Browse files
Files changed (1) hide show
  1. src/config.yaml +3 -0
src/config.yaml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ modelEmbeddings: "sentence-transformers/all-MiniLM-L6-v2"
2
+ autoTokenizer: "meta-llama/Llama-2-7b-chat-hf"
3
+ autoModelForCausalLM: "meta-llama/Llama-2-7b-chat-hf"