hanzla commited on
Commit
89a4f45
1 Parent(s): 1008ab2

Update src/config.yaml

Browse files
Files changed (1) hide show
  1. src/config.yaml +2 -2
src/config.yaml CHANGED
@@ -1,3 +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"
 
1
  modelEmbeddings: "sentence-transformers/all-MiniLM-L6-v2"
2
+ autoTokenizer: "meta-llama/Meta-Llama-3-8B-Instruct"
3
+ autoModelForCausalLM: "meta-llama/Meta-Llama-3-8B-Instruct"