Rahatara commited on
Commit
be7994d
1 Parent(s): 02a466f

Create config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +3 -0
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"